How to Edit a Webpage Using HTML

Know how to use markup tags., Use HTML tags., Get the formatting right., Use head tags., Use body tags., Change elements of the webpage., Bolden, italicize, and underline text., Change the heading and its sizes., Insert an image., Add a paragraph...

15 Steps 3 min read Advanced

Step-by-Step Guide

  1. Step 1: Know how to use markup tags.

    Markup tags are very important to understand when using HTML; they determine whether the code you are using is starting or ending.

    If there is no forward slash symbol, the code between the angle brackets will remain true.

    If there is a forward slash after the first angle bracket, the code will then end (also known as the "ender").
  2. Step 2: Use HTML tags.

    Always begin with <html>.

    This tag will tell your computer that you are creating a web page.

    It will always be the first tag you use. , There are two parts to the format for HTML.

    First one being the head, which is the tag itself.

    HTML will always begin and end with a tag.

    Then there is the body, the information between the tags. , Head tags are the container for all head elements.

    The tag <head> is the heading of the document.

    Your title comes after your head tag, and will inform viewers what your webpage is about.

    Note that this will show only in the webpage's tab; it will not appear on your website. , The body of the page will begin when you enter the <body> tag.

    It will end when you enter </body>.

    There are many ways to customize your body paragraphs. , Change the font, size, and color of your body paragraph by entering the code in red above.

    You can add any preferred font name, size, and color in-between the quotations and everything in-between and will be the font type, size, and color that you choose. , You can accomplish this with the use of the tags on the chart above. , You can change the headings of your text with the use of the tags on the chart above. "H1" will be the largest and "H6" will be the smallest.

    Note:
    Keep in mind that there is a difference between the tags <"head"> and <"H1">

    You can insert an image using the tag <IMG SRC: "example.jpg" WIDTH="70" HEIGHT "52"> with the closing tag </img>.

    The image source (URL) should be in jpeg format and you can adjust the width and height to your own preference.

    You can make your adjustments where the text is red. , The tag < p > will create a line break and a space between the lines.

    You can use this tag to separate different text bodies within your webpage. , Special characters can be used to make your webpage more organized.

    Refer to the chart above. , It is very important that you make sure all your tags are followed by closed tags.

    That will make sure there are no errors in your webpage. , Two things must be done to finish up your webpage and have it working correctly.

    You need to save it with file name and an extension of .html.

    Also, make sure you choose "all files"

    "text"

    or "web page" (Mac Users) under the file type/format drop box.

    Your webpage will not work correctly if you do not follow both of these steps.
  3. Step 3: Get the formatting right.

  4. Step 4: Use head tags.

  5. Step 5: Use body tags.

  6. Step 6: Change elements of the webpage.

  7. Step 7: Bolden

  8. Step 8: italicize

  9. Step 9: and underline text.

  10. Step 10: Change the heading and its sizes.

  11. Step 11: Insert an image.

  12. Step 12: Add a paragraph.

  13. Step 13: Add special characters.

  14. Step 14: Check for closed tags.

  15. Step 15: Save your page.

Detailed Guide

Markup tags are very important to understand when using HTML; they determine whether the code you are using is starting or ending.

If there is no forward slash symbol, the code between the angle brackets will remain true.

If there is a forward slash after the first angle bracket, the code will then end (also known as the "ender").

Always begin with <html>.

This tag will tell your computer that you are creating a web page.

It will always be the first tag you use. , There are two parts to the format for HTML.

First one being the head, which is the tag itself.

HTML will always begin and end with a tag.

Then there is the body, the information between the tags. , Head tags are the container for all head elements.

The tag <head> is the heading of the document.

Your title comes after your head tag, and will inform viewers what your webpage is about.

Note that this will show only in the webpage's tab; it will not appear on your website. , The body of the page will begin when you enter the <body> tag.

It will end when you enter </body>.

There are many ways to customize your body paragraphs. , Change the font, size, and color of your body paragraph by entering the code in red above.

You can add any preferred font name, size, and color in-between the quotations and everything in-between and will be the font type, size, and color that you choose. , You can accomplish this with the use of the tags on the chart above. , You can change the headings of your text with the use of the tags on the chart above. "H1" will be the largest and "H6" will be the smallest.

Note:
Keep in mind that there is a difference between the tags <"head"> and <"H1">

You can insert an image using the tag <IMG SRC: "example.jpg" WIDTH="70" HEIGHT "52"> with the closing tag </img>.

The image source (URL) should be in jpeg format and you can adjust the width and height to your own preference.

You can make your adjustments where the text is red. , The tag < p > will create a line break and a space between the lines.

You can use this tag to separate different text bodies within your webpage. , Special characters can be used to make your webpage more organized.

Refer to the chart above. , It is very important that you make sure all your tags are followed by closed tags.

That will make sure there are no errors in your webpage. , Two things must be done to finish up your webpage and have it working correctly.

You need to save it with file name and an extension of .html.

Also, make sure you choose "all files"

"text"

or "web page" (Mac Users) under the file type/format drop box.

Your webpage will not work correctly if you do not follow both of these steps.

About the Author

A

Alice Martinez

Enthusiastic about teaching pet care techniques through clear, step-by-step guides.

57 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: