HTML Tags Chart - List Of All Possible HTML Tags Elements Table You Can Use
html tags chart - list of all possible html tags elements table you can use
html, tags, chart, list, of, all, possible, html, tags, elements, table, you, can, use
HTML Tags Chart - List Of All Possible HTML Tags Elements Table You Can Use
Post Description: html tags chart - list of all possible html tags elements table you can use
POST# 615
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: HTML Tags Chart - List Of All Possible HTML Tags Elements Table You Can Use
does any one have a table i can use a reference of all the HTML tags and elements you can use on your html web pages?


Thu Apr 05, 2007 6:42 am
1
hostman
Reply #1219

HTML Tags Chart

Tag

Name

HTML Code Example

<!-- comment<!--This can be viewedin the HTML part of a document-->
<A - anchor<A HREF="http://www.wallpaperama.com/">Visit Wallpaperama </A>
<B>bold<B>Example</B>
<BIG>big (text)<BIG>Example</BIG>
<BODY>body of HTMLdocument<BODY>The contentof your HTML page</BODY>
<BR> line breakThe contents of yourpage<BR>The contents of your page
<CENTER>center<CENTER>This willcenter your contents</CENTER>
<DD>definitiondescription<DL> <DT>Definition Term<DD>Definition of the term<DT>Definition Term<DD>Definition of the term</DL>
<DL>definition list<DL> <DT>Definition Term<DD>Definition of the term<DT>Definition Term<DD>Definition of the term</DL>
<DT>definition term<DL> <DT>Definition Term<DD>Definition of the term<DT>Definition Term<DD>Definition of the term</DL>
<EM>emphasisThis is an <EM>Example</EM> of using the emphasistag
<EMBED> embed object<EMBED src="yourfile.mid"width="100%" height="60" align="center">
<EMBED>embed object<EMBED src="yourfile.mid"autostart="true" hidden="false" loop="false"><noembed><bgsound src="yourfile.mid"loop="1"></noembed>
<FONT>font<FONT FACE="Times NewRoman">Example</FONT>
<FONT>font<FONT FACE="Times NewRoman" SIZE="4">Example</FONT>
<FONT>font<FONT FACE="Times NewRoman" SIZE="+3"COLOR="#FF0000">Example</FONT>
<FORM>form<FORM action="mailto:you@yourdomain.com">Name: <INPUT name="Name" value="" size="10"><BR> Email: <INPUT name="Email" value="" size="10"><BR><CENTER><INPUT type="submit"></CENTER></FORM>
<H1>heading 1<H1>Heading 1Example</H1>
<H2>heading 2<H2>Heading 2Example</H2>
<H3>heading 3<H3>Heading 3Example</H3>
<H4>heading 4<H4>Heading 4Example</H4>
<H5>heading 5<H5>Heading 5Example</H5>
<H6>heading 6<H6>Heading 6Example</H6>
<HEAD>heading of HTMLdocument<HEAD>Contains elementsdescribing the document</HEAD>
<HR>horizontal rule<HR>
<HR>horizontal rule<HR WIDTH="50%"SIZE="3">
<HR>horizontal rule<HR WIDTH="50%" SIZE="3"NOSHADE>
<HR> (InternetExplorer)horizontal rule<HR WIDTH="75%"COLOR="#FF0000" SIZE="4">
<HR> (Internet Explorer)horizontal rule<HR WIDTH="25%"COLOR="#6699FF" SIZE="6">
<HTML>hypertext markuplanguage<HTML><HEAD><META><TITLE>Titleof your webpage</TITLE></HEAD><BODY>HTML web page contents</BODY></HTML>
Who this belongs to? wallpaperama.comYou can get more useful information regarding html at this link: [ click here ]
<I>italic<I>Example</I>
<IMG>image<IMG SRC="Earth.gif"WIDTH="41" HEIGHT="41" BORDER="0" ALT="a sentence about your website">
<INPUT>input fieldExample 1: <FORM METHOD=postACTION="/cgi-bin/example.cgi"><INPUT type="text" size="10" maxlength="30"><INPUT type="Submit" VALUE="Submit"></FORM>
<INPUT> (Internet Explorer)input fieldExample 2: <FORM METHOD=postACTION="/cgi-bin/example.cgi"><INPUT type="text" STYLE="color: #FFFFFF; font-family: Verdana;font-weight: bold; font-size: 12px; background-color: #72A4D2;" size="10"maxlength="30"><INPUT type="Submit" VALUE="Submit"></FORM>
<INPUT>input fieldExample 3: <FORM METHOD=postACTION="/cgi-bin/example.cgi"><TABLE BORDER="0" CELLSPACING="0"CELLPADDING="2"><TR><TD BGCOLOR="#8463FF"><INPUT type="text"size="10" MAXLENGTH="30"></TD><TD BGCOLOR="#8463FF"VALIGN="Middle"> <INPUT type="image" name="submit"src="yourimage.gif"></TD></TR> </TABLE></FORM>
<INPUT>input fieldExample 4: <FORM METHOD=postACTION="/cgi-bin/example.cgi">Enter Your Comments:<BR><TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20MAXLENGTH=100></TEXTAREA><BR><INPUT type="Submit" VALUE="Submit"><INPUT type="Reset" VALUE="Clear"></FORM>
<INPUT>input fieldExample 5: <FORM METHOD=postACTION="/cgi-bin/example.cgi"><CENTER>Select an option:<SELECT><OPTION >option 1<OPTION SELECTED>option 2<OPTION>option 3<OPTION>option 4<OPTION>option 5<OPTION>option 6</SELECT><BR><INPUT type="Submit" VALUE="Submit"></CENTER></FORM>
<INPUT>input fieldExample 6: <FORM METHOD=postACTION="/cgi-bin/example.cgi">Select an option:<BR><INPUT type="radio" name="option"> Option 1<INPUT type="radio" name="option" CHECKED> Option 2<INPUT type="radio" name="option"> Option 3<BR><BR>Select an option:<BR><INPUT type="checkbox" name="selection"> Selection 1<INPUT type="checkbox" name="selection" CHECKED> Selection2<INPUT type="checkbox" name="selection"> Selection 3<INPUT type="Submit" VALUE="Submit"></FORM>
<LI>list itemExample 1: <MENU><LI type="disc">List item 1<LI type="circle">List item 2<LI type="square">List item 3</MENU>Example 2:<OL type="i"><LI>List item 1<LI>List item 2<LI>List item 3<LI>List item 4</OL>
<LINK>linkVisit our <AHREF="http://www.wallpaperama.com/">site</A>
<MARQUEE> (Internet Explorer)scrolling text<MARQUEE bgcolor="#CCCCCC" loop="-1" scrollamount="2"width="100%">Example Marquee</MARQUEE>
<MENU>menu<MENU><LI type="disc">List item 1<LI type="circle">List item 2<LI type="square">List item 3</MENU>
<META>meta<META name="Description"content="Description of your site"><META name="keywords" content="keywords describing yoursite">
<META>meta<META HTTP-EQUIV="Refresh"CONTENT="4;URL=http://www.wallpaperama.com/">
<META>meta<META http-equiv="Pragma"content="no-cache">
<META>meta<META name="rating"content="General">
<META>meta<META name="ROBOTS"content="ALL">
<META>meta<META NAME="ROBOTS"content="NOINDEX,FOLLOW">
<OL>ordered listNumbered <OL> <LI>List item 1<LI>List item 2<LI>List item 3<LI>List item 4</OL>Numbered SpecialStart<OL start="5"><LI>List item 1<LI>List item 2<LI>List item 3<LI>List item 4</OL>Lowercase Letters

<OL type="a"><LI>List item 1<LI>List item 2 <LI>List item 3<LI>List item 4 </OL> Capital Letters

<OL type="A"><LI>List item 1<LI>List item 2<LI>List item 3<LI>List item 4 </OL> Capital Letters Special Start

<OL type="A" start="3"><LI>List item 1 <LI>List item 2<LI>List item 3<LI>List item 4 </OL> Lowercase Roman Numerals

<OL type="i"><LI>List item 1<LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Roman Numerals

<OL type="I"> <LI>List item 1<LI>List item 2<LI>List item 3 <LI>List item 4 </OL> Capital Roman Numerals Special Start

<OL type="I" start="7"> <LI>List item 1<LI>List item 2 <LI>List item 3<LI>List item 4 </OL>

<OPTION>listbox option<FORM METHOD=postACTION="/cgi-bin/example.cgi"><CENTER>Select an option:<SELECT><OPTION>option 1<OPTION SELECTED>option 2<OPTION>option 3<OPTION>option 4<OPTION>option 5<OPTION>option 6</SELECT><BR></CENTER></FORM>
<P>paragraphThis is an example displayingthe use of the paragraph tag. <P> This will create a line break anda space between lines.Attributes:Example 1:<BR><BR><P align="left">This is an example<BR>displaying the use<BR>of the paragraph tag.<BR><BR>Example 2:<BR><BR><P align="right">This is an example<BR>displaying the use<BR>of the paragraph tag.<BR><BR>Example 3:<BR><BR><P align="center">This is an example<BR>displaying the use<BR>of the paragraph tag.
<SMALL>small (text)<SMALL>Example</SMALL>
<STRONG>strong emphasis<STRONG>Example</STRONG>
<TABLE>tableExample 1: <TABLE BORDER="4"CELLPADDING="2"  CELLSPACING="2" WIDTH="100%"><TR><TD>Column 1</TD><TD>Column 2</TD></TR></TABLE>Example 2: (Internet Explorer)<TABLE BORDER="2"BORDERCOLOR="#336699" CELLPADDING="2" CELLSPACING="2"WIDTH="100%"><TR><TD>Column 1</TD><TD>Column 2</TD></TR></TABLE>Example 3:<TABLE CELLPADDING="2" CELLSPACING="2" WIDTH="100%"><TR><TDBGCOLOR="#CCCCCC">Column 1</TD><TDBGCOLOR="#CCCCCC">Column 2</TD></TR><TR><TD>Row 2</TD><TD>Row 2</TD></TR></TABLE>
<TD>table data<TABLE BORDER="2" CELLPADDING="2"CELLSPACING="2" WIDTH="100%"><TR><TD>Column 1</TD><TD>Column 2</TD></TR></TABLE>
<TH>table header<DIValign="center"><TABLE><TR><TH>Column 1</TH><TH>Column 2</TH><TH>Column 3</TH></TR><TR><TD>Row 2</TD><TD>Row 2</TD><TD>Row 2</TD></TR><TR><TD>Row 3</TD><TD>Row 3</TD><TD>Row 3</TD></TR><TR><TD>Row 4</TD><TD>Row 4</TD><TD>Row 4</TD></TR></TABLE></DIV>
<TITLE>document title<TITLE>Title of your HTML page</TITLE>
<TR>table row<TABLE BORDER="2" CELLPADDING="2"CELLSPACING="2" WIDTH="100%"><TR><TD>Column 1</TD><TD>Column 2</TD></TR></TABLE>
<TT> teletype<TT>Example</TT>
<U>underline<U>Example</U>
<UL> unordered listExample 1:<BR><BR><UL><LI>List item 1<LI>List item 2</UL><BR> Example 2:<BR><UL type="disc"><LI>List item 1<LI>List item 2<UL type="circle"><LI>List item 3<LI>List item 4</UL></UL>
 
Sat Apr 07, 2007 5:35 am
2
Brother
Reply #1220
Dear sir
I saw a lot of fun things on tihs web site and applied them on my own web page it's a cool web site for the beginners. Thanks a lot and I also need help to to create my web as Members come signup and put their password Username kind of stuff please help me if you also able to do that.
Sat Apr 07, 2007 5:52 am
3
webmaster
Reply #1221
What is your website? ( example: wallpaperama dot com ) You can get more help by visiting this link: [ click here ]

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload