Tag: Html5 article tag
-
How To Use The Article Element – HTML5
•
The <article> tag is new to HTML5 and it replaces <div> tag. It specifies self-contained content in a document, page or in a site. This can be use in Blog post, Magazine article, comments or in widgets. How To Use The Article Tag: <article> <h1>heading</h1> <p>content</p> </article> Coding: <html>…