You are on page 1of 3

Search W3Schools Search

HOME HTML CSS XML JA VA SCRIPT A SP PHP SQL MORE... References Examples Forum A bout

Y OUR FREE WEBSITE


Free Flash Website
Free Website Builder
Free Web Design
www.FullSail.edu Ads by Google

HTML Basic WEB HOSTING


HTML HOME
HTML 4.01 Quick List Best Web Hosting
HTML Introduction PHP MySQL Hosting
HTML Get Started « Previous Next Chapter »
HTML Basic Top 10 Web Hosting
HTML Elements HTML Quick List from W3Schools. Print it, fold it, and put it in your pocket. UK Reseller Hosting
HTML Attributes
HTML Headings Web Hosting
HTML Paragraphs Top Web Hosting
HTML Formatting HTML Basic Document
HTML Styles Free Web Hosting
HTML Links <html>
HTML Images <head> WEB BUILDING
HTML Tables <title>Title of document goes here</title> Download XML Editor
HTML Lists </head>
HTML Forms FREE Flash Website
HTML Frames <body> SEO C ompany
HTML Colors Visible text goes here...
HTML Colornames </body> 6,000+ HTML Templates
HTML Colorvalues Download now (FREE)
HTML Quick List </html>
W3SCHOOLS EXAMS
HTML Advanced Heading Elements Get C ertified in:
HTML, C SS, JavaScript,
HTML 4.0 W hy <h1>Largest Heading</h1> XML, PHP, and ASP
HTML CSS
HTML Head <h2> . . . </h2> W3SCHOOLS BOOKS
HTML Meta <h3> . . . </h3>
HTML Scripts <h4> . . . </h4> New Books:
HTML Entities HTML, C SS
<h5> . . . </h5> JavaScript, and Ajax
HTML URLs
HTML URL Encode <h6>Smallest Heading</h6>
HTML Webserver STATISTICS
HTML Summary Text Elements Browser Statistics
Browser OS
HTML Examples <p>This is a paragraph</p> Browser Display
HTML Examples <br /> (line break) SHARE THIS PAGE
HTML Quiz <hr /> (horizontal rule)
HTML Certificate <pre>This text is preformatted</pre> Share with »

HTML References Logical Styles


HTML Tag List
HTML Attributes <em>This text is emphasized</em>
HTML Events <strong>This text is strong</strong>
HTML Colornames <code>This is some computer code</code>
HTML Colorpicker
HTML Character Sets Physical Styles
HTML ASCII
HTML ISO-8859-1 <b>This text is bold</b>
HTML Symbols <i>This text is italic</i>
HTML URL Encode
HTML Lang Codes Links
HTML Status Codes
Ordinary link: <a href="http://w w w .example.com/">Link-text goes here</a>
Chinese Version Image-link: <a href="http://w w w .example.com/"><img src="URL" alt="Alternate Text" /></a>
Mailto link: <a href="mailto:w ebmaster@example.com">Send e-mail</a>
A named anchor:
<a name="tips">Tips Section</a>
<a href="#tips">Jump to the Tips Section</a>

Unordered list
<ul>
<li>Item</li>
<li>Item</li>
</ul>

Ordered list
<ol>
<li>First item</li>
<li>Second item</li>
</ol>

Definition list
<dl>
<dt>First term</dt>
<dd>Definition</dd>
<dt>Next term</dt>
<dd>Definition</dd>
</dl>

Tables
<table border="1">

converted by Web2PDFConvert.com
<table border="1">
<tr>
<th>Tableheader</th>
<th>Tableheader</th>
</tr>
<tr>
<td>sometext</td>
<td>sometext</td>
</tr>
</table>

Frames
<frameset cols="25%,75%">
<frame src="page1.htm" />
<frame src="page2.htm" />
</frameset>

Forms
<form action="http://w w w .example.com/test.asp" method="post/get">
<input type="text" name="email" size="40" maxlength="50" />
<input type="passw ord" />
<input type="checkbox" checked="checked" />
<input type="radio" checked="checked" />
<input type="submit" value="Send" />
<input type="reset" />
<input type="hidden" />
<select>
<option>Apples</option>
<option selected="selected">Bananas</option>
<option>Cherries</option>
</select>
<textarea name="comment" row s="60" cols="20"></textarea>

</form>

Entities
&lt; is the same as <
&gt; is the same as >
&#169; is the same as ©

Other Elements
<!-- This is a comment -->
<blockquote>
Text quoted from a source.
</blockquote>
<address>
W ritten by W 3Schools.com<br />
<a href="mailto:us@example.org">Email us</a><br />
Address: Box 564, Disneyland<br />
Phone: +12 34 56 78
</address>
Source : http://www.w3schools.com/html/html_quick.asp

« Previous Next Chapter »

Product Spotlight
Become an Expert
In .Net including Share Point, SQL Server and Visual Studio library of 2,600 practical training videos Just $99.99/Year.

Build Your Own Professional, Flash Website with Wix


Start Creating a stunning, Flash w ebsite. It's easy and free!
W ix is a revolutionary w eb design tool that provides you w ith a free, simple, drag & drop editing
platform to create your ow n professional and beautiful w ebsite.
Over 2 Million users have created their w ebsite w ith W ix. Now create yours!

converted by Web2PDFConvert.com
www.Groupon.com/NYC Ads by Google

W3Schools' Online Certification


The perfect solution for professionals w ho need to balance
w ork, family, and career building.
More than 6000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your know ledge of HTML, XHTML, and CSS.
The CSS Certificate documents your know ledge of advanced CSS.
The JavaScript Certificate documents your know ledge of JavaScript and HTML DOM.
The jQuery Certificate documents your know ledge of jQuery.
The XML Certificate documents your know ledge of XML, XML DOM and XSLT.
The ASP Certificate documents your know ledge of ASP, SQL, and ADO.
The PHP Certificate documents your know ledge of PHP and SQL (MySQL).

HOME TOP
| PRINT
| FORUM
| ABOUT
|

W 3Schools is for training only. We do not w arrant the correctness of its content. The risk from using it lies entirely w ith the user.
W hile using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright 1999-2010 by Refsnes Data. All Rights Reserved.

converted by Web2PDFConvert.com

You might also like