Saturday, September 24, 2011

::::|| VU ||:::: Structural tags in HTML5 - eTechy101.com

A new article has been posted on eTechy101.com.
The post title is 'Structural tags in HTML5'. Below is a preview of the post.

Although common tags were present in the previous versions of HTML, HTML5
introduced special structural tags which considerably enhanced the power and
ease of web programming. For a majority of everyday programming, these tags
would eventually replace many of the typical div entries from the code. The
definition of the structure starts with the tag:

<section>

A section is a thematic grouping of content, typically preceded by header, and
ends with footer. Sections can be nested inside of each other, if needed, and
can hold any amount of typical markup. The <header> of a section is
typically a headline of grouping of headlines but it may also contain further
helpful information about the section. A <footer> typically contains
information about its section such as who wrote it, links to related documents,
copyright data, and the like. <nav> is a tag that defines the navigation
area, typically a list of links. The nav should be a sibling of the
main section, header, and footer. Finally, we have <article> and
<aside> tags which are used for an independent entry and tangentially
related content respectively.

You may view the full post at
http://www.etechy101.com/html5/structural-tags-in-html5.html

You received this e-mail because you asked to be notified when new updates are
posted.

Thanks for being a valued member of eTechy101.com

Best regards,

eTechy
http://www.etechy101.com

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

No comments:

Post a Comment