Toggle navigation
CS 3520
Web Site Development
Outline
(current)
Work
More
Syllabus
Links
Instructor
HTML 5 Overview
note that many of these tags may exist in previous versions---but, this gives a few
HTML5 sectioning tags (note some of these exist in previous versions)
<blockquote>
<body>
<details>
<fieldset>
<figure>
<td> of <table>
<article>
<aside> sectioning tag for sidebars
<nav> sectioning tag for navigation sections
<section>
HTML 5 Sectioning tags (existed previously)
<blockquote>
<div>
<hr/>
<p>
<br/>
<span>
<wbr/> tag
HTML 5 Tags for linking
<a> tag for hypertext links
<area>
Metadata Tags for Linking
<link>
HTML 5 Tags for forms
<button> tag
can have a <label> and is included in data sent when form is submitted
<fieldset> tag with a <legend> tag
labels a set of form fields as a group
<input> tag
can have a <label> and is included in data sent when form is submitted
<keygen> tag
can have a <label> and is included in data sent when form is submitted
<label> tag
associates a label with one of the other form-associated elements
<meter> tag
can have a <label>
<object> tag
is included in data sent when form is submitted
<output> tag
can have a <label>
<progress> tag
can have a <label>
<select> tag with <optgroup> and <option> tags or referencing a <datalist> tag
can have a <label> and is included in data sent when form is submitted
<textarea> tag
can have a <label> and is included in data sent when form is submitted
© Lynne Grewe