Frontend Engineering, Volume I
HTML Chapter 1 Examples 1d
© 2012, Martin Rinehart
Adding Paragraph Tags
In Notepad++:
<!DOCTYPE html> <h1>A Poem</h1> <p>Here we are learning HTML.</p> <p>We'll master the skill, And it will serve us well.</p>
In Opera (two "paragraphs"):
Feedback: MartinRinehart at gmail dot com
# # #