Div
From MyWiki
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>