Div
From MyWiki
This is some text.
Contents
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>
Main Title of Web Page
Content goes here
</body> </html>