Home arrow HTML arrow Embedding External Content with HTML 5`s Article Tag
HTML

Embedding External Content with HTML 5`s Article Tag


In this penultimate part of a series on HTML 5, you will learn how to use its new <article> tag. This element should be used when it’s necessary to include in a web page content that comes from an external source, such as feeds, blogs and even multiple web services. The beauty of <article> rests on its ability to wrap external data in a truly semantic way, which is harder to achieve with regular divs.

Author Info:
By: Alejandro Gervasio
Rating: 3 stars3 stars3 stars3 stars3 stars / 4
May 03, 2010
TABLE OF CONTENTS:
  1. · Embedding External Content with HTML 5`s Article Tag
  2. · Review: semantic sidebars in HTML 5 with the aside element
  3. · Embedding external content into an HTML 5 document with the article tag
  4. · Including multiple blog entries in a document

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Embedding External Content with HTML 5`s Article Tag
(Page 1 of 4 )

While HTML 5 is admittedly for now a set of drafts subject to change by the W3 Consortium, sooner or later it’ll become a standard specification. This means that you, as a web designer, should start getting a more intimate knowledge of its features and learn how to put them to work for you in the near future.

So, if you’d like to acquire a better understanding of the (coming) specification, keep reading. In this article series I've been introducing you to the most relevant elements that come with HTML 5. This way you’ll be able to create clean and semantic web pages in a snap, without the need to always use generic containers like divs or lists.

Of course, if you've read the articles that preceded this one, you probably have a clear idea of how to create semantic headers, navigational sections, sidebars and footers by using the brand new tags provided by HTML 5. In those tutorials I covered each of these elements in detail. What’s more, I left off the last tutorial explaining how to work with the <aside> tag, which is useful for defining and reflecting a sidebar on a web page.

It’s fair to stress, though, that HTML 5 comes bundled with a few additional elements that allow you to define specific sections in a document while preserving its semantic meaning. That’s exactly the case with the <article> tag. It is designed to be used for embedding into a web page contents fetched from several external sources, such as third-party blogs or RSS feeds.

Therefore, in this penultimate installment of the series I’m going to take a closer look at the <article> element, so you can grasp its driving logic and begin using it in your HTML 5 documents. Let’s jump in!


blog comments powered by Disqus
HTML ARTICLES

- HTML5 Boilerplate: Working with jQuery and M...
- HTML5 Boilerplate Introduction
- New API Platform for HTML5
- BBC Adopts HTML 5, Mozilla Addresses Issues
- Advanced Sticky Footers in HTML and CSS
- HTML and CSS Sticky Footers
- Strategy Analytics Predicts HTML5 Phones to ...
- HTML5 Guidelines for Web Developers
- Learning HTML5 Game Programming
- More Engaging CSS3 and HTML Background Effec...
- Engaging HTML and CSS3 Background Effects
- More Web Columns with CSS3 and HTML
- Columns with CSS3 and HTML
- Creating Inline-Block HTML Elements with CSS
- Drag and Drop in HTML5: Parsing Local Files

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials