Sunday, May 20, 2012
Sign-In
|
Sign-Up
|
Contact Us
|
Bookmark
|
Tweet
Tutorial
Accounts
Search
Overview
|
Canvas
|
Video
|
Audio
|
Forms
|
Web Storage
|
Geolocation
|
JavaScript
|
Examples
|
Tags
|
WebSocket
|
Events
|
The HTML5 <center> Tag
The <center> tag is no longer used for HTML5. Before, it is used for putting text and content in center-align position.
However, these days, CSS is utilized to achieve the same format.
Related Articles
The HTML <datalist> Tag
If you see forms online which already have drop down options, the tool used for creating those is the HTML ...
The HTML5 <input> Tag
For web pages wherein it is necessary for the user to add some details, the HTML5 <input> tag is very important. ...
The HTML5 <details> Tag
The purpose of the HTML5 <details> tag is important if the author would like to add some more information which ...
The HTML5 <dd> Tag
The HTML5 <dd> tag has to be incorporated within an HTML document along with the <dl> tag. That is because, ...
The HTML5 <tfoot> Tag
The HTML5 <tfoot> tag is utilized in grouping footer within an HTML document. The HTML5 <tfoot> tag is ...
The HTML5 <textarea> Tag
The HTML5 <textarea> tag is essential for HTML document because this specifies a multi-line text input control.