About Quick Tag
The Quick Tag page is a very useful resource on this site. It provides a quick index of HTML tags that are taught in this tutorial. They are listed in alphabetical order for easy finding. Simply click on the tag you want more information about, and you will be taken to a section in the tutorial that outlines the tag. Press the back button on your browser to return to the previous page.
<A>
This tag defines anchors and links.
<B>
This tag will make included text bold.
<BASEFONT>
This tag defines the default font size.
<BLINK>
This tag will make included text blink.
<BODY>
This tag defines the content of an HTML document.
<BR>
This tag inserts a new line into the document.
<CAPTION>
This tag will insert a table caption.
<CENTER>
This tag will center included text and other objects.
<FONT>
This tag sets various font and text characteristics.
<FORM>
This tag defines an online form.
<FRAME>
This tag defines a specific frame.
<FRAMESET>
This tag defines the presence of frames.
<HEAD>
This tag defines the head section of an HTML document.
<HR>
This tag inserts a line or horizontal rule.
<HTML>
This tag defines an HTML document.
<I>
This tag will make included text italic.
<IMG>
This tag defines an image.
<INPUT>
This tag inserts an input field into the document.
<LI>
This tag defines a list item.
<NOFRAMES>
This tag specifies alternative content for a user with a no-frames browser.
<OL>
This tag defines an ordered list.
<OPTION>
This tag defines a selection in a drop down or scrolling menu.
<P>
This tag skips a line in the document.
<SELECT>
This tag defines a pull down or scrolling menu.
<SPACER>
This tag inserts a defined number of blank pixels.
<STRIKE>
This tag will strike out the included text.
<TABLE>
This tag defines a table.
<TD>
This tag defines a table cell.
<TEXTAREA>
This tag defines a text area.
<TH>
This tag defines a header table cell.
<TITLE>
This tag defines the title of a document.
<TR>
This tag defines a table row.
<U>
This tag will underline the included text.
<UL>
This tag defines an unordered list.