Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

Tags Qty: 117

The HTML5 <a> Tag

The HTML5 <a> tag is essential when it comes to determining a particular hyperlink. The <a> tag enables to establish a connection from one web page to another.... Read Full Article


The HTML5 <del> Tag

The proper usage of the HTML5 <del> tag is to indicate the deletion of text from a document. When this tag appears, it means that omission and changes were done. ... Read Full Article


The HTML5 <!--…--> Comment Tag

The HTML5 <!--…--> tag is mainly utilized for adding comment in the source code. However, do not expect the comment to appear on the web browser.... Read Full Article


The HTML5 <!DOCTYPE> Declaration

The important thing about using the HTML5 <!DOCTYPE> Declaration is that it should be the first information that is indicated in your HTML5 document.... Read Full Article


The HTML5 <abbr> Tag

The main purpose of the HTML5 <abbr> Tag is to indicate that the text is an abbreviation or an acronym.... Read Full Article