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...") |
|||
Line 1: | Line 1: | ||
− | + | ||
− | + | ||
− | + | ||
<p>This is some text.</p> | <p>This is some text.</p> | ||
<div style="color:#0000FF"> | <div style="color:#0000FF"> | ||
Line 8: | Line 6: | ||
</div> | </div> | ||
<p>This is some text.</p> | <p>This is some text.</p> | ||
− | |||
− |
Revision as of 20:02, 11 June 2014
This is some text.
This is a heading in a div element
This is some text in a div element.
This is some text.