Div

From MyWiki
Revision as of 20:10, 11 June 2014 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is some text.

This is a heading in a div element

This is some text in a div element.

This is some text.


<!DOCTYPE html> <html> <head> <style> div>p { background-color:yellow; } </style> </head>

<body>

Welcome to My Homepage

My name is Donald

I live in Duckburg.

I will not be styled.

My best friend is Mickey.

</body> </html>


<!DOCTYPE html> <html> <body>

Content goes here

</body> </html>