Difference between revisions of "Div"
From MyWiki
(Created page with " <!DOCTYPE html> <html> <body> <p>This is some text.</p> <div style="color:#0000FF"> <h3>This is a heading in a div element</h3> <p>This is some text in a div element...") |
(No difference)
|
Revision as of 20:02, 11 June 2014
<!DOCTYPE html> <html> <body>
This is some text.
This is a heading in a div element
This is some text in a div element.
This is some text.
</body> </html>