0% found this document useful (0 votes)
30 views2 pages

HTML Reference Sheet

The document lists HTML tags and provides a brief description of their functions. It includes common text formatting tags like <b>, <i>, <u>, heading tags <h1> through <h6>, links tags <a> and <img>, and lists tags <ol>, <ul>, and <li>. The document also provides some websites that offer HTML tutorials for learning more about coding in HTML.

Uploaded by

Tenaaz Irani
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views2 pages

HTML Reference Sheet

The document lists HTML tags and provides a brief description of their functions. It includes common text formatting tags like <b>, <i>, <u>, heading tags <h1> through <h6>, links tags <a> and <img>, and lists tags <ol>, <ul>, and <li>. The document also provides some websites that offer HTML tutorials for learning more about coding in HTML.

Uploaded by

Tenaaz Irani
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

List of HTML tags (only partial - this doesnt cover everything out there)

Tag Name <HTML> </HTML> <title> </title> <body> </body> <body bgcolor> <p> <br> <hr> <b> </b> <i> </i> <U> </u> <center> </center> <tt> <h1> </h1> <h2> </h2> <h3> </h3> <h4> </h4> <h5> </h5> <h6> </h6> <font color=green> </font> <font size=8> </font> <body text=yellow> <body link=blue> <body vlink=red> <a href=[Link] </a> <a href=[Link] address>e-mail </a> <img src=[Link]> <OL> </OL> <UL> </UL> <LI> </Ll> <DL> </DL> HTML Code Name the start and end of a page for the title at the top of the screen for the part which shows on the page to determine the background color to start a new paragraph to start a new line horizontal line bold your text italicise your text underline your text centre your text creates a typewriter font makes a large heading makes the next largest heading makes a smaller heading makes a smaller heading makes a smaller heading makes a small heading changes the text color to green changes the text size makes the text coloured yellow makes a hypertext link blue makes a visited hypertext fink red makes a link to Yahoos web page lets the user e-mail from the web page puts in the picture [Link] puts in a numbered list creates a bulleted list an item in a list creates a plain list

Sites that include tutorials to help you with HTML

[Link] [Link] [Link] [Link] [Link] [Link] [Link]

You might also like