HTML Tags Chart - List Of All Possible HTML Tags Elements Table You Can Use

RegisterLogin
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
Tags: HTML, Tags, Chart, -, List, Of, All, Possible, HTML, Tags, Elements, Table, You, Can, Use
This Post Was Posted On Feb 29, 2008 By web hosting #1554
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?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#2841 1
if you have a feedback form use <br /> to break your sentence:

you can use a function to replace the line break like this:

<?php
$foo = "this is the first line
this is the second line";

$foo = str_replace('<br>','nr',$foo);

echo $foo;
?>

try it
Nov 17, 2009 Reply Report abuse
hostman
#1979 2

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.gif"width="100%" height="60" align="center">
<embed>embed object<embed src="yourfile.gif"autostart="true" hidden="false" loop="false"><noembed><bgsound src="yourfile.gif"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>
 
Oct 24, 2009 Reply Report abuse
angle
#2635 3
what is the chart with the characteristics and uses of the commands MARQUEE
Oct 24, 2009 Reply Report abuse
webmaster
#1981 4
What is your website? ( example: wallpaperama dot com ) You can get more help by visiting this link: [ click here ]
Apr 07, 2007 Reply Report abuse
Brother
#1980 5
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.
Apr 07, 2007 Reply Report abuse
Leave Your Comments...
©2011 Webune Forums - Sun Dec 18, 2011 6:02 pm
Powered by: Webune Forums V3