Add Heading and Paragraph Tags to HTML 5 Document
Edited by Grimm, Rushell, Eng
You are watching VisiHow. In this tutorial, we are going to show you how to add basic heading, or header, and paragraph tags to an HTML 5 document.
- 1 Steps
- 2 ".
- We'll go ahead and close that now by typing "
- 2.1 ".
Video: Add Heading and Paragraph Tags to HTML 5 Document
- We'll close that one as well.
- Now, let's do a smaller one, "".
- Now, we have three header tags, and we need paragraph information. Enter a blank line after the first header tag.
- The paragraph tag is just "p", so we'll type "" for paragraph.
- Now, we'll close our paragraph tag.
- Then we'll highlight that by clicking and dragging with the mouse.
- Copy it by pressing CTRL+C or right click and select "Copy".
- Go down to the next heading tag, "<h2>" and hit CTRL+V to paste the paragraph tag information.
- We could also right click and choose "Paste" on the menu.
- If we accidentally paste, but don't want it there, we can press "CTRL+Z" to get rid of it.
- Now, we want to add a paragraph tag to the existing piece of text, "VisiHow is Awesome!" We don't want to have anything without tags.
- In the "" tag, we'll type "Heading 1".
- Then we'll type "Para 1" in the "<p>" tag.
- We'll type "Heading 2" in the "<h2>" tag.
- Then go down and type "Para 2" in the "<p>" tag.
- We'll type "Heading 5" in the "<h5>" tag, and we're done.
- Now, we're going to save this by clicking on "File" on the menu at the top and then "Save" from the drop-down menu.
- We'll go ahead and leave the Notepad file open while we double click on the "visi.html" file on the desktop.
- This will launch our web browser and open the file.
- At the top we have the large "Heading 1".
- Then we have a "Para 1" in much smaller text.
- We have "Heading 2".
- "Para 2" is directly under that.
- Finally we have the much smaller "Heading 5".
- This is followed by "VisiHow is Awesome!" In another tutorial, we'll explain how to change the size and format of these text options.
- For now, we'll close the web page by clicking on the "x" in the top right-hand corner.
- Now, we've created a very basic web page, and we're far enough into the web page design that looking at this bit of code could make our minds melt. In our next tutorial, we'll discuss how to format the code inside of our Notepad page and how to format the actual code of the HTML page. Make sure to check that out.
- For now, we'll close the Notepad window by pressing the "x" in the top right corner. This takes us back to the desktop.
- We're done with the tutorial on adding heading and paragraph tags to our document, and we'll now conclude this tutorial. Thanks for watching VisiHow. Hopefully, you'll have a great day. Let us know about your own adventures in web design. We will look forward to seeing you in our next tutorial. Have a great day.
- 2.2 Comments
Steps
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35In our next tutorial, we'll discuss how to format the code inside of our Notepad page and how to format the actual code of the HTML page. Make sure to check that out.Now, we've created a very basic web page, and we're far enough into the web page design that looking at this bit of code could make our minds melt.
- 36
- 37Thanks for watching VisiHow. Hopefully, you'll have a great day. Let us know about your own adventures in web design. We will look forward to seeing you in our next tutorial. Have a great day.We're done with the tutorial on adding heading and paragraph tags to our document, and we'll now conclude this tutorial.
Video: Add Heading and Paragraph Tags to HTML 5 Document
<p class='more-comment'>If you have problems with any of the steps in this article, please ask a question for more help, or post in the comments section below.</p>
Comments
Article Info
Categories : Software
Recent edits by: Rushell, Grimm