Download as pdf or txt
Download as pdf or txt
You are on page 1of 258

HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Tutorial
W3Schools Home
HTML5 is the next generation of HTML. This tutorial teaches you about the new features in HTML5.

WEB HOSTING Best Web Hosting

Next Chapter

PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Examples in Each Chapter


With our HTML editor, you can edit the HTML, and click on a button to view the result.

Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Example
<!DOCTYPE HTML> <html> <body> <video width="320" height="240" controls="controls"> <sourcesrc="movie.ogg"type="video/ogg"/> <sourcesrc="movie.mp4"type="video/mp4"/> Your browser does not support the video tag. </video> </body> </html>
Try it yourself

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Click on the "Try it yourself" button to see how it works Start learning HTML5 now!

HTML5 References
At W3Schools you will find complete references about tags, standard attributes, standard events, and more. HTML5 Tag Reference

W3Schools Home

Next Chapter

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions

http://www.w3schools.com/html5/default.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

And much more!

Download a free trial today!

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/default.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Introduction
Previous
HTML5 is the next generation of HTML.

WEB HOSTING Best Web Hosting

Next Chapter

PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

What is HTML5?
HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in 1999. The web has changed a lot since then. HTML5 is still a work in progress. However, most modern browsers have some HTML5 support.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter>

How Did HTML5 Get Started?


HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG). WHATWG was working with web forms and applications, and W3C was working with XHTML 2.0. In 2006, they decided to cooperate and create a new version of HTML. Some rules for HTML5 were established:
l l l l l l

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

New features should be based on HTML, CSS, DOM, and JavaScript Reduce the need for external plugins (like Flash) Better error handling More markup to replace scripting HTML5 should be device independent The development process should be visible to the public

New Features
Some of the most interesting new features in HTML5:
l l l l l

The canvas element for drawing The video and audio elements for media playback Better support for local offline storage New content specific elements, like article, footer, header, nav, section New form controls, like calendar, date, time, email, url, search

Browser Support
The latest versions of Safari, Chrome, Firefox, and Opera support some HTML5 features. Internet Explorer 9 will support some HTML5 features.

Previous

Next Chapter

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/html5_intro.asp

Page 1 / 2

<nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_intro.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 New Elements


Previous Next Chapter

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

New Elements in HTML5


The internet has changed a lot since HTML 4.01 became a standard in 1999. Today, some elements in HTML 4.01 are obsolete, never used, or not used the way they were intended to. These elements are deleted or re-written in HTML5. To better handle today's internet use, HTML5 also includes new elements for better structure, drawing, media content, and better form handling.

UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

New Markup Elements


New elements for better structure: Tag <article> <aside> <command> <details> <summary> <figure> <figcaption> <footer> <header> <hgroup> <mark> <meter> <nav> <progress> <ruby> <rt> <rp> <section> <time> Description For external content, like text from a news-article, blog, forum, or any other content from an external source For content aside from the content it is placed in. The aside content should be related to the surrounding content A button, or a radiobutton, or a checkbox For describing details about a document, or parts of a document A caption, or summary, inside the details element For grouping a section of stand-alone content, could be a video The caption of the figure section For a footer of a document or section, could include the name of the author, the date of the document, contact information, or copyright information For an introduction of a document or section, could include navigation For a section of headings, using <h1> to <h6>, where the largest is the main heading of the section, and the others are sub-headings For text that should be highlighted For a measurement, used only if the maximum and minimum values are known For a section of navigation The state of a work in progress For ruby annotation (Chinese notes or characters) For explanation of the ruby annotation What to show browsers that do not support the ruby element For a section in a document. Such as chapters, headers, footers, or any other sections of the document For defining a time or a date, or both

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

New Media Elements


HTML 5 provides a new standard for media content: Tag <audio> <video> <source> <embed> Description For multimedia content, sounds, music or other audio streams For video content, such as a movie clip or other video streams For media resources for media elements, defined inside video or audio elements For embedded content, such as a plug-in

The Canvas Element


The canvas element uses JavaScript to make drawings on a web page. Tag <canvas> Description For making graphics with a script

http://www.w3schools.com/html5/html5_new_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

New Form Elements


HTML5 offers more form elements, with more functionality: Tag <datalist> <keygen> <output> Description A list of options for input values Generate keys to authenticate users For different types of output, such as output written by a script

New Input Type Attribute Values


Also, the input element's type attribute has many new values, for better input control before sending it to the server: Type tel search url email datetime date month week time datetime-local number range color Description The input value is of type telephone number The input field is a search field The input value is a URL The input value is one or more email addresses The input value is a date and/or time The input value is a date The input value is a month The input value is a week The input value is of type time The input value is a local date/time The input value is a number The input value is a number in a given range The input value is a hexadecimal color, like #FF8800

Previous

Next Chapter

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_new_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Video
Previous Next Chapter

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

Many modern websites shows videos. HTML5 provides a standard for showing them. Check if your browser supports HTML5 video Check

UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Video on the Web


Until now, there has never been a standard for showing video on a web page. Today, most videos are shown through a plugin (like flash). However, not all browsers have the same plugins. HTML5 specifies a standard way to include video, with the video element.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Video Formats
Currently, there are 2 supported video formats for the video element:

New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Format Ogg MPEG 4


l l

IE 8 No No

Firefox 3.5 Yes No

Opera 10.5 Yes No

Chrome 3.0 Yes Yes

Safari 3.0 No Yes

Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Ogg = Ogg files with Thedora video codec and Vorbis audio codec MPEG4 = MPEG 4 files with H.264 video codec and AAC audio codec

Share with

How It Works
To show a video in HTML5, this is all you need:

<video src="movie.ogg" controls="controls"> </video>

The control attribute is for adding play, pause, and volume controls. It is also always a good idea to include the width and height attributes. Insert content between the <video> and </video> tags for browsers that do not support the video element:

Example
<video src="movie.ogg" width="320" height="240" controls="controls"> Your browser does not support the video tag. </video>
Try it yourself

The example above uses an Ogg file, and will work in Firefox, Opera and Chrome. To make the video work in Safari, the video file must be of type MPEG4. The video element allows multiple source elements. Source elements can link to different video files. The browser will use the first recognized format:

Example
<video width="320" height="240" controls="controls">

http://www.w3schools.com/html5/html5_video.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

<sourcesrc="movie.ogg"type="video/ogg"/> <sourcesrc="movie.mp4"type="video/mp4"/> Your browser does not support the video tag. </video>
Try it yourself

Internet Explorer
Internet Explorer 8 does not support the video element. In IE 9, there will be support for video element using MPEG4.

All <video> Attributes


Attribute autoplay controls height loop preload src width Value autoplay controls pixels loop preload url pixels Description Specifies that the video will start playing as soon as it is ready Specifies that controls will be displayed, such as a play button. Specifies the height of the video player Specifies that the media file will start over again, every time it is finished. Specifies that the video will be loaded at page load, and ready to run. Ignored if "autoplay" is present. Specifies that the URL of the video to play Specifies the width of the video player

Previous

Next Chapter

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_video.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Audio
Previous
HTML5 provides a standard for playing audio.

WEB HOSTING Best Web Hosting

Next Chapter

PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

Audio on the Web


Until now, there has never been a standard for playing audio on a web page. Today, most audio are played through a plugin (like flash). However, not all browsers have the same plugins. HTML5 specifies a standard way to include audio, with the audio element. The audio element can play sound files, or an audio stream.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Audio Formats
Currently, there are 3 supported formats for the audio element: Format Ogg Vorbis MP3 Wav IE 8 No No No Firefox 3.5 Yes No Yes Opera 10.5 Yes No Yes Chrome 3.0 Yes Yes No Safari 3.0 No Yes Yes

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

How It Works
To play an audio file in HTML5, this is all you need:

<audio src="song.ogg" controls="controls"> </audio>

The control attribute is for adding play, pause, and volume controls. Insert content between the <audio> and </audio> tags for browsers that do not support the audio element:

Example
<audio src="song.ogg" controls="controls"> Your browser does not support the audio element. </audio>
Try it yourself

The example above uses an Ogg file, and will work in Firefox, Opera and Chrome. To make the audio work in Safari, the audio file must be of type MP3 or Wav. The audio element allows multiple source elements. Source elements can link to different audio files. The browser will use the first recognized format:

Example
<audio controls="controls"> <sourcesrc="song.ogg"type="audio/ogg"/> <sourcesrc="song.mp3"type="audio/mpeg"/> Your browser does not support the audio element. </audio>
Try it yourself

http://www.w3schools.com/html5/html5_audio.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Internet Explorer
Internet Explorer 8 does not support the audio element. In IE 9, there will be support for audio element.

All <audio> Attributes


Attribute autoplay controls loop preload src Value autoplay controls loop preload url Description Specifies that the audio will start playing as soon as it is ready. Specifies that controls will be displayed, such as a play button. Specifies that the audio will start playing again (looping) when it reaches the end Specifies that the audio will be loaded at page load, and ready to run. Ignored if autoplay is present. Specifies the URL of the audio to play

Previous

Next Chapter

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_audio.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Canvas
Previous
The canvas element is used to draw graphics on a web page.

WEB HOSTING Best Web Hosting

Next Chapter

PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

What is Canvas?
The HTML5 canvas element uses JavaScript to draw graphics on a web page. A canvas is a rectangular area, and you control every pixel of it. The canvas element has several methods for drawing paths, boxes, circles, characters, and adding images.

$0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Create a Canvas Element


Add a canvas element to the HTML5 page. Specify the id, width, and height of the element:

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

<canvas id="myCanvas" width="200" height="100"></canvas>

Draw With JavaScript


The canvas element has no drawing abilities of its own. All drawing must be done inside a JavaScript:

Share with

<script type="text/javascript"> var c=document.getElementById("myCanvas"); var cxt=c.getContext("2d"); cxt.fillStyle="#FF0000"; cxt.fillRect(0,0,150,75); </script>


Try it yourself

JavaScript uses the id to find the canvas element:

var c=document.getElementById("myCanvas");

Then, create a context object:

var cxt=c.getContext("2d");

The getContext("2d") object is a built-in HTML5 object, with many methods to draw paths, boxes, circles, characters, images and more. The next two lines draws a red rectangle:

cxt.fillStyle="#FF0000"; cxt.fillRect(0,0,150,75);

The fillStyle method makes it red, and the fillRect method specifies the shape, position, and size.

Understanding Coordinates
The fillRect method above had the parameters (0,0,150,75).

http://www.w3schools.com/html5/html5_canvas.asp

Page 1 / 3

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

This means: Draw a 150x75 rectangle on the canvas, starting at the top left corner (0,0). The canvas' X and Y coordinates are used to position drawings on the canvas. Mouse over the rectangle below to see the coordinates: X

More Canvas Examples


Below are more examples of drawing on the canvas element:

Example - Line
Draw a line by specifying where to start, and where to stop:

Try it yourself

Example - Circle
Draw a circle by specifying the size, color, and position:

Try it yourself

Example - Gradient
Draw a gradient background with the colors you specify:

Try it yourself

Example - Image
Put an image on the canvas:

Try it yourself

Previous

Next Chapter

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

http://www.w3schools.com/html5/html5_canvas.asp

Page 2 / 3

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_canvas.asp

Page 3 / 3


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Input Types


Previous Next Chapter

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

HTML5 New Input Types


HTML5 has several new input types for forms. These new features allow for better input control and validation. This chapter covers the new input types:
l l l l l l l

UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events email url number range Date pickers (date, month, week, time, datetime, datetime-local) search color

Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Browser Support
Input type email url number range Date pickers search color IE No No No No No No No Firefox No No No No No No No Opera 9.0 9.0 9.0 9.0 9.0 No No Chrome No No No 4.0 No No No Safari No No No 4.0 No No No

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Note: Opera has the best support for the new input types. However, you can already start using them in all major browsers. If they are not supported, they will be behave as regular text fields.

Input Type - email


The email type is used for input fields that should contain an e-mail address. The value of the email field is automatically validated when the form is submitted.

Example
E-mail: <input type="email" name="user_email" />
Try it yourself

Tip: Safari on the iPhone recognizes the email input type, and changes the on-screen keyboard to match it (adds @ and .com options).

Input Type - url


The url type is used for input fields that should contain a URL address. The value of the url field is automatically validated when the form is submitted.

Example
Homepage: <input type="url" name="user_url" />
Try it yourself

Tip: Safari on the iPhone recognizes the url input type, and changes the on-screen keyboard to match it (adds .com option).

http://www.w3schools.com/html5/html5_form_input_types.asp

Page 1 / 3

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Input Type - number


The number type is used for input fields that should contain a numeric value. You can also set restrictions on what numbers are accepted:

Example
Points: <input type="number" name="points" min="1" max="10" />
Try it yourself

Use the following attributes to specify restrictions for the number type: Attribute max min step value Value number number number number Description Specifies the maximum value allowed Specifies the minimum value allowed Specifies legal number intervals (if step="3", legal numbers could be -3,0,3,6, etc) Specifies the default value

Try an example with all the restriction attributes: Try it yourself Tip: Safari on the iPhone recognizes the number input type, and changes the on-screen keyboard to match it (shows numbers).

Input Type - range


The range type is used for input fields that should contain a value from a range of numbers. The range type is displayed as a slider bar. You can also set restrictions on what numbers are accepted:

Example
<input type="range" name="points" min="1" max="10" />
Try it yourself

Use the following attributes to specify restrictions for the range type: Attribute max min step value Value number number number number Description Specifies the maximum value allowed Specifies the minimum value allowed Specifies legal number intervals (if step="3", legal numbers could be -3,0,3,6, etc) Specifies the default value

Input Type - Date Pickers


HTML5 has several new input types for selecting date and time:
l l l l l l

date - Selects date, month and year month - Selects month and year week - Selects week and year time - Selects time (hour and minute) datetime - Selects time, date, month and year (UTC time) datetime-local - Selects time, date, month and year (local time)

The following example allows you to select a date from a calendar:

Example
Date: <input type="date" name="user_date" />
Try it yourself

Input type "month": Try it yourself Input type "week": Try it yourself Input type "time": Try it yourself

http://www.w3schools.com/html5/html5_form_input_types.asp

Page 2 / 3

Input type "datetime": Try it yourself Input type "datetime-local": Try it yourself

Input Type - search


The search type is used for search fields, like a site search, or Google search. The search field behaves like a regular text field.

Previous

Next Chapter

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_form_input_types.asp

Page 3 / 3


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Form Elements


Previous Next Chapter

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

HTML5 New Form Elements


HTML5 has several new elements and attributes for forms. This chapter covers the new form elements:
l l l

UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

datalist keygen output

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Browser Support
Attribute datalist keygen output IE No No No Firefox No No No Opera 9.5 10.5 9.5 Chrome No 3.0 No Safari No No No

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

datalist Element
The datalist element specifies a list of options for an input field. The list is created with option elements inside the datalist. To bind a datalist to an input field, let the list attribute of the input field refer to the id of the datalist:

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Example
Webpage: <input type="url" list="url_list" name="link" /> <datalist id="url_list"> <option label="W3Schools" value="http://www.w3schools.com" /> <option label="Google" value="http://www.google.com" /> <option label="Microsoft" value="http://www.microsoft.com" /> </datalist>
Try it yourself

Tip: The option elements should always have a value attribute.

keygen Element
The purpose of the keygen element is to provide a secure way to authenticate users. The keygen element is a key-pair generator. When a form is submitted, two keys are generated, one private and one public. The private key is stored on the client, and the public key is sent to the server. The public key could be used to generate a client certificate to authenticate the user in the future. Currently, the browser support for this element is not good enough to be a useful security standard.

Example
<form action="demo_form.asp" method="get"> Username: <input type="text" name="usr_name" /> Encryption: <keygen name="security" /> <input type="submit" /> </form>
Try it yourself

http://www.w3schools.com/html5/html5_form_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

output Element
The output element is used for different types of output, like calculations or script output:

Example
<output id="result" onforminput="resCalc()"></output>
Try it yourself

Previous

Next Chapter

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_form_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML5 Form Attributes


Previous Next Chapter

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

HTML5 New Form Attributes


This chapter covers some of the new attributes for <form> and <input>.

UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Forms

HTML5 Input Types HTML5 Form Elements New form attributes: HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

l l

autocomplete novalidate

New input attributes:


l l l l l l l l l l l

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

autocomplete autofocus form form overrides (formaction, formenctype, formmethod, formnovalidate, formtarget) height and width list min, max and step multiple pattern (regexp) placeholder required

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Browser Support
Attribute autocomplete autofocus form form overrides height and width list min, max and step multiple novalidate pattern placeholder required IE 8.0 No No No 8.0 No No No No No No No Firefox 3.5 No No No 3.5 No No 3.5 No No No No Opera 9.5 10.0 9.5 10.5 9.5 9.5 9.5 No No 9.5 No 9.5 Chrome 3.0 3.0 No No 3.0 No 3.0 3.0 No 3.0 3.0 3.0 Safari 4.0 4.0 No No 4.0 No No 4.0 No No 3.0 No

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

autocomplete Attribute
The autocomplete attribute specifies that the form or input field should have an autocomplete function. Note: The autocomplete attribute works with <form>, and the following <input> types: text, search, url, telephone, email, password, datepickers, range, and color. When the user starts to type in an autocomplete field, the browser should display options to fill in the field:

Example
<form action="demo_form.asp" method="get" autocomplete="on"> First name: <input type="text" name="fname" /><br /> Last name: <input type="text" name="lname" /><br /> E-mail: <input type="email" name="email" autocomplete="off" /><br /> <input type="submit" /> </form>
Try it yourself

Note: In some browsers you may need to activate the autocomplete function for this to work.

http://www.w3schools.com/html5/html5_form_attributes.asp

Page 1 / 4

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

autofocus Attribute
The autofocus attribute specifies that a field should automatically get focus when a page is loaded. Note: The autofocus attribute works with all <input> types.

Example
User name:<inputtype="text"name="user_name"autofocus="autofocus"/>
Try it yourself

form Attribute
The form attribute specifies one or more forms the input field belongs to. Note: The form attribute works with all <input> types. The form attribute must refer to the id of the form it belongs to:

Example
<form action="demo_form.asp" method="get" id="user_form"> First name:<input type="text" name="fname" /> <input type="submit" /> </form> Last name: <input type="text" name="lname" form="user_form" />
Try it yourself

Note: To refer to more than one form, use a space-separatedlist.

Form Override Attributes


The form override attributes allow you to override some of the attributes set for the form element. The form override attributes are:
l l l l l

formaction - Overrides the form action attribute formenctype - Overrides the form enctype attribute formmethod - Overrides the form method attribute formnovalidate - Overrides the form novalidate attribute formtarget - Overrides the form target attribute

Note: The form override attributes works with the following <input> types: submit and image.

Example
<form action="demo_form.asp" method="get" id="user_form"> E-mail: <input type="email" name="userid" /><br /> <input type="submit" value="Submit" /> <br /> <input type="submit" formaction="demo_admin.asp" value="Submit as admin" /> <br /> <input type="submit" formnovalidate="true" value="Submit without validation" /> <br /> </form>
Try it yourself

Note: These attributes are helpful for creating different submit buttons.

height and width Attributes


The height and width attributes specifies the height and width of the image used for the input type image. Note: The height and width attributes only works with <input> type: image.

Example
<input type="image" src="img_submit.gif" width="24" height="24" />

http://www.w3schools.com/html5/html5_form_attributes.asp

Page 2 / 4

Try it yourself

list Attribute
The list attribute specifies a datalist for an input field. A datalist is a list of options for an input field. Note: The list attribute works with the following <input> types: text, search, url, telephone, email, date pickers, number, range, and color.

Example
Webpage: <input type="url" list="url_list" name="link" /> <datalist id="url_list"> <option label="W3Schools" value="http://www.w3schools.com" /> <option label="Google" value="http://www.google.com" /> <option label="Microsoft" value="http://www.microsoft.com" /> </datalist>
Try it yourself

min, max and step Attributes


The min, max and step attributes are used to specify restrictions for input types containing numbers or dates. The max attribute specifies the maximum value allowed for the input field. The min attribute specifies the minimum value allowed for the input field. The step attribute specifies the legal number intervals for the input field (if step="3", legal numbers could be -3,0,3,6, etc). Note: The min, max, and step attributes works with the following <input> types: date pickers, number, and range. The example below shows a numeric field that accepts values between 0 and 10, with a step of 3 (legal numbers are 0, 3, 6 and 9):

Example
Points: <input type="number" name="points" min="0" max="10" step="3" />
Try it yourself

multiple Attribute
The multiple attribute specifies that multiple values can be selected for an input field. Note: The multiple attribute works with the following <input> types: email, and file.

Example
Select images: <input type="file" name="img" multiple="multiple" />
Try it yourself

novalidate Attribute
The novalidate attribute specifies that the form or input field should not be validated when submitted. Note: The novalidate attribute works with: <form> and the following <input> types: text, search, url, telephone, email, password, date pickers, range, and color.

Example
<form action="demo_form.asp" method="get" novalidate="true"> E-mail: <input type="email" name="user_email" /> <input type="submit" /> </form>
Try it yourself

http://www.w3schools.com/html5/html5_form_attributes.asp

Page 3 / 4

pattern Attribute
The pattern attribute specifies a pattern used to validate an input field. The pattern is a regular expression. You can read about this in our JavaScript tutorial. Note: The pattern attribute works with the following <input> types: text, search, url, telephone, email, and password The example below shows a text field that can only contain three letters (no numbers or special characters):

Example
Country code: <input type="text" name="country_code" pattern="[A-z]{3}" title="Three letter country code" />
Try it yourself

placeholder Attribute
The placeholder attribute provides a hint that describes the expected value of an input field. Note: The placeholder attribute works with the following <input> types: text, search, url, telephone, email, and password The hint is displayed in the input field when it is empty, and disappears when the field gets focus:

Example
<inputtype="search"name="user_search"placeholder="SearchW3Schools"/>
Try it yourself

required Attribute
The required attribute specifies that an input field must be filled out before submitting. Note: The required attribute works with the following <input> types: text, search, url, telephone, email, password, date pickers, number, checkbox, radio, and file.

Example
Name: <input type="text" name="usr_name" required="required" />
Try it yourself

Previous

Next Chapter

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_form_attributes.asp

Page 4 / 4


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 Tag Reference


Previous Next Reference

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

HTML 5
HTML 5 improves interoperability and reduces development costs by making precise rules on how to handle all HTML elements, and how to recover from errors. Some of the new features in HTML 5 are functions for embedding audio, video, graphics, client-side data storage, and interactive documents. HTML 5 also contains new elements like <nav>, <header>, <footer>, and <figure>. The HTML 5 working group includes AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, Opera, and many hundreds of other vendors. Note: HTML 5 is not a W3C recommendation yet! To read about the HTML 5 activities at W3C, please read our W3C tutorial.

UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Ordered Alphabetically
New :NewtagsinHTML5. Tag <!--...--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> New <aside> New <audio> New <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> New <caption> <center> <cite> <code> <col> <colgroup> <command> New <datalist> New <dd> <del> <details> New Defines a definition description Defines deleted text Defines details of an element Defines a dropdown list Defines a table caption Not supported in HTML 5. Defines a citation Defines computer code text Definesattributesfortablecolumns Defines groups of table columns Defines a command button Defines bold text Defines a base URL for all the links in a page Not supported in HTML 5. Defines the direction of text display Not supported in HTML 5. Defines a long quotation Defines the body element Inserts a single line break Defines a push button Defines graphics Defines sound content Defines content aside from the page content Description Defines a comment Defines the document type Defines a hyperlink Defines an abbreviation Not supported in HTML 5. Defines an address element Not supported in HTML 5. Defines an area inside an image map Defines an article

http://www.w3schools.com/html5/html5_reference.asp

Page 1 / 3

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

<dfn> <dir> <div> <dl> <dt> <em> <embed> New <fieldset> <figcaption> New <figure> New <font> <footer> New <form> <frame> <frameset> <h1> to <h6> <head> <header> New <hgroup> New <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> New <kbd> <label> <legend> <li> <link> <map> <mark> New <menu> <meta> <meter> New <nav> New <noframes> <noscript> <object> <ol> <optgroup> <option> <output> New <p> <param> <pre> <progress> New <q> <rp> <rt> New <ruby> New <s> <samp> <script> <section> New

Definesadefinitionterm Not supported in HTML 5. Defines a section in a document Defines a definition list Defines a definition term Definesemphasizedtext Defines external interactive content or plugin Defines a fieldset Defines the caption of a figure element Defines a group of media content, and their caption Not supported in HTML 5. Defines a footer for a section or page Definesaform Not supported in HTML 5. Not supported in HTML 5. Defines header 1 to header 6 Defines information about the document Defines a header for a section or page Defines information about a section in a document Defines a horizontal rule Defines an html document Defines italic text Defines an inline sub window (frame) Defines an image Defines an input field Defines inserted text Defines a generated key in a form Defines keyboard text Definesalabelforaformcontrol Defines a title in a fieldset Defines a list item Defines a resource reference Definesanimagemap Defines marked text Defines a menu list Defines meta information Defines measurement within a predefined range Defines navigation links Not supported in HTML 5. Defines a noscript section Defines an embedded object Defines an ordered list Defines an option group Defines an option in a drop-down list Defines some types of output Defines a paragraph Defines a parameter for an object Defines preformatted text Defines progress of a task of any kind Defines a short quotation Used in ruby annotations to define what to show browsers that to not New support the ruby element. Defines explanation to ruby annotations. Defines ruby annotations. Not supported in HTML 5. Defines sample computer code Defines a script Defines a section

http://www.w3schools.com/html5/html5_reference.asp

Page 2 / 3

<select> <small> <source> New <span> <strike> <strong> <style> <sub> <summary> New <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> New <title> <tr> <tt> <u> <ul> <var> <video> New <xmp>

Defines a selectable list Defines small text Defines media resources Defines a section in a document Not supported in HTML 5. Defines strong text Defines a style definition Defines subscripted text Defines the header of a "detail" element Defines superscripted text Defines a table Defines a table body Defines a table cell Defines a text area Defines a table footer Defines a table header Defines a table header Defines a date/time Defines the document title Defines a table row Not supported in HTML 5. Not supported in HTML 5. Defines an unordered list Defines a variable Defines a video Not supported in HTML 5.

Previous

Next Reference

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_reference.asp

Page 3 / 3


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 Standard Attributes


Previous Next Reference

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

The attributes listed below are supported by all HTML 5 tags, with a few exceptions.

UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML 5 Standard Attributes


New :NewstandardattributesinHTML5. Attribute accesskey class contenteditable contextmenu New data-yourvalue New dir draggable ltr rtl true New false auto hidden New id item itemprop lang spellcheck style subject New tabindex title number text Specifies the tab order of an element. Specifies extra information about an element. id empty New url url New group value value Author defined attributes. Authors of a HTML document can define their own attributes. Must start with "data-". Specifies the text direction for the content in an element. Specifies whether or not a user is allowed to drag an element. Specifies that the element is not relevant. Hidden elements are not displayed. Specifies a unique id for an element. Used to group elements. Used to group items. Value character classname true New false menu_id Description Specifies a keyboard shortcut to access an element. Specifies a classname for an element (used to specify a class in a style sheet). Specifies if the user is allowed to edit the content or not. Specifies the context menu for an element.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li>

hidden

language_code Specifies a language code for the content in an element. Language code reference true New false Specifies if the element must have it's spelling or grammar checked.

style_definition Specifies an inline style for an element. id Specifies the element's corresponding item.

Previous

Next Reference

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!

http://www.w3schools.com/html5/html5_ref_standardattributes.asp

Page 1 / 2

<link> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_ref_standardattributes.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 Event Attributes


Previous Next Reference

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting

Standard Event Attributes


HTML 4 added the ability to let events trigger actions in a browser, like starting a JavaScript when a user clicks on an element. To learn more about programming events, please visit our JavaScript tutorial and our DHTML tutorial. Below are the standard event attributes that can be inserted into HTML 5 elements to define event actions. New :NeweventattributesinHTML5.

UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Window Event Attributes


Events triggered for the window object. Applies to the <body> tag: Attribute onafterprint New onbeforeprint New onbeforeonload New onblur onerror New onfocus onhaschange New onload onmessage New onoffline New ononline New onpagehide New onpageshow New onpopstate New onredo New onresize New onstorage New onundo New onunload New script Script to be run when the user leaves the document script Script to be run when a document performs an undo script Script to be run when a document loads script Script to be run when the window is resized script Script to be run when the document performs a redo script Script to be run when the window's history changes script Script to be run when the window becomes visible script Script to be run when the window is hidden script Script to be run when the document comes online script Script to be run when the document goes offline script script Script to be run when the document loads Script to be run when the message is triggered script script Script to be run when the window gets focus Script to be run when the document has change script script Script to be run when the window loses focus Script to be run when an error occur script Script to be run before the document loads script Script to be run before the document is printed Value script Description Script to be run after the document is printed

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Form Events
Events triggered by actions inside a HTML form. Applies to all HTML 5 elements, but is most common in form elements:

http://www.w3schools.com/html5/html5_ref_eventattributes.asp

Page 1 / 4

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Attribute onblur onchange oncontextmenu New onfocus onformchange New onforminput New oninput New oninvalid New onreset onselect onsubmit

Value script script script script script script script script script script script

Description Script to be run when an element loses focus Script to be run when an element changes Script to be run when a context menu is triggered Script to be run when an element gets focus Script to be run when a form changes Script to be run when a form gets user input Script to be run when an element gets user input Script to be run when an element is invalid Script to be run when a form is reset Not supported in HTML 5 Script to be run when an element is selected Script to be run when a form is submitted

Keybord Events
Events triggered by a keyboard. Applies to all HTML 5 elements. Attribute onkeydown onkeypress onkeyup Value script script script Description Script to be run when a key is pressed Script to be run when a key is pressed and released Script to be run when a key is released

Mouse Events
Events triggered by a mouse, or similar user actions: Applies to all HTML 5 elements. Attribute onclick ondblclick ondrag New ondragend New ondragenter New ondragleave New ondragover New ondragstart New ondrop New onmousedown onmousemove onmouseout onmouseover onmouseup onmousewheel New onscroll New script Script to be run when an element's scrollbar is being scrolled script script script script script script Script to be run when a mouse button is pressed Script to be run when the mouse pointer moves Script to be run when the mouse pointer moves out of an element Script to be run when the mouse pointer moves over an element Script to be run when a mouse button is released Script to be run when the mouse wheel is being rotated script Script to be run when dragged element is being dropped script script Script to be run when an element is being dragged over a valid drop target Script to be run at the start of a drag operation script script Script to be run when an element has been dragged to a valid drop target Script to be run when an element leaves a valid drop target script Script to be run at the end of a drag operation Value script script script Description Script to be run on a mouse click Script to be run on a mouse double-click Script to be run when an element is dragged

Media Events
Events triggered by medias like videos, images and audio. Applies to all HTML 5 elements, but is most common in media elements, such as audio, embed, img, object, and video: Attribute Value Description

http://www.w3schools.com/html5/html5_ref_eventattributes.asp

Page 2 / 4

onabort oncanplay New oncanplaythrough New ondurationchange New onemptied New onended New onerror New onloadeddata New onloadedmetadata New onloadstart New onpause New onplay New onplaying New onprogress New onratechange New onreadystatechange New onseeked New onseeking New onstalled New onsuspend New ontimeupdate New onvolumechange New onwaiting New

script script script script script script script script script script script script script script script script script script script script script script script

Script to be run on an abort event Script to be run when media can start play, but might has to stop for buffering Script to be run when media can be played to the end, without stopping for buffering Script to be run when the length of the media is changed Script to be run when a media resource element suddenly becomes empty (network errors, errors on load etc.) Script to be run when media has reach the end Script to be run when an error occurs during the loading of an element Script to be run when media data is loaded Script to be run when the duration and other media data of a media element is loaded Script to be run when the browser starts to load the media data Script to be run when media data is paused Script to be run when media data is going to start playing Script to be run when media data has start playing Script to be run when the browser is fetching the media data Script to be run when the media data's playing rate has changed Script to be run when the ready-state changes Script to be run when a media element's seeking attribute is no longer true, and the seeking has ended Script to be run when a media element's seeking attribute is true, and the seeking has begun Script to be run when there is an error in fetching media data (stalled) Script to be run when the browser has been fetching media data, but stopped before the entire media file was fetched Script to be run when media changes its playing position Script to be run when media changes the volume, also when volume is set to "mute" Script to be run when media has stopped playing, but is expected to resume

Previous

Next Reference

Build Your Own Professional, Flash Website with Wix


Start Creating a stunning, Flash website. It's easy and free! Wix is a revolutionary web design tool that provides you with a free, simple, drag & drop editing platform to create your own professional and beautiful website. Over 2 Million users have created their website with Wix. Now create yours!

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

http://www.w3schools.com/html5/html5_ref_eventattributes.asp

Page 3 / 4

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
HOME | TOP | PRINT | FORUM | ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/html5_ref_eventattributes.asp

Page 4 / 4


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <!--...--> Tag


Example
An HTML comment:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<!--This is a comment. Comments are not displayed in the browser--> <p>This is a paragraph.</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!- -> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Definition and Usage


The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date. You can also store program-specific information inside comments. In this case they will not be visible for the user, but they are still available to the program. A good practice is to comment the text inside scripts and style elements to prevent older browsers, that do not support scripting or styles, from showing it as plain text.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Differences Between HTML 4.01 and HTML 5


NONE

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The comment tag does not support any standard attributes. More information about Standard Attributes.

Event Attributes
The comment tag does not support any event attributes. More information about Event Attributes.

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building.

http://www.w3schools.com/html5/tag_comment.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_comment.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <!DOCTYPE> Declaration


Example
An HTML 5 document with the correct doctype:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<!DOCTYPE HTML> <html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta>

Definition and Usage


The <!DOCTYPE> declaration must be the very first thing in your HTML5 document, before the <html> tag. This tag tells the browser which HTML specification the document uses. The doctype declaration is not an HTML tag; it is an instruction to the web browser about what version of the markup language the page is written in. It is important that you specify the doctype in all HTML documents, so that the browser knows what type of document to expect. The doctype in HTML 4.01 required a reference to a DTD, because HTML 4.01 was based on SGML. HTML 5 is not based on SGML, and does not require a reference to a DTD, but need the doctype for browsers to behave as they should.

Share with

Differences Between HTML 4.01 and HTML 5


There are 3 different doctypes in HTML 4.01, In HTML 5 there is only one:

<!DOCTYPE HTML>

Tips and Notes


Note: The <!DOCTYPE> tag does not have an end tag. Tip: The <!DOCTYPE> declaration is NOT case sensitive.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges.

http://www.w3schools.com/html5/tag_doctype.asp

Page 1 / 2

<meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_doctype.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <a> Tag


Example
A link to W3Schools.com:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<a href="http://www.w3schools.com">Visit W3Schools.com!</a>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the a element is the href attribute, which indicates the links destination. By default, links will appear as follows in all browsers:
l l l

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen>

An unvisited link is underlined and blue A visited link is underlined and purple An active link is underlined and red

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <a> tag could be either a hyperlink or an anchor. This was determined by the href attribute. In HTML 5, the <a> tag is always a hyperlink, but if it has no href attribute, it is only a placeholder for a hyperlink. HTML 5 has some new attributes, and some HTML 4.01 attributes are not supported in HTML 5.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Tip: The attributes: hreflang, media, ping, rel, target, and type attributes can not be present if the href attribute is not present. Tip: A linked page is normally displayed in the current browser window, unless you specify another target. Tip: Use CSS to style links.

Attributes
New :NewinHTML5. Attribute charset coords href hreflang media New name section_name Value char_encoding coordinates URL language_code media query Description Not supported in HTML 5 Not supported in HTML 5. The target URL of the link Specifies the base language of the target URL. Use only if the href attribute is present Specifies the mediatype of the target URL. Default value: all. Use only if the href attribute is present Not supported in HTML 5.

http://www.w3schools.com/html5/tag_a.asp

Page 1 / 3

<kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

ping New rel

URL

Space separated list of URL's that gets notified when a user follows the hyperlink. Use only if the href attribute is present Specifies the relationship between the current document and the target URL. Use only if the href attribute is present

alternate archives author bookmark contact external first help icon index last license next nofollow noreferrer pingback prefetch prev search stylesheet sidebar tag up text default rect circle poly _blank _parent _self _top

rev shape

Not supported in HTML 5. Not supported in HTML 5.

target

Where to open the target URL. Use only if the href attribute is present _blank - the target URL will open in a new window _self - the target URL will open in the same document as it was clicked l _parent - the target URL will open in the parent document l _top - the target URL will open in the full body of the window
l l

type New

mime_type

Specifies the MIME (Multipurpose Internet Mail Extensions) type of the target URL. Use only if the href attribute is present

Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <a> tag also supports the Event Attributes in HTML 5.

1,050,724 Sites built with Wix. Make your own!


Click here to design a Stunning Flash Website for Free Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free. With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

http://www.w3schools.com/html5/tag_a.asp

Page 2 / 3

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
HOME | TOP | PRINT | FORUM | ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_a.asp

Page 3 / 3


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <abbr> Tag


Example
An abbreviation is marked up as follows:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <abbr> tag indicates an abbrevation or an acronym, like "WWW" or "NATO". By marking up abbreviations you can give useful information to browsers, spell checkers, translation systems and search-engine indexers.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


NONE

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Tip: In some browsers the title attribute can be used to show the full version of the expression when you are holding the mouse over the abbreviation.

Standard Attributes
The <abbr> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <abbr> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

http://www.w3schools.com/html5/tag_abbr.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_abbr.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <acronym> Tag. Not Supported in HTML 5.


Definition and Usage
The <acronym> tag is not supported in HTML 5. Use the <abbr> tag instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <acronym> tag was used to define acronyms in HTML 4.01. An acronym can be spoken as if it were a word, example NATO, NASA, ASAP, GUI.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

http://www.w3schools.com/html5/tag_acronym.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_acronym.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <address> Tag


Example
Contact information for W3Schools.com:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<address> Written by W3Schools.com<br /> <a href="mailto:us@example.org">Email us</a><br /> Address: Box 564, Disneyland<br /> Phone: +12 34 56 78 </address>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <address> tag defines the contact information for the author or owner of a document. If the <address> element is inside an <article> element, it represents the contact information of the author/owner of that article.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


HTML 4.01 does not support the <article> tag, so in HTML 4.01 the <address> tag always defines the contact information of the document's author/owner.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Note: The <address> tag should NOT be used to describe a postal address, unless it is a part of the contact information. Note: The address usually renders in italic. Most browsers will add a line break before and after the address element.

Share with

Standard Attributes
The <address> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <address> tag also supports the Event Attributes in HTML 5.

Build Your Own Professional, Flash Website with Wix


Start Creating a stunning, Flash website. It's easy and free! Wix is a revolutionary web design tool that provides you with a free, simple, drag & drop editing platform to create your own professional and beautiful website. Over 2 Million users have created their website with Wix. Now create yours!

http://www.w3schools.com/html5/tag_address.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_address.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <applet> Tag. Not Supported in HTML 5.


Definition and Usage
The <applet> tag is not supported in HTML 5. Use the <object> tag instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <applet> tag was used to define an embedded applet.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Stylus StudioXML Development Environment

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

http://www.w3schools.com/html5/tag_applet.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_applet.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <area> Tag


Example
An image-map, with clickable areas:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<img src ="planets.gif" width="145" height="126" alt="Planets" usemap ="#planetmap" /> <map name="planetmap"> <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun" /> <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury" /> <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus" /> </map>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins>

Definition and Usage


The <area> tag defines an area inside an image-map (an image-map is an image with clickable areas). The area element is always nested inside a <map> tag. Note: The usemap attribute in the <img> tag is associated with the map element's name attribute, and creates a relationship between the image and the map.

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Differences Between HTML 4.01 and HTML 5


HTML 5 has some new attributes, and some HTML 4.01 attributes are no longer supported.

Share with

Attributes
New :NewinHTML5. Attribute alt Value text Description Specifies an alternate text for the area. Required if the href attribute is present. Use ONLY if the href attribute is present. Specifies the coordinates for the clickable area

coords

if shape="rect" then coords="left,top,right,bottom" if shape="circ" then coords="centerx,centery,radius" if shape="poly" then coords="x1,y1,x2,y2,..,xn,yn"

href

URL

Specifies the target URL of the area Specifies the base language of the target URL. Use only if the href attribute is present Specifies the mediatype of the target URL. Default value: all. Use only if the href attribute is present Not supported in HTML 5. Space separated list of URL's that gets notified when a user follows the hyperlink. Use only if the href attribute is present

hreflang language_code New media New nohref ping New nohref URL media query

http://www.w3schools.com/html5/tag_area.asp

Page 1 / 3

<keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

rel

alternate New archives author bookmark contact external first help icon index last license next nofollow noreferrer pingback prefetch prev search stylesheet sidebar tag up rect rectangle circ circle poly polygon _blank _parent _self _top

Specifies the relationship between the current document and the target URL. Use only if the href attribute is present

shape

Defines the shape of the area

target

Where to open the target URL. _blank - the target URL will open in a new window l _self - the target URL will open in the same frame as it was clicked l _parent - the target URL will open in the parent frameset l _top - the target URL will open in the full body of the window
l

type New

mime_type

Specifies the MIME (Multipurpose Internet Mail Extensions) type of the target URL. Use only if the href attribute is present

Standard Attributes
The <area> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <area> tag also supports the Event Attributes in HTML 5.

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued!

http://www.w3schools.com/html5/tag_area.asp

Page 2 / 3

The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
HOME | TOP | PRINT | FORUM | ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_area.asp

Page 3 / 3


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <article> Tag


Example
<article> <a href="http://blog.netscape.com/2007/12/28/ end-of-support-for-netscape-web-browsers"> Netscape is dead</a><br /> AOL has a long history on the internet, being one of the first companies to really get people online..... </article>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <article> tag defines external content. The external content could be a news-article from an external provider, or a text from a web log (blog), or a text from a forum, or any other content from an external source.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


The <article> tag is new in HTML 5.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Note: The <article> content is independent from the rest of the document.

Share with

Attributes
New :NewinHTML5. Attribute cite New pubdate date New Defines the time and date that the article was first published. Value URL Description URL of the article, if it is taken from the web

Standard Attributes
The <article> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <article> tag also supports the Event Attributes in HTML 5.

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/tag_article.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_article.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <aside> Tag


Example
<p>Me and my family visited The Epcot center this summer.</p> <aside> <h4>Epcot Center</h4> The Epcot Center is a theme park in Disney World, Florida. </aside>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu>

Definition and Usage


The <aside> tag defines some content aside from the content it is placed in. The aside content should be related to the surrounding content.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


The <aside> tag is new in HTML 5.

Tips and Notes


Tip: The <aside> content could be placed as a sidebar in an article.

Standard Attributes
The <aside> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <aside> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

http://www.w3schools.com/html5/tag_aside.asp

Page 1 / 2

<meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_aside.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <audio> Tag


Example
<audio src="horse.ogg" controls="controls"> Your browser does not support the audio element. </audio>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <audio> tag defines sound, such as music or other audio streams.

XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


The <audio> tag is new in HTML 5.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Tips and Notes


Tip: You can write text inside the start and end audio tags, to show older browser that they do not support this tag.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Attributes
New :NewinHTML5. Attribute autoplay New controls New preload New src New url preload controls Value autoplay Description If present, the audio will start playing as soon as it is ready. If present, controls will be displayed, such as a play button. If present, the audio will be loaded at page load, and ready to run. Ignored if autoplay is present. Defines the URL of the audio to play

Standard Attributes
The <audio> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <audio> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/tag_audio.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_audio.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <b> Tag


Example
<p>It was a <b>red</b> house with a <b>blue</b> door.</p>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <b> tag makes text bold. The <b> tag is used to highlight parts of a text.

WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


None

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Tips and Notes


If you want to mark words in a text as more important than the rest, you should use the <strong> tag instead.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Standard Attributes
The <b> tag also supports the Standard Attributes in HTML 5.

SHARE THIS PAGE Share with

Event Attributes
The <b> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

http://www.w3schools.com/html5/tag_b.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_b.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <base> Tag


Example
Specify a default URL and a default target for all links on a page:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<head> <base href="http://www.w3schools.com/css/" target="_blank" /> </head> <body> <a href="default.asp">W3Schools' CSS Tutorial</a> </body>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <base> tag specifies a default URL, and/or a default target, for all elements with a URL (hyperlinks, images, forms, etc.). The <base> tag must go inside the head element.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Differences Between HTML 4.01 and HTML 5


None

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Tip: Put the <base> tag as the first element in the head element, so that other elements in the head section uses the information from the <base> element. Note: Maximum one <base> element in a document.

Share with

Attributes
Attribute href target Value URL _blank _parent _self _top Description Specifies the URL to use as the base URL for links in the page Where to open all the links on the page. This attribute can be overridden by using the target attribute in each link. _blank - all the links will open in new windows _self - all the links will open in the same frame they where clicked l _parent - all the links will open in the parent frameset l _top - all the links will open in the full body of the window
l l

Standard Attributes and Events


NONE

http://www.w3schools.com/html5/tag_base.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_base.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <basefont> Tag. Not Supported in HTML 5.


Definition and Usage
The <basefont> tag is not supported in HTML 5. Use CSS instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <basefont> tag was used to define a default font-color, font-size, or font-family for all the text in a document.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

AltovaMissionKit- Integrated Suite of XML Tools

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

http://www.w3schools.com/html5/tag_basefont.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_basefont.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <bdo> Tag


Example
Specify the text direction:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<bdo dir="rtl"> Here is some Hebrew text that should be written from right-to-left. </bdo>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


bdo stands for bidirectional override. The <bdo> tag allows you to specify the text direction and override the bidirectional algorithm.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Differences Between HTML 4.01 and HTML 5


NONE

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Attributes
Attribute dir Value ltr rtl Description Defines the text direction. This attribute is required

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <bdo> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <bdo> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_bdo.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_bdo.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <big> Tag. Not Supported in HTML 5.


Definition and Usage
The <big> tag is not supported in HTML 5. Use CSS instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <big> tag was used to make text bigger.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

http://www.w3schools.com/html5/tag_big.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_big.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <blockquote> Tag


Example
A block of quotation is marked up as follows:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Here is a quote from WWF's website: <blockquote cite="http://www.wwf.org"> WWF's ultimate goal is to build a future where people live in harmony with nature. </blockquote>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Definition and Usage


The <blockquote> tag defines a block of quotation that is taken from another source. Browsers usually renders the text from <blockquote> elements with paragraph breaks.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


None

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Tip: Use the <q> element for shorter quotes that does not require paragraph breaks. Note: The blockquote element should only be used for quotes from another source.

Share with

Attributes
Attribute cite Value URL Description URL of the quote, if it is taken from the web

Standard Attributes
The <blockquote> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <blockquote> tag also supports the Event Attributes in HTML 5.

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/tag_blockquote.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_blockquote.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <body> Tag


Example
A simple HTML document, with the minimum of required tags:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter>

Definition and Usage


The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

Differences Between HTML 4.01 and HTML 5


In HTML 5 all <body> specific attributes are removed, while in HTML 4.01 they were deprecated.

Standard Attributes
The <body> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <body> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

http://www.w3schools.com/html5/tag_body.asp

Page 1 / 2

<nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_body.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <br> Tag


Example
A line break is marked up as follows:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

This text contains<br />a line break.


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The<br>taginsertsasinglelinebreak. The <br> tag is an empty tag which means that it has no end tag.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


None

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Tips and Notes


Note: Use the <br> tag to enter blank lines, not to separate paragraphs.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Standard Attributes
The <br> tag also supports the Standard Attributes in HTML 5.

Share with

Event Attributes
The <br> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_br.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_br.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <canvas> Tag


Example
How to display a red square, with the canvas element:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<canvas id="myCanvas"></canvas> <script type="text/javascript"> var canvas=document.getElementById('myCanvas'); var ctx=canvas.getContext('2d'); ctx.fillStyle='#FF0000'; ctx.fillRect(0,0,80,100); </script>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <canvas> tag is used to display graphics. The <canvas> tag is only a container for graphics, you must use a script to actually paint graphics.

Differences Between HTML 4.01 and HTML 5


The <canvas> tag is new in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Tip: You can write text between the start and end tags, to show older browser that they do not support this tag. Note: Some browsers already support the <canvas> tag, like Firefox, Chrome, and Opera.

Attributes
New :NewinHTML5. Attribute height New width New pixels Sets the width of the canvas Value pixels Description Sets the height of the canvas

Standard Attributes
The <canvas> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <canvas> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

http://www.w3schools.com/html5/tag_canvas.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_canvas.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <button> Tag


Example
A button is marked up as follows:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<button type="button">Click Me!</button>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <button> tag defines a push button. Inside a button element you can put content, like text or images. This is the difference between this element and buttons created with the input element. Always specify the type attribute for the button. Different browsers uses different default values for the type attribute.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta>

Differences Between HTML 4.01 and HTML 5


HTML 5 has new attributes: autofocus,form, formaction, formenctype, formmethod, formnovalidate, and formtarget.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Tips and Notes


Note: if you use the button element in an HTML form, different browsers submit different button values. Use the input element to create buttons in an HTML form.

SHARE THIS PAGE Share with

Attributes
New :NewinHTML5. Attribute autofocus New disabled form New formaction New url disabled form_name Value autofocus Description If present, it makes the button focused when the page loads Disables the button Specifies which form this button belongs to Specifies where to send the form-data when a form is submitted. Overrides the form's action attribute. Specifies how form-data should be encoded before sending it to a server. Overrides the form's enctype attribute. Specifies how to send form-data. Overrides the form's action attribute. If present, indicates that the form should not be validated when submitted. Overrides the form's novalidate attribute. Specifies where to open the action URL. Overrides the forms target attribute.

formenctype

application/x-www-form-urlencoded New multipart/form-data text/plain delete New get post put formnovalidate New

formmethod

formnovalidate

formtarget

_blank New _self _parent _top framename button_name

name

Specifies a unique name for the button

http://www.w3schools.com/html5/tag_button.asp

Page 1 / 2

<meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

type

button reset submit some_value

Defines the type of button

value

Specifies an initial value for the button. The value can be changed by a script

Standard Attributes
The <button> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <button> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_button.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <caption> Tag


Example
A table with a caption:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta>

<table border="1"> <caption>Monthly savings</caption> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Definition and Usage


The <caption> tag defines a table caption. The <caption> tag must be inserted immediately after the <table> tag. You can specify only one caption per table. Usually the caption will be centered above the table.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


The "align" attribute which was deprecated in HTML 4.01, is not supported in HTML 5. Use CSS instead.

Standard Attributes
The <caption> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <caption> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:

http://www.w3schools.com/html5/tag_caption.asp

Page 1 / 2

<meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_caption.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <center> Tag. Not Supported in HTML 5.


Definition and Usage
The <center> tag is not supported in HTML 5. Use CSS instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <center> tag was used to center align text and content.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Build Your Own Professional, Flash Website with Wix


Start Creating a stunning, Flash website. It's easy and free! Wix is a revolutionary web design tool that provides you with a free, simple, drag & drop editing platform to create your own professional and beautiful website. Over 2 Million users have created their website with Wix. Now create yours!

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

http://www.w3schools.com/html5/tag_center.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_center.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Tags
Example
Format text in a document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite>
Try it yourself

$0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Definition and Usage


The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. Tag <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Description Renders as emphasized text Defines important text Definesadefinitionterm Defines computer code text Defines sample computer code Defines keyboard text Defines a variable Defines a citation

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <strong> tag defined strong emphasized text, but in HTML 5 it defines important text.

Standard Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Tags
Example
Format text in a document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite>
Try it yourself

$0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Definition and Usage


The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. Tag <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Description Renders as emphasized text Defines important text Definesadefinitionterm Defines computer code text Defines sample computer code Defines keyboard text Defines a variable Defines a citation

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <strong> tag defined strong emphasized text, but in HTML 5 it defines important text.

Standard Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Event Attributes in HTML 5.

AltovaXMLSpy- The industry's leading XML editor!

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <col> Tag


Example
<table width="100%" border="1"> <col span="2" style="background-color:red" /> <tr> <th>ISBN</th> <th>Title</th> <th>Price</th> </tr> <tr> <td>3476896</td> <td>My first HTML</td> <td>$53</td> </tr> </table>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <col> tag defines attribute values for one or more columns in a table. The <col> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row. The <col> tag can only be used inside a table or a colgroup element.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


Most of the attributes from 4.01 are not supported in HTML 5.

Tips and Notes


Note: The col element is an empty element. To create columns, you must specify td elements within a tr element. Tip: Use the <col> when you want to specify different attribute values to more than one table column. Tip: Use the <colgroup> element if you want to specify the same attribute values to a group of columns.

Attributes
Attribute align Value left right center justify char character number number top middle bottom baseline % pixels relative_length Description Not supported in HTML 5

char charoff span valign

Not supported in HTML 5 Not supported in HTML 5 Defines the number of columns the <col> should span Not supported in HTML 5

width

Not supported in HTML 5

Standard Attributes
The <col> tag also supports the Standard Attributes in HTML 5.

http://www.w3schools.com/html5/tag_col.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Event Attributes
The <col> tag also supports the Event Attributes in HTML 5.

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
HOME | TOP | PRINT | FORUM | ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_col.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <colgroup> Tag


Example
<table width="100%" border="1"> <colgroupspan="2"style="background:red"></colgroup> <tr> <th>ISBN</th> <th>Title</th> <th>Price</th> </tr> <tr> <td>3476896</td> <td>MyfirstHTML</td> <td>$53</td> </tr> </table>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <colgroup> tag is used to group columns in a table for formatting. The <colgroup> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row. The <colgroup> tag can only be used inside a table element.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


Most of the attributes from 4.01 are not supported in HTML 5.

Tips and Notes


Note: The colgroup element can only contain col elements. Note: The colgroup element does not create columns. To create columns, you must specify td elements within a tr element. Tip: Use the colgroup element if you want to specify the same attribute values to a group of columns. Tip: Use the col element when you want to specify different attribute values to more than one table column.

Attributes
Attribute align Value left right center justify char character number number top middle bottom baseline % pixels relative_length Description Not supported in HTML 5

char charoff span valign

Not supported in HTML 5 Not supported in HTML 5 Defines the number of columns the column group should span Not supported in HTML 5

width

Not supported in HTML 5

Standard Attributes

http://www.w3schools.com/html5/tag_colgroup.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The <colgroup> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <colgroup> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_colgroup.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <command> Tag


Example
A button is marked up as follows:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<menu> <command type="command">Click Me!</command> </menu>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu>

Definition and Usage


The <command> tag defines a command button, like a radiobutton, a checkbox, or a button. The command element must be inside a menu element. If not, it will not be displayed.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Differences Between HTML 4.01 and HTML 5


The <command> tag is new in HTML 5

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Attributes
New :NewinHTML5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Attribute checked New disabled New icon New label New radiogroup New type

Value checked disabled url command name name of radiogroup checkbox New command radio

Description Defines if the command is checked or not. Use only if type is radio or checkbox Defines if the command is available or not Defines the url of an image to display as the command Defines a name for the command. The label is visible Defines the name of the radiogroup this command belongs to. Use only if type is radio Defines the type of command. Default value is command

Share with

Standard Attributes
The <command> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <command> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

http://www.w3schools.com/html5/tag_command.asp

Page 1 / 2

<meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_command.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <datalist> Tag


Example
An input element with it's possible values described in a datalist:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<input list="cars" /> <datalist id="cars"> <option value="BMW"> <option value="Ford"> <option value="Volvo"> </datalist>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <datalist> tag defines a list of options. Use this element together with the input element, to define which values the input element can have. The datalist and its options will not be displayed, it is only a list of legal input values. Use the input element's list attribute to bind it together with a datalist.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


The <datalist> tag is new in HTML 5

Standard Attributes
The <datalist> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <datalist> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_datalist.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_datalist.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <dd> Tag


Example
A definition list, with terms and definitions:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <dd> tag is used to describe an item in a definition list. The <dt> tag defines items in the list, and the <dd> tag describes the items

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Differences Between HTML 4.01 and HTML 5


NONE.

Standard Attributes
The <dd> tag also supports the Standard Attributes in HTML 5.

SHARE THIS PAGE Share with

Event Attributes
The <dd> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_dd.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_dd.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <del> Tag


Example
A text with a deleted part and a new inserted part:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <del> tag defines text that has been deleted from a document.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link>

Differences Between HTML 4.01 and HTML 5


NONE

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Tips and Notes


Tip: Use it together with the <ins> tag to describe updates and modifications in a document.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Attributes
Attribute cite datetime Value URL yyyy/mm/dd Description Defines a URL to another document which explains why the text was deleted or inserted Defines the date and time the text was deleted

Share with

Standard Attributes
The <del> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <del> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges.

http://www.w3schools.com/html5/tag_del.asp

Page 1 / 2

<map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_del.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <details> Tag


Example
Details about the document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<details>This document was written in 2009.</details>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <details> tag is used to describe details about a document, or parts of a document.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Differences Between HTML 4.01 and HTML 5


The <details> tag is new in HTML 5

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Tips and Notes


Tip: Use it together with the <summary> tag to make your own header for the details. The header is visible, and could show the details when the user clicks on the header. Note: The details element can be used to describe any parts of your document.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Attributes
New :NewinHTML5. Attribute open New Value Description open Defines if the details should be visible (present) or not (not present).

Share with

Standard Attributes
The <details> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <details> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/tag_details.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_details.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <dir> Tag. Not Supported in HTML 5.


Definition and Usage
The <dir> tag is not supported in HTML 5. Use the <ul> tag instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <dir> tag was used to define a directory list.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

http://www.w3schools.com/html5/tag_dir.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_dir.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <div> Tag


Example
A section in a document that will be displayed in green:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<div style="color:#00FF00"> <h3>Thisisaheader</h3> <p>Thisisaparagraph.</p> </div>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter>

Definition and Usage


The <div> tag defines a division or a section in an HTML document. The <div> tag is often used to group block-elements to format them with styles.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Differences Between HTML 4.01 and HTML 5


The "align" attribute is deprecated in HTML 4.01, and not supported in HTML 5. Use CSS to align the div's content.

Tips and Notes


Tip: The div element is very often used with CSS to layout a web page. Note: Browsers usually place a line break before and after the div element.

Share with

Standard Attributes
The <div> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <div> tag also supports the Event Attributes in HTML 5.

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010!

http://www.w3schools.com/html5/tag_div.asp

Page 1 / 2

<nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_div.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <dl> Tag


Example
A definition list, with terms and definitions:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <dl> tag defines a definition list. The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd> (describes the item in the list).

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


NONE

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <dl> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <dl> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

http://www.w3schools.com/html5/tag_dl.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_dl.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <dt> Tag


Example
A definition list, with terms and definitions:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <dt> tag defines the start of a term in a definition list. The <dt> tag defines items in the list, and the <dd> tag describes the items

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Differences Between HTML 4.01 and HTML 5


NONE.

Standard Attributes
The <dt> tag also supports the Standard Attributes in HTML 5.

SHARE THIS PAGE Share with

Event Attributes
The <dt> tag also supports the Event Attributes in HTML 5.

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

http://www.w3schools.com/html5/tag_dt.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_dt.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Tags
Example
Format text in a document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite>
Try it yourself

$0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Definition and Usage


The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. Tag <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Description Renders as emphasized text Defines important text Definesadefinitionterm Defines computer code text Defines sample computer code Defines keyboard text Defines a variable Defines a citation

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <strong> tag defined strong emphasized text, but in HTML 5 it defines important text.

Standard Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <embed> Tag


Example
<embed src="helloworld.swf" />
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <embed> tag defines embedded content, such as a plug-in.

WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


The <embed> tag is new in HTML 5

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Tips and Notes


Tip: You can NOT write text between the start and end tags, to show older browser that they do not support this tag, like for <audio> and <video>.

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Attributes
New :NewinHTML5. Attribute height New src New type New width New pixels Sets the width of the embedded content type Defines the type of the embedded content url The URL of the embedded content Value pixels Description Sets the height of the embedded content

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <embed> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <embed> tag also supports the Event Attributes in HTML 5.

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!

http://www.w3schools.com/html5/tag_embed.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_embed.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <fieldset> Tag


Example
Group related elements in a form:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<form> <fieldset> <legend>Personalia:</legend> Name: <input type="text" /><br /> Email: <input type="text" /><br /> Date of birth: <input type="text" /> </fieldset> </form>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <fieldset> tag is used to logically group together elements in a form. The <fieldset> tag draws a box around the related form elements. The <legend> tag defines a caption for the fieldset element.

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


HTML 5 has the attributes disabled, form, and name, which was not supported in HTML 4.01.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Note: You can disable a fieldset with the new attribute: disabled. Tip: Use the <legend> element to add a caption to the fieldset.

Attributes
New :NewinHTML5. Attribute disabled New form New name New value Defines the name of the fieldset formname Defines one ore more forms the fieldset belongs to Value disabled Description Defines if the fieldset is visible or not

Standard Attributes
The <fieldset> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <fieldset> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_fieldset.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_fieldset.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <figcaption> Tag


Example
A section in a document, describing WWF:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<figure> <figcaption>WWF</figcaption> <p>TheWorldWildlifeFoundationwasbornin1961...</p> </figure>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Definition and Usage


The <figcaption> tag contains a caption for the "figure" element. The "figcaption" element should be placed as the first or the last child of the "figure" element.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


The <figcaption> tag is new in HTML 5

Tips and Notes


Note: The "figcaption" element should be placed as the first or the last child of the "figure" element.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <figcaption> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <figcaption> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

http://www.w3schools.com/html5/tag_figcaption.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_figcaption.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <figure> Tag


Example
A section in a document, explaining what WWF is:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<figure> <h1>WWF</h1> <p>TheWorldWildlifeFoundationwasbornin1961...</p> </figure>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label>

Definition and Usage


The <figure> tag is used to group some elements. The content inside a figure element is stand-alone content, typically used to explain parts of a document, but also able to move from the document and put somewhere else.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


The <figure> tag is new in HTML 5

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Tip: Use the <figcaption> element to add a caption to the group of elements.

Share with

Standard Attributes
The <figure> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <figure> tag also supports the Event Attributes in HTML 5.

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!

http://www.w3schools.com/html5/tag_figure.asp

Page 1 / 2

<legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_figure.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <font> Tag. Not Supported in HTML 5.


Definition and Usage
The <font> tag is not supported in HTML 5. Use CSS to define fonts.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <font> tag was used to define font face, font size, and font color of text.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

http://www.w3schools.com/html5/tag_font.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_font.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <footer> Tag


Example
A section in a document that will be displayed in green:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<footer>This document was written in 2009</footer>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <footer> tag defines the footer of a section or document. Typically contains the name of the author, the date the document was written and/or contact information.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


The <footer> tag is new in HTML 5

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Tip: If you use the footer to insert contact information, use the address element inside the footer element.

Standard Attributes
The <footer> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <footer> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

http://www.w3schools.com/html5/tag_footer.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_footer.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <form> Tag


Example
A simple HTML form with two input fields and one submit button:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<form action="form_action.asp"> First name: <input type="text" name="fname" value="Mickey" /><br /> Last name:<input type="text" name="lname" value="Mouse" /><br /> <input type="submit" value="Submit" /> </form>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu>

Definition and Usage


The form element creates a form for user input. The form element contains one or more form elements: button, input, keygen, object, output, select, and textarea. Forms are used to pass user-data to a server.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Differences Between HTML 4.01 and HTML 5


HTML 5 has some new attributes, and some HTML 4.01 attributes are not supported in HTML 5.

Attributes
New :NewinHTML5. Attribute accept accept-charset Value MIME_type charset_list Description Not supported in HTML 5 A comma separated list of possible character sets for the form data. A URL that defines where to send the data when the submit button is pushed If "on" browsers can store the form's input values, to auto-fill the form if the user returns to the page. If "off" browsers should not store this information. The mime type used to encode the content of the form The HTTP method for sending data to the action URL. Default is get. method="get": This method sends the form contents in the URL: URL? name=value&name=value. Note: If the form values contains non-ASCII characters or exceeds 100 characters you MUST use method="post". method="post": This method sends the form contents in the body of the request. Note: Most browsers are unable to bookmark post requests.

Share with

action

URL

autocomplete

on New off

enctype

application/x-www-form-urlencoded multipart/form-data text/plain get post put delete

method

http://www.w3schools.com/html5/tag_form.asp

Page 1 / 2

<meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

name novalidate New target

form_name novalidate _blank _self _parent _top

Defines a unique name for the form. If present the form should not be validated when submitted. Where to open the target URL. _blank - the target URL will open in a new window l _self - the target URL will open in the same frame as it was clicked l _parent - the target URL will open in the parent frameset l _top - the target URL will open in the full body of the window
l

Standard Attributes
The <form> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <form> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_form.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <frame> Tag. Not Supported in HTML 5.


Definition and Usage
The <frame> tag is not supported in HTML 5.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <frame> tag was used to define one particular window (frame) within a frameset. The <frame> and <frameset> tags are not supported in HTML 5 because they have a negative affect to the usability of a web page.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

AltovaMissionKit- Integrated Suite of XML Tools

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

http://www.w3schools.com/html5/tag_frame.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_frame.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <frameset> Tag. Not Supported in HTML 5.


Definition and Usage
The <frameset> tag is not supported in HTML 5.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <frameset> tag was used to define a frameset, which organized multiple windows (frames). The <frame> and <frameset> tags are not supported in HTML 5 because they have a negative affect to the usability of a web page.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

AltovaXMLSpy- The industry's leading XML editor!

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

http://www.w3schools.com/html5/tag_frameset.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_frameset.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <h1> to <h6> Tags


Example
The six different HTML headings:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<h1>This <h2>This <h3>This <h4>This <h5>This <h6>This

is is is is is is

header header header header header header

1</h1> 2</h2> 3</h3> 4</h4> 5</h5> 6</h6>

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Try it yourself

FREE Web Templates SEO Company

Definition and Usage


The <h1> to <h6> tags define headers. <h1> defines the largest header. <h6> defines the smallest header.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


The "align" attribute was deprecated in HTML 4.01, and is not supported in HTML 5. Use CSS to align elements.

Standard Attributes
The <h1> to <h6> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <h1> to <h6> tags also supports the Event Attributes in HTML 5.

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.

http://www.w3schools.com/html5/tag_hn.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_hn.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <head> Tag


Example
A simple HTML document, with a title:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The head element is a container for all the head elements. Elements inside <head> can include scripts, instruct the browser where to find style sheets, provide meta information, and more. The following tags can be added to the head section: <base>, <link>, <meta>, <script>, <style>, and <title>.

Differences Between HTML 4.01 and HTML 5


The profile attribute is not supported in HTML 5

Share with

Tips and Notes


Always specify a title for the document!

Standard Attributes
The <head> tag also supports the Standard Attributes in HTML 5.

Build Your Own Professional, Flash Website with Wix


Start Creating a stunning, Flash website. It's easy and free! Wix is a revolutionary web design tool that provides you with a free, simple, drag & drop editing platform to create your own professional and beautiful website. Over 2 Million users have created their website with Wix. Now create yours!

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued!

http://www.w3schools.com/html5/tag_head.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

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

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_head.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <header> Tag


Example
Introduction to my homepage:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<header> <h1>Welcome to my homepage</h1> <p>My name is Donald Duck</p> </header> <p>The rest of my home page...</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <header> tag defines an introduction to the document.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


The <header> tag is new in HTML 5

Standard Attributes
The <header> tag also supports the Standard Attributes in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Event Attributes
The <header> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

http://www.w3schools.com/html5/tag_header.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_header.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <hgroup> Tag


Example
Use <hgroup> to group the heading of a section or a web page:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<hgroup> <h1>Welcome to my WWF</h1> <h2>For a living planet</h2> </hgroup> <p>The rest of the content...</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <hgroup> tag defines the heading of a section or a document. The hgroup element is used to group headers, <h1> to <h6>, where the largest is the main heading of the section, and the others are sub-headings.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


The <hgroup> tag is new in HTML 5

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <hgroup> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <hgroup> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools.

http://www.w3schools.com/html5/tag_hgroup.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_hgroup.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <hr> Tag


Example
Use the <hr> tag to define a change in the content:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<h1>HTML</h1> <p>HTML is a language for describing web pages.</p> <hr /> <h1>CSS</h1> <p>CSS defines how to display HTML elements.</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <hr> tag inserts a horizontal rule, which should define a thematic change in the content.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


In HTML 5, the <hr> tag displays a horizontal rule, and defines a change in the content.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS

In HTML 4.01 it just displayes a horizontal rule. All attributes in HTML 4.01 (align, noshade, size, and width) are deprecated in HTML 4.01, and not supported in HTML 5. You should use CSS to style the hr element.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <hr> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <hr> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_hr.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_hr.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <html> Tag


Example
A simple HTML 5 document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<!DOCTYPE HTML> <html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <html> tag tells the browser that this is an HTML document. The html element is the outermost element in HTML documents. The html element is also known as the root element.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


HTML 5 has a new attribute: manifest

Tips and Notes


Note: If you need your content to conform to XML, define the xmlns attribute, the ONLY legal value is "http://www.w3.org/1999/xhtml"

Attributes
New :NewinHTML5. Attribute manifest New xmlns Value url Description Defines an URL, at this URL the document's cache information is being described.

http://www.w3.org/1999/xhtml Defines the XML namespace attribute.

Standard Attributes
The <html> tag also supports the Standard Attributes in HTML 5.

Stylus StudioXML Development Environment

http://www.w3schools.com/html5/tag_html.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_html.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <i> Tag


Example
<p>He named his car <i>The lightning</i>, because it was very fast.</p>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <i> tag renders text in italics. The <i> tag defines parts of text as different from the rest, and renders it as italic text. Use the <i> tag when no other element can be used, such as <b>, <cite>, <dfn>, <em>, <q>, <small>, <strong>

WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


None, but in HTML 4.01, there was an understanding that you should use CSS to make italic text. This is still the case, but in HTML 5 you should use the <i> tag to define some part of a text as a certain type, not only how it renders in the layout.

Standard Attributes
The <i> tag also supports the Standard Attributes in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Event Attributes
The <i> tag also supports the Event Attributes in HTML 5.

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

http://www.w3schools.com/html5/tag_i.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_i.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <iframe> Tag


Example
<iframe src="http://www.wwf.org""></iframe>
Try it yourself

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The iframe element creates an inline frame that contains another document.

WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


HTML 5 has some new attributes, and some HTML 4.01 attributes are not supported in HTML 5.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Tips and Notes


Tip: Use CSS to style the iframe, even to include scrollbars.

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Attributes
New :NewinHTML5. Attribute frameborder height longdesc marginheight marginwidth name sandbox Value 1 0 pixels % URL pixels pixels framename allow-forms New allow-same-origin allow-scripts yes no auto seamless New src srcdoc New width pixels % Defines the width of the iframe. URL HTML Description Not supported in HTML 5 Defines the height of the iframe. Not supported in HTML 5 Not supported in HTML 5 Not supported in HTML 5 Specifies a unique name of the iframe. Defines restrictions to the frame content.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

scrolling

Not supported in HTML 5

seamless

If present, the iframe should appear as if it is part of the document the iframe is in. The URL of the document to show in the iframe The HTML of the document showing in the iframe

Standard Attributes
The <iframe> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <iframe> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_iframe.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_iframe.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <img> Tag


Example
How to insert an image:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<img src="angry.gif" alt="Angry face" />


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <img> tag defines an image in an HTML page. Notice that images are not technically inserted into an HTML page, images are linked to HTML pages. The <img> tag creates a holding space for the referenced image.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Differences Between HTML 4.01 and HTML 5


The layout attributes: align, border, hspace, and vspace were deprecated in HTML 4.01, and are not supported in HTML 5.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Attributes
Attribute alt src height ismap usemap width Value text URL pixels % URL URL pixels % Description Defines a short description of the image TheURLoftheimagetodisplay Defines the height of an image Defines the image as a server-side image map Defines the image as a client-side image map. Look at the <map> and <area> tags to figure out how it works Setsthewidthofanimage

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <img> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <img> tag also supports the Event Attributes in HTML 5.

Build Your Own Professional, Flash Website with Wix


Start Creating a stunning, Flash website. It's easy and free! Wix is a revolutionary web design tool that provides you with a free, simple, drag & drop editing platform to create your own professional and beautiful website. Over 2 Million users have created their website with Wix. Now create yours!

http://www.w3schools.com/html5/tag_img.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_img.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <input> Tag


Example
A simple HTML form with two input fields and one submit button:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<form action="form_action.asp" method="get"> First name: <input type="text" name="fname" /><br /> Last name: <input type="text" name="lname" /><br /> <input type="submit" value="Submit" /> </form>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta>

Definition and Usage


The <input> tag defines the start of an input field where the user can enter data.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Differences Between HTML 4.01 and HTML 5


In HTML 4.01 the "align" attribute was deprecated, and is not supported in HTML 5, use CSS to align input elements. HTML 5 has many new attributes. In HTML 5 the type attribute has a lot of new values.

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Note: The input element is empty, it contains attributes only. Tip: Use the label element to define a label to a form control.

Share with

Attributes
New :NewinHTML5. Attribute accept Value list_of_mime_types Description A comma-separated list of MIME types that indicates the MIME type of the file transfer. Note: Only used with type="file" alt text Defines an alternate text for the image. Note: Only used with type="image" autocomplete on New off If "on" browsers can store the form's input values, to auto-fill the form if the user returns to the page. If "off" browsers should not store this information. Makes the input field focused on page load Note: Cannot be used with type="hidden" checked checked Indicates that the input element should be checked when it first loads.

autofocus New

autofocus

http://www.w3schools.com/html5/tag_input.asp

Page 1 / 3

<meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Note: Used with type="checkbox" and type="radio" disabled disabled Disables the input element when it first loads so that the user can not write text in it, or select it. Note: Cannot be used with type="hidden" form New formaction New URL formname Defines one ore more forms the input field belongs to. Overrides the form's action attribute. Must be a valid URL that defines where to send the data when the form is submitted. Overrides the form's enctype attribute. Defines the mime type used to encode the content of the form. Overrides the form's method attribute. Defines the HTTP method for sending data to the action URL. Overrides the form's novalidate attribute. If "true" the input field should not be validated when submitted. Overrides the form's target attribute. Where to open the target URL. blank - the target URL will open in a new window l _self - the target URL will open in the same frame as it was clicked l _parent - the target URL will open in the parent frameset l _top - the target URL will open in the full body of the window
l

formenctype

application/x-www-form-urlencoded New multipart/form-data text/plain get New post put delete true New false

formmethod

formnovalidate

formtarget

_blank New _self _parent _top

height list

pixels New % id of a datalist New

Defines the height of an input field. Reference to a datalist element. If defined, a suggestion list (drop down list?) should be displayed, with predefined opions. The input field's maximum value. Use togheter with the "min" attribute to create a range of legal values. Defines the maximum number of characters allowed in a text field. The input field's minimum value. Use togheter with the "max" attribute to create a range of legal values. If present the user is allowed more than one value. Defines a unique name for the input element. The name attribute is used to collect the fields value when submitted. Defines a pattern or format for the input field's value. Example: pattern="[0-9]" means that the input value must be a number between 0 an 9. Use the standard "title" attribute to describe the pattern. Defines a hint to help users fill out the input field. Indicates that the value of this field cannot be modified. Defines if the input field's value is required in order to submit the form Note: Cannot be used with type: hidden, image, button, submit, reset

max New

number

maxlength min New

number number

multiple New name

multiple fieldname

pattern New

JavaScript Pattern

placeholder New readonly required New

text readonly required

size

number of characters

Defines how many characters should be visible in the input field. Defines the URL of the image to display. Use with type="image"

src

URL

step

number New any

Allowed when type=date,datetime,datetime-

http://www.w3schools.com/html5/tag_input.asp

Page 2 / 3

local,month,week,time,number, or range. type button checkbox color date datetime datetime-local email file hidden image month number password radio range reset search submit tel text time url week value Indicates the type of the input element. The default value is "text" Note: This is not a required attribute, but we think you should include it.

value

For buttons: Defines the text on the button. For image buttons: Defines the symbolic result of the field passed to a script. For checkboxes and radio buttons: Defines the result of the input element when clicked. The result is sent to the form's action URL. For hidden, password, and text fields: Defines the default value of the element. Note: Cannot be used with type="file" Note: This attribute is required with type="checkbox" and type="radio"

width

pixels New %

Defines the width of an input field.

Standard Attributes
The <input> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <input> tag also supports the Event Attributes in HTML 5.

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_input.asp

Page 3 / 3


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <ins> Tag


Example
A text with a deleted part and a new inserted part:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


Defines text that have been inserted in addition to the rest of the document.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link>

Differences Between HTML 4.01 and HTML 5


NONE

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Tips and Notes


Tip: Use it together with the <del> tag to describe updates and modifications to a document.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Attributes
Attribute cite datetime Value URL yyyy/mm/dd Description A URL to another document which explains why the text was inserted Defines the date and time when the text was inserted

Share with

Standard Attributes
The <ins> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <ins> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges.

http://www.w3schools.com/html5/tag_ins.asp

Page 1 / 2

<map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_ins.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <keygen> Tag


Definition and Usage
The <keygen> tag defines a generated key.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

Differences Between HTML 4.01 and HTML 5


The keygen element is new in HTML.

$0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Attributes
New :NewinHTML5. Attribute autofocus New Note: Cannot be used with type="hidden" challenge New disabled New disabled challenge If present, the value of the keygen is set to be challenged when submitted. Disables the input element when it first loads so that the user can not write text in it, or select it. Note: Cannot be used with type="hidden" form New keytype New name New fieldname rsa Defines the keytype. rsa generates a RSA key. Defines a unique name for the input element. The name attribute is used to collect the fields value when submitted. formname Defines one ore more forms the input field belongs to. Value disabled Description Makes the input field focused on page load

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <keygen> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <keygen> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration

http://www.w3schools.com/html5/tag_keygen.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_keygen.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Tags
Example
Format text in a document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite>
Try it yourself

$0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Definition and Usage


The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. Tag <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Description Renders as emphasized text Defines important text Definesadefinitionterm Defines computer code text Defines sample computer code Defines keyboard text Defines a variable Defines a citation

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <strong> tag defined strong emphasized text, but in HTML 5 it defines important text.

Standard Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Event Attributes in HTML 5.

AltovaXMLSpy- The industry's leading XML editor!

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <label> Tag


Example
An simple HTML form with two input fields and related labels:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<form> <label for="male">Male</label> <input type="radio" name="sex" id="male" /> <br /> <label for="female">Female</label> <input type="radio" name="sex" id="female" /> </form>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <label> tag defines a label for an input element. The label element does not render as anything special for the user. However, it provides a usability improvement for mouse users, because if the user clicks on the text within the label element, it toggles the control. The for attribute of the <label> tag should be equal to the id attribute of the related element to bind them together.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


The "form" attribute is new in HTML5.

Tips and Notes


Note: The "for" attribute binds a label to another element. Set the value of the "for" attribute equal to the value of the "id" attribute of the related element.

Attributes
New :NewinHTML5. Attribute for Value id of another field Description Defines which form element the label is for. Set to an ID of a form element. Note: If this attribute is not specified, the label is associated with its contents. form New formname Defines one ore more forms the label field belongs to.

Standard Attributes
The <label> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <label> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_label.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_label.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <legend> Tag


Example
How to group related elements in a form:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<form> <label for="male">Male</label> <input type="radio" name="sex" id="male" /> <br /> <label for="female">Female</label> <input type="radio" name="sex" id="female" /> </form>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Definition and Usage


The legend element defines a caption for the <fieldset>, <figure>, and the <details> elements.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


In HTML 4.01 the <legend> tag only applies to the <fieldset> element.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS

In HTML 5 the <legend> tag applies to the elements: <fieldset>, <figure>, and <details> The align attribute is not supported in HTML 5. Use CSS instead.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <legend> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <legend> tag also supports the Event Attributes in HTML 5.

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued!

http://www.w3schools.com/html5/tag_legend.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

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

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_legend.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <li> Tag


Example
Lists in HTML 5:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul> <menu> <li><input type="checkbox" />Red</li> <li><input type="checkbox" />blue</li> </menu>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <li> tag defines the start of a list item. The <li> tag isusedinorderedlists(<ol>),unordered lists (<ul>), and in menu lists (<menu>).

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Differences Between HTML 4.01 and HTML 5


The "type" attribute was deprecated in HTML 4.01, and is NOT supported in HTML5. The "value" attribute was deprecated in HTML 4.01, but IS supported in HTML5. The "value" attribute can only be used when the <li> is within an ordered list (<ol>).

Share with

Tips and Notes


Tip: Use CSS to define the type of list.

Attributes
Attribute value Value number Description Defines the value of the first list item. Use only within the ol element.

Standard Attributes
The <li> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <li> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_li.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_li.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <link> Tag


Example
Link to an external style sheet:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<head> <link rel="stylesheet" type="text/css" href="style.css" /> </head>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend>

Definition and Usage


The <link> tag defines the relationship between a document and an external resource. The <link> tag is most used to link to style sheets.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Differences Between HTML 4.01 and HTML 5


Some HTML 4.01 attributes are not supported in HTML 5. The "sizes" attribute is new in HTML 5.

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Note: The link element is an empty element, it contains attributes only. Note:Thiselementgoesonlyintheheadsection,butitcanappearanynumberoftimes.

Share with

Attributes
New :NewinHTML5. Attribute charset href hreflang media Value char_encoding URL language_code screen tty tv projection handheld print braille aural all Description Not supported in HTML 5 The target URL of the resource Defines the base language of the target URL Specifies on what device the document will be displayed screen tty For non-paged computer screens For media using a fixed-pitch character grid (like teletypes, terminals, or devices with limited display capabilities) For TV-type devices (low resolution, limited scrollability)

tv

projection For projectors handheld print braille aural all For handheld devices (small screen, limited bandwidth) For paged and for documents viewed on screen in print preview mode For braille tactile feedback devices For speech synthesizers For all devices

http://www.w3schools.com/html5/tag_link.asp

Page 1 / 2

<li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

rel

alternate archives author first help icon index last license next pingback prefetch prev search stylesheet sidebar tag up reversed relationship number New any _blank _self _top _parent frame_name MIME_type like: text/css text/javascript image/gif

Specifies the relationship between the current document and the target URL. Use only if the href attribute is present

rev sizes target

Not supported in HTML 5 Defines sizes of the linked resource. Can be used when rel="icon". Not supported in HTML 5

type

Specifies the MIME type of the target URL

Standard Attributes
The <link> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <link> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_link.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <map> Tag


Example
An image-map, with clickable areas:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap" /> <map name="planetmap"> <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun" /> <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury" /> <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus" /> </map>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter>

Definition and Usage


The <map> tag is used to define a client-side image-map. An image-map is an image with clickable areas. The name attribute is required in the map element. This attribute is associated with the <img>'s usemap attribute and creates a relationship between the image and the map. The map element contains a number of area elements, that defines the clickable areas in the image map.

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Differences Between HTML 4.01 and HTML 5


None.

Share with

Tips and Notes


Note: The area element is always nested inside the map element. The area element defines the regions in the image map.

Attributes
Attribute name Value unique name Description Defines a unique name for the map tag, so it can be referred to.

Standard Attributes
The <map> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <map> tag also supports the Event Attributes in HTML 5.

AltovaMapForce

http://www.w3schools.com/html5/tag_map.asp

Page 1 / 2

<nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_map.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <mark> Tag


Example
Highlight parts of a text:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>Do not forget to buy <mark>milk</mark> today.</p>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <mark> tag defines marked text. Use the <mark> tag if you want to highlight parts of your text

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


The <mark> tag is new in HTML 5

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Standard Attributes
The <mark> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <mark> tag also supports the Event Attributes in HTML 5.

SHARE THIS PAGE Share with

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

http://www.w3schools.com/html5/tag_mark.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_mark.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <meta> Tag


Example
Describe metadata:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<head> <meta name="description" content="Free Web tutorials" /> <meta name="keywords" content="HTML,CSS,XML,JavaScript" /> <metaname="author"content="StleRefsnes"/> <meta charset="ISO-8859-1" /> </head>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <meta> element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


The scheme attribute is not supported in HTML 5.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS

HTML 5 has a new attribute, charset, which makes it easier to define charset. Example, define charset: HTML 4.01: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> HTML 5: <meta charset="ISO-8859-1">

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Note: The <meta> tag always goes inside the head element. Note: Metadata is always passed as name/value pairs. Note: One, and not more, of these attributes must be defined: charset, http-equiv, name. Note: The content attribute MUST be defined if the name or the http-equiv attribute is defined. if none of these are defined, the content attribute CANNOT be defined.

Examples
Define keywords for search engines: <meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript" />

Define a description of your web page: <meta name="description" content="Free Web tutorials on HTML and CSS" />

Define the last revision of your page: <metaname="revised"content="StleRefsnes, 19/10/2009" />

Refresh page every 5 seconds: <meta http-equiv="refresh" content="5" />

Attributes

http://www.w3schools.com/html5/tag_meta.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

New :NewinHTML5. Attribute charset content http-equiv Value character New encoding some_text content-type expires refresh set-cookie author description keywords generator revised others format/URI Description Defines the character encoding for the document Defines meta information to be associated with http-equiv or name Connects the content attribute to an HTTP header

name

Connects the content attribute to a name

scheme

Not supported in HTML 5

Standard Attributes
The <meta> tag also supports the Standard Attributes in HTML 5.

1,050,724 Sites built with Wix. Make your own!


Click here to design a Stunning Flash Website for Free Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free. With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
HOME | TOP | PRINT | FORUM | ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_meta.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <meter> Tag


Example
Use the meter element to measure data within a given range:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<meter min="0" max="10">2</meter><br /> <meter>2 out of 10</meter><br /> <meter>20%</meter>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <meter> tag defines a measurement. Used only for measurements with a known minimum and maximum value.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


The <meter> tag is new in HTML 5

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Note: You MUST define the range of the measurement, either in the element's text or with the min/max attributes.

Attributes
New :NewinHTML5. Attribute high low New max New min New optimum New number Defines what measurement's value is the best value. If this value is higher then the "high" attribute's value, it means that the higher value the better. If this value is lower than the "low" attribute's value, it means that the lower value the better. number Defines the measurement's value New number Defines the minimum value. Default value is 0 number Defines the maximum value. Default value is 1 Value Description

number Defines at which point the measurement's value is consider a high value New number Defines at which point the measurement's value is consider a low value

value

Standard Attributes
The <meter> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <meter> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_meter.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_meter.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <nav> Tag


Example
The nav element defines a section intended for navigation:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<nav> <a href="default.asp">Home</a> <a href="tag_meter.asp">Previous</a> <a href="tag_noscript.asp">Next</a> </nav>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <nav> tag defines a section of navigation.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Differences Between HTML 4.01 and HTML 5


The <nav> tag is new in HTML 5

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Tips and Notes


Tip: If you have "previous" and "next" buttons in your document, they should be placed inside the <nav> element.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <nav> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <nav> tag also supports the Event Attributes in HTML 5.

Create Your Own Website Like a Pro


Start Creating a stunning, Flash website. It's easy and free! Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more. With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued!

http://www.w3schools.com/html5/tag_nav.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

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

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_nav.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <noframes> Tag. Not Supported in HTML 5.


Definition and Usage
The <noframes> tag is not supported in HTML 5.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <noframes> tag was used to display text for browsers that do not handle frames.

Top Web Hosting $0 Doteasy Web Hosting

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

AltovaMissionKit- Integrated Suite of XML Tools

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

http://www.w3schools.com/html5/tag_noframes.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_noframes.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <noscript> Tag


Example
Use of the <noscript> tag:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<script type="text/javascript"> document.write("Hello World!") </script> <noscript>Your browser does not support JavaScript!</noscript>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <noscript> element is used to define an alternate content (text) if a script is NOT executed. The <noscript> element does nothing, but is used for browsers that recognizes the <script> tag, but does not support the script in it.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


None

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Note: If a browser supports scripting, it will not display the text in the noscript element. Note: Browsers that do not recognize the <script> tag will display the tag's content as text on the page. To prevent the browser from doing this, you should hide the script in comment tags. An old browser (one that does not recognize the <script> tag) will ignore the comment and will not write the tag's content on the page, while a new browser will understand that the script should be executed, even if it is surrounded by comment tags!

Share with

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

http://www.w3schools.com/html5/tag_noscript.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_noscript.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <object> Tag


Example
How to use the object element to display Flash:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<object data="helloworld.swf" />


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <object> tag is used to include objects such as images, audio, videos, Java applets, ActiveX, PDF, and Flash. The object element allows you to specify the data and parameters for objects inserted into HTML documents, and the code that can be used to display/manipulate that data.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Differences Between HTML 4.01 and HTML 5


Some HTML 4.01 attributes are not supported in HTML 5. The "form" attribute is new in HTML 5.

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Objects can be used and submitted in forms.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Note: An object element can appear inside the head or the body element. The text between the <object> and </object> is thealternatetext,forbrowsersthatdonotsupportthistag.The <param> tags define run-time settings for the object. Tip: For images use the <img> tag instead of the <object> tag. Tip: At least one of the "data" and "type" attributes MUST be defined.

Attributes
New :NewinHTML5. Attribute align Value left right top bottom URL pixels class_ID URL MIME_type URL declare formname New height hspace name standby type pixels pixels unique_name text MIME_type Defines the height of the object Not supported in HTML 5. Defines a unique name for the object (to use when a form is submitted). Not supported in HTML 5. Defines the MIME type of data specified in the data attribute Description Not supported in HTML 5.

archive border classid codebase codetype data declare form

Not supported in HTML 5. Not supported in HTML 5. Not supported in HTML 5. Not supported in HTML 5. Not supported in HTML 5. Defines a URL that refers to the object's data Not supported in HTML 5. Defines one ore more forms the object belongs to.

http://www.w3schools.com/html5/tag_object.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

usemap vspace width

URL pixels pixels

Specifies a URL of a client-side image map to be used with the object Not supported in HTML 5. Defines the width of the object

Standard Attributes
The <object> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <object> tag also supports the Event Attributes in HTML 5.

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_object.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <ol> Tag


Example
3 different ordered lists:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<ol> <li>Coffee</li> <li>Tea</li> </ol> <ol start="50"> <li>Coffee</li> <li>Tea</li> </ol> <ol reversed="reversed"> <li>Coffee</li> <li>Tea</li> </ol>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <ol> tag defines the start of an ordered list. Use together with the <li> tag to define list items.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Differences Between HTML 4.01 and HTML 5


The "start" attribute was deprecated in HTML 4.01, but IS supported in HTML 5. The "reversed" attribute is new in HTML 5. The "compact" and "type" attributes were deprecated in HTML 4.01, and are not supported in HTML 5. Use CSS to style lists.

Share with

Tips and Notes


Tip: You can also define an unordered list, with the <ul> tag Tip: Use CSS to style lists.

Attributes
New :NewinHTML5. Attribute reversed New start number Value reversed Description If present the list order should be descending (9,8,7...), if not present, the list order should be ascending (1,2,3...) Specifies the number the list order should start on.

Standard Attributes
The <ol> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <ol> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_ol.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_ol.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <optgroup> Tag


Example
Group related options with <optgroup> tags:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta>

<select> <optgroup label="Swedish Cars"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> </optgroup> <optgroup label="German Cars"> <option value="vw">VW</option> <option value="audi">Audi</option> </optgroup> </select>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Definition and Usage


The <optgroup> is used to group related options in a drop-down list. If you have a long list of options, groups of related options are easier to handle for the user.

Differences Between HTML 4.01 and HTML 5


NONE

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Attributes
Attribute label disabled Value text disabled Description Defines the label for the option group Disables the options in that option-group.

Standard Attributes
The <optgroup> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <optgroup> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:

http://www.w3schools.com/html5/tag_optgroup.asp

Page 1 / 2

<meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_optgroup.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <option> Tag


Example
A drop-down list with four options:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="opel">Opel</option> <option value="audi">Audi</option> </select>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The option element defines an option in the drop-downlist.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


In HTML 5, the <option> element is also used in the new element <datalist>.

Tips and Notes


Note: The <option> tag can be used without any attributes, but you usually need the value attribute, which indicates what is sent to the server. Note: Use this tag in conjunction with <select> or <datalist> elements, elsewhere it is meaningless.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Attributes
Attribute disabled label selected value Value disabled text selected text Description Specifies that the option should be disabled when it first loads Defines a label to use when using <optgroup> Specifies that the option should appear selected (will be displayed first in the list) Defines the value of the option to be sent to the server

Standard Attributes
The <option> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <option> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

http://www.w3schools.com/html5/tag_option.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_option.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <output> Tag


Example
How to use the output element in a form:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<form action="form_action.asp" method="get" name="sumform"> <output name="sum"></output> </form>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <output> tag defines different types of output, such as output written by a script.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Differences Between HTML 4.01 and HTML 5


The <output> tag is new in HTML 5.

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Attributes
New :NewinHTML5. Attribute for New form New name New unique name Defines a unique name for the object (to use when a form is submitted). formname Value id of another element Description Defines one ore more elements the output field relates to. Defines one ore more forms the output field belongs to.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <output> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <output> tag also supports the Event Attributes in HTML 5.

1,050,724 Sites built with Wix. Make your own!


Click here to design a Stunning Flash Website for Free Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free. With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.

W3Schools' Online Certification Program

http://www.w3schools.com/html5/tag_output.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_output.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <p> Tag


Example
How to use the output element in a form:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>This is some text in a paragraph.</p>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <p> tag defines a paragraph. The p element automatically creates some space before and after itself. The space is automatically applied by the browser, or you can specify it in a style sheet.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


The align attribute, which was deprecated in HTML 4.01, is no longer supported in HTML 5.

Tips and Notes


Tip: You should not use the <p> element when other elements are more appropriate.

Standard Attributes
The <p> tag also supports the Standard Attributes in HTML 5.

Share with

Event Attributes
The <p> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_p.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_p.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <param> Tag


Example
How to set a parameter for the object element:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<object data="horse.ogg"> <param name="autoplay" value="false"> </object>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The param element allows you to specify the run-time settings for an object inserted into HTML documents. Use the param element together with the object element.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


HTML 4.01 attributes "type" and "valuetype" are not supported in HTML 5.

Attributes
Attribute name type value valuetype Value unique name MIME_type value data ref object Description Defines a unique name for the parameter Not supported in HTML 5. Specifies the value of the parameter Not supported in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <param> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <param> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data

http://www.w3schools.com/html5/tag_param.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_param.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <pre> Tag


Example
Pre formatted text:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<pre> Text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks </pre>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu>

Definition and Usage


The <pre> tag defines preformatted text. Text in a pre element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Differences Between HTML 4.01 and HTML 5


The "width" attribute was deprecated in HTML 4.01, and is not supported in HTML 5.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Tip: Use the <pre> element when displaying text with unusual formatting, or some sort of computer code.

Share with

Standard Attributes
The <pre> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <pre> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/tag_pre.asp

Page 1 / 2

<meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_pre.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <progress> Tag


Example
Mark up "Downloading in progress":

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

The object's downloading progress: <progress> <span id="objprogress">76</span>% </progress>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter>

Definition and Usage


The <progress> tag defines work-in-progress. Use the progress element to display the progress of a time consuming function in JavaScript.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


The <progress> tag is new in HTML 5.

Tips and Notes


Tip: Use the <progress> element to display the progress of a download.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Attributes
New :NewinHTML5. Attribute max New value New number Defines the current value of the progress Value number Description Defines the value of completion

Standard Attributes
The <progress> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <progress> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

http://www.w3schools.com/html5/tag_progress.asp

Page 1 / 2

<nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_progress.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <q> Tag


Example
Mark up a short quotation:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<p>WWF's goal is to: <q cite="http://www.wwf.org"> build a future where people live in harmony with nature </q> we hope they succeed.</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav>

Definition and Usage


The <q> tag defines the start of a short quotation. Browser often insert quotation marks around the quotation.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


NONE

Tips and Notes


Tip: Use the cite attribute to define a reference to where the quotation was taken from. Tip: Use the blockquote element to mark up long quotations.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Attributes
Attribute cite Value url Description Defines a citation for the quotation

Standard Attributes
The <q> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <q> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges.

http://www.w3schools.com/html5/tag_q.asp

Page 1 / 2

<noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_q.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <rp> Tag


Example
A ruby annotation:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<ruby> <rt><rp>(</rp><rp>)</rp></rt> </ruby>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter>

Definition and Usage


The <rp> tag is used in ruby annotations, to define what to show browsers that do not support the ruby element. A ruby annotation is Chinese notes or characters. Used in East Asia, to show the pronunciation of East Asian characters. Use together with the <ruby> and the <rt> tags: The ruby element consists of one or more characters (that needs an explanation/pronunciation), and a rt element that gives that information, and optionally a rp element that defines what to show browsers that do not support the "ruby" tag.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


The <rp> tag is new in HTML 5.

Tips and Notes


Note: A browser that supports the "ruby" element will not show the content of a "rp" element.

Standard Attributes
The <rp> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <rp> tag also supports the Event Attributes in HTML 5.

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/tag_rp.asp

Page 1 / 2

<nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_rp.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <rt> Tag


Example
A ruby annotation:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<ruby> <rt> </rt> </ruby>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark>

Definition and Usage


The <rt> tag defines an explanation or pronunciation of characters (Chinese notes or characters). Used in East Asia, to show the pronunciation of East Asian characters. Use together with the <ruby> and the <rp> tags: The ruby element consists of one or more characters (that needs an explanation/pronunciation), and a rt element that gives that information, and optionally a rp element that defines what to show browsers that do not support the "ruby" tag.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


The <rt> tag is new in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Note: A browser that supports the "ruby" element will not show the content of a "rp" element.

Standard Attributes
The <rt> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <rt> tag also supports the Event Attributes in HTML 5.

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!

http://www.w3schools.com/html5/tag_rt.asp

Page 1 / 2

<menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_rt.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <ruby> Tag


Example
A ruby annotation:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<ruby> <rt> </rt> </ruby>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <ruby> tag defines a ruby annotation (Chinese notes or characters). Used in East Asia, to show the pronunciation of East Asian characters. Use together with the <rt> and/or the <rp> tags: The ruby element consists of one or more characters (that needs an explanation/pronunciation), and a rt element that gives that information, and optionally a rp element that defines what to show browsers that do not support the "ruby" tag.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


The <ruby> tag is new in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Note: A browser that supports the "ruby" element will not show the content of a "rp" element.

Standard Attributes
The <ruby> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <ruby> tag also supports the Event Attributes in HTML 5.

Build Your Own Professional, Flash Website with Wix


Start Creating a stunning, Flash website. It's easy and free! Wix is a revolutionary web design tool that provides you with a free, simple, drag & drop editing platform to create your own professional and beautiful website. Over 2 Million users have created their website with Wix. Now create yours!

W3Schools' Online Certification Program

http://www.w3schools.com/html5/tag_ruby.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_ruby.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <s> and the <strike> Tags. Not Supported in HTML 5.


Definition and Usage
The <s> and <strike> tags are not supported in HTML 5. Use CSS instead. The <s> and <strike> tags were used to define strikethrough text. Use <del> instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

http://www.w3schools.com/html5/tag_strike.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_strike.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Tags
Example
Format text in a document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite>
Try it yourself

$0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Definition and Usage


The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. Tag <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Description Renders as emphasized text Defines important text Definesadefinitionterm Defines computer code text Defines sample computer code Defines keyboard text Defines a variable Defines a citation

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <strong> tag defined strong emphasized text, but in HTML 5 it defines important text.

Standard Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Event Attributes in HTML 5.

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <script> Tag


Example
Write "Hello world" with JavaScript:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<script type="text/javascript"> document.write("Hello World!") </script>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <script> tag is used to define a client-side script, such as a JavaScript. The script element either contains scripting statements or it points to an external script file through the src attribute. The required type attribute specifies the MIME type of the script. Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Differences Between HTML 4.01 and HTML 5


The "async" attribute i new in HTML 5. Some HTML 4.01 attributes are not supported in HTML 5.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes


Note: There are ways a script can be executed: The async attribute is "true": The script will be executed asynchrously with the rest of the page, so the script will be executed while the page continues the parsing. The async attribute is "false", but the defer attribute is "true": The script will be executed when the page is finished with the parsing. Both the async attribute and the defer attribute is "false": The script will be executed immediately, and the page will wait for the script to finish before continuing the parsing. Tip: If there is a src attribute, the <script> element must be empty.

Attributes
New :NewinHTML5. Attribute async New type text/ecmascript text/javascript application/ecmascript application/javascript text/vbscript charset defer Value async Description Defines if the script should be executed asynchronously or not Indicates the MIME type of the script

charset defer

Defines the character encoding used in script. Not supported. Indicates that the script is not going to generate any document content. The browser can continue parsing and drawing the page Defines a URL to a file that contains the script (instead of inserting the script into your HTML document, you can refer to a file that contains the script) Not supported in HTML 5.

src

URL

xml:space

preserve

http://www.w3schools.com/html5/tag_script.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_script.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <section> Tag


Example
A section in a document, explaining what WWF is:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<section> <h1>WWF</h1> <p>TheWorldWildlifeFoundationwasbornin1961...</p> </section>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link>

Definition and Usage


The <section> tag defines sections in a document. Such as chapters, headers, footers, or any other sections of the document.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Differences Between HTML 4.01 and HTML 5


The <section> tag is new in HTML 5.

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Attributes
New :NewinHTML5. Attribute cite New Value URL Description URL of the section, if it is taken from the web

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <section> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <section> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!

http://www.w3schools.com/html5/tag_section.asp

Page 1 / 2

<map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_section.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <select> Tag


Example
Create a select list with four options:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<select> <option <option <option <option </select>

value value value value

="volvo">Volvo</option> ="saab">Saab</option> ="opel">Opel</option> ="audi">Audi</option>

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Try it yourself

FREE Web Templates SEO Company

Definition and Usage


The select element creates a drop-down list. The <option> tags inside the select element define the available options in the list.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Differences Between HTML 4.01 and HTML 5


HTML 5 has some new attributes.

Tips and Notes


Tip: The select element is a form control and can be used in a form to collect user input.

SHARE THIS PAGE Share with

Attributes
New :NewinHTML5. Attribute autofocus New disabled form New multiple name size multiple unique name number When present, it specifies that multiple items can be selected at a time Defines a unique name for the drop-down list Defines the number of visible items in the drop-down list. disabled formname When true, it disables the drop-down list Defines one ore more forms the select field belongs to. Value autofocus Description Makes the select field focused on page load

Standard Attributes
The <option> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <option> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_select.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_select.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <small> Tag


Example
Define small text inside a paragraph:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>There was a big tree, <small>to big, some would say,</small> in the middle of the garden</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <small> tag defines small text and other side comments.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Differences Between HTML 4.01 and HTML 5


Practically none. In HTML 4.01 the small element is displayed as smaller text. In HTML 5 the small element defines small text and other side comments, and is displayed as smaller text.

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Standard Attributes
The <small> tag also supports the Standard Attributes in HTML 5.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Event Attributes
The <small> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_small.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_small.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <source> Tag


Definition and Usage
The <source> tag defines media resources for media elements, such as <video> and <audio>.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

Differences Between HTML 4.01 and HTML 5


The <source> tag is new in HTML 5.

$0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Attributes
New :NewinHTML5. Attribute media New src New type New numeric value Defines where in the audio stream the player should start playing. As default, the audio starts playing at the beginning. url Value media query Description Defines the type of media resource, for browsers to decide if it shall download it or not. The URL of the media

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Standard Attributes
The <source> tag also supports the Standard Attributes in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Event Attributes
The <source> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

http://www.w3schools.com/html5/tag_source.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_source.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <span> Tag


Example
A text with a span element that is styled with CSS:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>My mother has <span style="color:lightblue">light blue</span> eyes.</p>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial!

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

Definition and Usage


The <span> tag is used to group inline-elements in a document. The <span> tag provides no visual change by itself. The <span> tag provides a way to add a hook to a part of a text or a part of a document. When the text is hooked in a span element you can add styles to the content, or manipulate the content with for example JavaScript.

FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Differences Between HTML 4.01 and HTML 5


NONE

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Tip: Use the <span> tag to group inline-elements to format them with styles.

Share with

Standard Attributes
The <span> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <span> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration

http://www.w3schools.com/html5/tag_span.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_span.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <s> and the <strike> Tags. Not Supported in HTML 5.


Definition and Usage
The <s> and <strike> tags are not supported in HTML 5. Use CSS instead. The <s> and <strike> tags were used to define strikethrough text. Use <del> instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

1,050,724 Sites built with Wix. Make your own!


Click here to design a Stunning Flash Website for Free

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free. With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

SHARE THIS PAGE Share with

http://www.w3schools.com/html5/tag_strike.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_strike.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Tags
Example
Format text in a document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite>
Try it yourself

$0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Definition and Usage


The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. Tag <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Description Renders as emphasized text Defines important text Definesadefinitionterm Defines computer code text Defines sample computer code Defines keyboard text Defines a variable Defines a citation

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <strong> tag defined strong emphasized text, but in HTML 5 it defines important text.

Standard Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <style> Tag


Example
Use of the style element in an HTML document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<html> <head> <style type="text/css"> h1 {color:red} p {color:blue} </style> </head> <body> <h1>Header 1</h1> <p>A paragraph.</p> </body> </html>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <style> tag is used to define style information for an HTML document. In the style element you specify how HTML elements should render in a browser.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Differences Between HTML 4.01 and HTML 5


The scoped attribute is new in HTML 5, which allows you to define styles for a specified section of your document, instead of the entire document. If the "scoped" attribute is present, the styles only apply to the style elements parent element and its child elements.

SHARE THIS PAGE Share with

Tips and Notes


Tip: To link to an external style sheet, use the <link> tag. Tip: To learn more about style sheets, visit our C S S Tutorial. Note: If the scoped attribute is NOT defined, the <style> element must be placed in the <head> section.

Attributes
New :NewinHTML5. Attribute type media Value text/css screen tty tv projection handheld print braille aural all scoped New Description Defines the content-type The destination medium for the style information

scoped

If present, the styles should ONLY apply to the style elements parent element and its child elements.

Standard Attributes
The <style> tag also supports the Standard Attributes in HTML 5.

http://www.w3schools.com/html5/tag_style.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Event Attributes
The <style> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_style.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <sub> and <sup> Tags


Example
Subscript and superscript text:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>This text contains <sub>subscript</sub> text.</p> <p>This text contains <sup>superscript</sup> text.</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <sub> tag defines subscript text. The <sup> tag defines superscript text.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Differences Between HTML 4.01 and HTML 5


NONE

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Standard Attributes
The <sub> tag also supports the Standard Attributes in HTML 5.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Event Attributes
The <sub> tag also supports the Event Attributes in HTML 5.

Share with

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

http://www.w3schools.com/html5/tag_sup.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_sup.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <summary> Tag


Example
Details about the document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<details> <summary>HTML 5</summary> This document teaches you everything you have to learn about HTML 5. </details>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link>

Definition and Usage


The <summary> tag contains a header for the "details" element, which is used to describe details about a document, or parts of a document.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Differences Between HTML 4.01 and HTML 5


The <summary> tag is new in HTML 5

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Tips and Notes


Tip: Use it together with the <details> tag to make your own header for the details. The header is visible, and could show the details when the user clicks on the header. Note: The "summary" element should be the first child element of the "details" element.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Standard Attributes
The <summary> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <summary> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaXMLSpy- The industry's leading XML editor!

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!

http://www.w3schools.com/html5/tag_summary.asp

Page 1 / 2

<map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

l l l l l l l l l l l

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_summary.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <sub> and <sup> Tags


Example
Subscript and superscript text:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p>This text contains <sub>subscript</sub> text.</p> <p>This text contains <sup>superscript</sup> text.</p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <sub> tag defines subscript text. The <sup> tag defines superscript text.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Differences Between HTML 4.01 and HTML 5


NONE

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Standard Attributes
The <sub> tag also supports the Standard Attributes in HTML 5.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Event Attributes
The <sub> tag also supports the Event Attributes in HTML 5.

Share with

1,050,724 Sites built with Wix. Make your own!


Click here to design a Stunning Flash Website for Free Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free. With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

http://www.w3schools.com/html5/tag_sup.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_sup.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <table> Tag


Example
A simple HTML table, containing two columns and two rows:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Definition and Usage


The <table> tag defines an HTML table. A simple HTML table consists of the table element and one or more tr, th, and td elements. The tr element defines a table row, the th element defines a table header, and the td element defines a table cell. A more complex HTML table may also include caption, col, colgroup, thead, tfoot, and tbody elements.

Differences Between HTML 4.01 and HTML 5


Only the "summary" attribute is supported in HTML 5.

Share with

Tips and Notes


Note: You should try not to use the "summary" attribute. If the information in the "summary" attribute is important, you should use a table caption.

Attributes
Attribute border cellpadding cellspacing frame Value pixels pixels pixels void above below hsides lhs rhs vsides box border none groups rows cols all text pixels % Description Not supported in HTML 5 Not supported in HTML 5 Not supported in HTML 5 Not supported in HTML 5

rules

Not supported in HTML 5

summary width

Specifies a summary of the content of a table Not supported in HTML 5

Standard Attributes
The <table> tag also supports the Standard Attributes in HTML 5.

http://www.w3schools.com/html5/tag_table.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Event Attributes
The <table> tag also supports the Event Attributes in HTML 5.

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_table.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <tbody> Tag


Example
An HTML table with a thead, tfoot, and a tbody element:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<table border="1"> <thead> <tr> <th>Month</th> <th>Savings</th> </tr> </thead> <tfoot> <tr> <td>Sum</td> <td>$180</td> </tr> </tfoot> <tbody> <tr> <td>January</td> <td>$100</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> </tbody> </table>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Definition and Usage


The <tbody> tag is used to group the body content in an HTML table. The tbody element should be used in conjunction with the thead and tfoot elements. The thead element is used to group the header content in an HTML table and the tfoot element is used to group the footer content in an HTML table. Note: <tfoot> must appear before <tbody> within a table, so that a browser can render the foot before receiving all the rows of data. Notice that these elements will not affect the layout of the table by default. However, you can use CSS to let these elements affect the table's layout.

Differences Between HTML 4.01 and HTML 5


None of the HTML 4.01 attributes are supported in HTML 5.

Tips and Notes


Note: The <tbody> must have a <tr> tag inside! Note: If you use one of the thead, tfoot and tbody elements, you should use all of them.

Attributes
Attribute align Value right left center justify char character number Description Not supported in HTML 5

char charoff

Not supported in HTML 5 Not supported in HTML 5

http://www.w3schools.com/html5/tag_tbody.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

valign

top middle bottom baseline

Not supported in HTML 5

Standard Attributes
The <tbody> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <tbody> tag also supports the Event Attributes in HTML 5.

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_tbody.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <td> Tag


Example
A simple HTML table, containing two columns:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<table border="1"> <tr> <td>Cell A</td> <td>Cell B</td> </tr> </table>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <td> tag defines a standard cell in an HTML table. An HTML table has two kinds of cells: Header cells - contains header information (created with the th element) Standard cells - contains data (created with the td element) The text in a th element is bold and centered. The text in a td element is regular and left-aligned.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


Some HTML 4.01 attributes are not supported in HTML 5.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Tips and Notes:


Note: The td element is not allowed in the thead element.

Attributes
Attribute abbr align Value text left right center justify char category_name character number number headercells' id Description Not supported in HTML 5 Not supported in HTML 5

axis char charoff colspan headers

Not supported in HTML 5 Not supported in HTML 5 Not supported in HTML 5 Indicates the number of columns this cell should span A space-separated list of cell IDs that supply header information for the cell. This attribute allows text-only browsers to render the header information for a given cell Not supported in HTML 5 Not supported in HTML 5 Indicates the number of rows this cell should span Not supported in HTML 5

height nowrap rowspan scope

pixels % nowrap number col colgroup row rowgroup top middle bottom baseline pixels %

valign

Not supported in HTML 5

width

Not supported in HTML 5

http://www.w3schools.com/html5/tag_td.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Standard Attributes
The <td> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <td> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_td.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <textarea> Tag


Example
A simple textarea:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<textarea rows="2" cols="20"> At W3Schools you will find all the Web-building tutorials you need, from basic HTML to advanced XML, SQL, ASP, and PHP. </textarea>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <textarea> tag defines a multi-line text input control. A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier). The size of a textarea can be specified by the cols and rows attributes, or even better; through CSS' height and width properties.

SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


HTML 5 has some new attributes: autofocus, form, maxlength, placeholder, required, and wrap.

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Attributes
New :NewinHTML5. Attribute autofocus New cols disabled form New maxlength New name placeholder New readonly required New rows wrap number hard New soft readonly required Indicates that the user cannot modify the content in the textarea. Defines if the textarea's value is required in order to submit the form. Specifies the number of rows visible in the text-area Specifies how to wrap the textarea's content when submitted. If the value is "hard" then line breaks are added at the "cols" attribute's value. The value "soft" is default, and adds no line breaks. name of textarea text number Defines the maximum number of characters allowed in the textarea. Specifies a name for the text-area. Defines a hint to help users fill out the textarea. number disabled formname Specifies the number of characters visible in the textarea. Disables the text-area when it is first displayed. Defines one ore more forms the textarea belongs to. Value autofocus Description Makes the textarea focused on page load.

Standard Attributes
The <textarea> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <textarea> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_textarea.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_textarea.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <tfoot> Tag


Example
An HTML table with a thead, tfoot, and a tbody element:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<table border="1"> <thead> <tr> <th>Month</th> <th>Savings</th> </tr> </thead> <tfoot> <tr> <td>Sum</td> <td>$180</td> </tr> </tfoot> <tbody> <tr> <td>January</td> <td>$100</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> </tbody> </table>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Definition and Usage


The <tfoot> tag is used to group the footer content in an HTML table. The tfoot element should be used in conjunction with the thead and tbody elements. The thead element is used to group the header content in an HTML table and the tbody element is used to group the body content in an HTML table. Note: <tfoot> must appear before <tbody> within a table, so that a browser can render the foot before receiving all the rows of data. Notice that these elements will not affect the layout of the table by default. However, you can use CSS to let these elements affect the table's layout.

Differences Between HTML 4.01 and HTML 5


None of the HTML 4.01 attributes are supported in HTML 5.

Tips and Notes


Note: The <tfoot> must have a <tr> tag inside! Note: If you use one of the thead, tfoot and tbody elements, you should use all of them.

Attributes
Attribute align Value right left center justify char character number Description Not supported in HTML 5

char charoff

Not supported in HTML 5 Not supported in HTML 5

http://www.w3schools.com/html5/tag_tfoot.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

valign

top middle bottom baseline

Not supported in HTML 5

Standard Attributes
The <tfoot> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <tfoot> tag also supports the Event Attributes in HTML 5.

Free Online Website Builder - No Downloading Needed


Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun. Start Creating your free website now!

AltovaMissionKit- Integrated Suite of XML Tools

The Altova MissionKit is an integrated suite of tools ideal for:


l l l l l

XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy- the industry-leading XML editor; MapForce- a graphical data mapping, conversion, and integration tool; StyleVision- a visual XSLT stylesheet designer; DiffDog- an XML-aware diff/merge tool; and 2 additional tools. Try all 6 products free for 30 days! Download a fully-functional free trial

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_tfoot.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

BEST WEB HOSTING

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <th> Tag


Example
A simple HTML table with two header cells and two data cells:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

<table border="1"> <tr> <th>Header 1</th> <th>Header 2</th> </tr> <tr> <td>Cell A</td> <td>Cell B</td> </tr> </table>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Definition and Usage


The <th> tag defines a header cell in an HTML table. An HTML table has two kinds of cells:
l l

Header cells - contains header information (created with the th element) Standard cells - contains data (created with the td element)

The text in a th element is often bold and centered. The text in a td element is often left-aligned.

Differences Between HTML 4.01 and HTML 5


Some HTML 4.01 attributes are not supported in HTML 5.

Attributes
Attribute abbr align Value text left right center justify char category_name character number number header_cells'_id Description Not supported in HTML 5 Not supported in HTML 5

axis char charoff colspan headers

Not supported in HTML 5 Not supported in HTML 5 Not supported in HTML 5 Indicates the number of columns this cell should span A space-separated list of cell IDs that supply header information for the cell. This attribute allows text-only browsers to render the header information for a given cell Not supported in HTML 5 Not supported in HTML 5 Indicates the number of rows this cell should span Specifies if this cell provides header information for the rest of the row that contains it (row), or for the rest of the column (col), or for the rest of the row group that contains it (rowgroup), or for the rest of the column group that contains it Not supported in HTML 5

height nowrap rowspan scope

pixels % nowrap number col colgroup row rowgroup top middle bottom baseline pixels %

valign

width

Not supported in HTML 5

http://www.w3schools.com/html5/tag_th.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Standard Attributes
The <th> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <th> tag also supports the Event Attributes in HTML 5.

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_th.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <time> Tag


Example
How to define a time and a date:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<p> We open at <time>10:00</time> every morning. </p> <p> I have a date on <time datetime="2008-02-14">Valentines day</time> </p>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <time> tag defines a time or a date, or both.

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


The <time> tag is new in HTML 5.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Attributes
New :NewinHTML5. Attribute datetime Value Description

Share with

datetime Defines the date or time of the element. If this attribute is not defined, the element's date or time must be defined inside the New element.

Standard Attributes
The <time> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <time> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_time.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_time.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <title> Tag


Example
Insert a title for your document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<html> <head> <title>HTML 5 Tag Reference</title> </head> <body> The content of the document...... </body> </html>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


This element defines the title of the document.

Differences Between HTML 4.01 and HTML 5


NONE

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Tips and Notes


Note: You can NOT have more then one <title> element in a document.

Share with

Standard Attributes
The <title> tag also supports the Standard Attributes in HTML 5.

http://www.w3schools.com/html5/tag_title.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_title.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <tr> Tag


Example
A simple HTML table, containing one row with two columns:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<table border="1"> <tr> <td>Cell A</td> <td>Cell B</td> </tr> </table>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


Defines a row in an HTML table.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS

Differences Between HTML 4.01 and HTML 5


None of the HTML 4.01 attributes are supported in HTML 5.

Attributes
Attribute align Value right left center justify char character number top middle bottom baseline Description Not supported in HTML 5

Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

char charoff valign

Not supported in HTML 5 Not supported in HTML 5 Not supported in HTML 5

Standard Attributes
The <tr> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <tr> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_tr.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_tr.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <tt> Tag. Not Supported in HTML 5.


Definition and Usage
The <tt> tag is not supported in HTML 5. Use CSS to style elements.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <tt> tag was used to define teletype text.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

AltovaXMLSpy- The industry's leading XML editor!

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish. New features in Version 2010!
l l l l l l l l l l l

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

XML editor Graphical XML Schema / DTD editors XSLT 1.0/2.0 editor, debugger, profiler XQuery editor, debugger, profiler XBRL validator, taxonomy editor, taxonomy wizard Support for Office Open XML (OOXML) Graphical WSDL 1.1/2.0 editor & SOAP debugger JSON editing & conversion Java, C#, C++ code generation 32-bit and 64-bit versions And much more!

Download a free trial today!

http://www.w3schools.com/html5/tag_tt.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_tt.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <u> Tag. Not Supported in HTML 5.


Definition and Usage
The <u> tag is not supported in HTML 5. Use CSS instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <u> tag was used to define underlined text.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Stylus StudioXML Development Environment

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges. XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

http://www.w3schools.com/html5/tag_u.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_u.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <ul> Tag


Example
One way to display a list:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

<ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul>


Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark>

Definition and Usage


The <ul> tag defines an unordered list. Use together with the <li> tag to define list items.

US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS

Differences Between HTML 4.01 and HTML 5


The "compact" and "type" attributes are deprecated in HTML 4.01, and are not supported in HTML 5.

New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display

Tips and Notes


Tip: You can also define an ordered list, with the <ol> tag Tip: Use CSS to style the list.

SHARE THIS PAGE Share with

Standard Attributes
The <ul> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <ul> tag also supports the Event Attributes in HTML 5.

Stylus StudioXML Development Environment

Stylus Studio2010 XML Enterprise Suite raises the bar for productivity in XML development tools. Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive XML toolset to tackle today's advanced XML data transformation and aggregation challenges.

http://www.w3schools.com/html5/tag_ul.asp

Page 1 / 2

<menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

XML Pipeline Editor, Debugger and Code Generator DataDirect XML Converters XQuery Mapper, Editor, Debugger, and Profiler XSLT Mapper, Editor, Debugger, Designer, and Profiler Java and C# for .Net Code Generation XML Schema Designer With Documentation Generator XML Editor With Full XPath Integration Download a free trial now

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_ul.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Tags
Example
Format text in a document:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting Top Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter>

<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite>
Try it yourself

$0 Doteasy Web Hosting WEB BUILDING Download XML Editor FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Definition and Usage


The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. Tag <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> Description Renders as emphasized text Defines important text Definesadefinitionterm Defines computer code text Defines sample computer code Defines keyboard text Defines a variable Defines a citation

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

Differences Between HTML 4.01 and HTML 5


In HTML 4.01, the <strong> tag defined strong emphasized text, but in HTML 5 it defines important text.

Standard Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Standard Attributes in HTML 5.

Event Attributes
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags also supports the Event Attributes in HTML 5.

1,050,724 Sites built with Wix. Make your own!


Click here to design a Stunning Flash Website for Free

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 1 / 2

<nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free. With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.

W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 5000 certificates already issued! The HTML Certificate documents your knowledge of HTML, XHTML, and CSS. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM. The XML Certificate documents your knowledge of XML, XML DOM and XSLT. The ASP Certificate documents your knowledge of ASP, SQL, and ADO. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_phrase_elements.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

YOUR FREE WEBSITE Free Flash Website Free Website Builder Free Web Design

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

HTML 5 <video> Tag


Example
A simple HTML5 video:

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes

<video src="movie.ogg" controls="controls"> your browser does not support the video tag </video>
Try it yourself

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

Definition and Usage


The <video> tag defines video, such as a movie clip or other video streams.

FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS

Differences Between HTML 4.01 and HTML 5


The <video> tag is new in HTML 5.

Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax

Tips and Notes


Tip: You can write text between the start and end tags, to show older browser that they do not support this tag.

STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Optional Attributes
New :NewinHTML5. Attribute autoplay New controls New height New loop New preload New src New width New pixels Sets the width of the video player url preload loop If present, the media file will start over again, every time it is finished. If present, the video will be loaded at page load, and ready to run. Ignored if "autoplay" is present. The URL of the video to play pixels controls Value autoplay Description If present, then the video will start playing as soon as it is ready If present, controls will be displayed, such as a play button. Sets the height of the video player

Share with

Standard Attributes
The <video> tag also supports the Standard Attributes in HTML 5.

Event Attributes
The <video> tag also supports the Event Attributes in HTML 5.

http://www.w3schools.com/html5/tag_video.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

AltovaMapForce Graphical XML Conversion Tool from the Developers of XMLSpy

Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2010! Easy-to-use, graphical data mapping interface Instant data transformation XSLT 1.0/2.0 and XQuery code generation Java, C#, and C++ code generation Advanced data processing functions Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more l Visual Studio & Eclipse integration l Available in 32-bit and 64-bit versions
l l l l l l

Download a fully-functional trial today!

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_video.asp

Page 2 / 2


HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...

Search W3Schools References Examples

Search Forum

About

Free Website Templates

HTML5 Tutorial
HTML5 Home HTML5 Introduction HTML5 New Elements HTML5 Video HTML5 Audio HTML5 Canvas HTML5 Web Storage

The <xmp> Tag. Not Supported in HTML 5.


Definition and Usage
The <xmp> tag is not supported in HTML 5. Use the <pre> tag instead.

WEB HOSTING Best Web Hosting PHP MySQL Hosting Top 10 Web Hosting UK Reseller Hosting Web Hosting FREE Web Hosting

HTML5 Forms
HTML5 Input Types HTML5 Form Elements HTML5 Form Attributes The <xmp> tag was used to define preformatted text.

Top Web Hosting $0 Doteasy Web Hosting WEB BUILDING XML Editor Free Trial! FREE Flash Website FREE Web Templates SEO Company US Web Design Schools W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE Share with

HTML5 Reference
HTML5 Tags HTML5 Attributes HTML5 Events

HTML5 Tags
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <keygen> <kbd> <label> <legend> <li> <link> <map> <mark> <menu> <meta> <meter> <nav> <noframes>

http://www.w3schools.com/html5/tag_xmp.asp

Page 1 / 2

<noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <time> <title> <tr> <tt> <u> <ul> <var> <video> <xmp>

HOME

| TOP

| PRINT

| FORUM

ABOUT

W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While 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.

http://www.w3schools.com/html5/tag_xmp.asp

Page 2 / 2

You might also like