HTML Tags Glossary
These are the opening and closing tags for all HTML documents. These tags inform the browser looking at the page that it is reading is HTML.
These are the head tags. Between the head tags you will find the title tag, the meta tags, and the tag that tells the browser where to find the applicable style sheet. Javascripts and other elements may also be found between the head tags.
The meta tag is used for search engine optimization and is found between the header tags. Meta tags can be used to define information related to your site for the search engines. As an example, this information may include attributes such as a description of your site and related keywords to the content of the page.
The title tags are used to tell the browser and those viewing the page, the title of your page. You will find this information displayed at the top of the browser window.
The body tags enclose the content of your page that will be visible to visitors. Numerous attributes, and additional tags will be found between the body tags. Other than the html tag, no other tag will be open as long as the body tag.
Text These tags are used for the opening and closing tags used for linking to a filename on your site or to an internal or external URL. Linking tags must point to a specific destination.
The image source tag is used to display images. It contains the information the browser needs to find the image, such as its location and name. You are also able to add styling attributes to this tag such as whether it should be shown on the left or right and how much space should be kept around the image.
width="10" height="10" alt=""> Some of the styling and attributes that might be applied to the image.
Table tags are used to indicate the start and end of a table. Tables are used to create information sections on pages, and aid in creating various visual layouts. Without the use of tables, the page will look rather plain.
These are table row tags and as per their name, they define rows in a table.
| These are table data tags. Table data tags are used to segment data on a table row.
The font tags are used to identify the font family that is to be used. It also provides the opportunity to define additional text attributes such as the size and color to be used.
Bolds text between these tags.
Italicizes text between these tags.
Underlines text between these tags.
Text Red text that is bold, italicized and underlined.
These tags format text into paragraphs that allow two breaks between lines of text.
These are heading1 tags. Other heading tags that might be used include h2, h3, h4, h5, and h6. Each tag produces smaller text, as the number gets higher, with h1 having the largest text. Additional attributes may be added to the tags or specified in a style sheet.
The break tags create a one line break, and can be used with your text to tell the browser how to separate lines of text. It is not needed unless you want your text to drop down one line.
Another method to create a text break. This method does not require the closing tag.
This is another method used to create space between objects or sections of text.
These tags center text or images on a page.
These are the tags for creating an ordered (numbered) list.
These are the tags for creating an unordered (bulleted) list.
These are the tags for creating the list items in your list.
The horizontal rule tag is used to create a line that runs horizontally across the page. This tag does not need a closing tag.
We hope you will find this information on html tags useful as you develop and customize your web pages. If there are additional tags you would like to see added, please visit our contact page and let us know.
MATERIAL CONNECTION DISCLOSURE:
You should assume that the authors of information provided on this site have an affiliate relationship and/or another material connection to the providers of goods and services mentioned in this information and may be compensated should you decide to purchase from one of these providers. You should always perform due diligence before buying goods or services from anyone via the Internet or offline.