Introduction
In this article, I will describe to you the functionality of Article
and address tag in HTML5.
By using the <article> tag, we can do a lot of the below operations.
Description
- Forum post
- Newspaper article
- Blog entry
- User comment
Below I am giving an example use for the <article> tag.
Step 1:
Step 2: Now save the text file into the .html format. After that open the
webpage and see the below sites.
Now when you click on the link it will show the desired article in your
websites.
- <!DOCTYPE html>
- <html>
- <body>
- <table>
- <tr>
- <td>
- <article>
- <a href="/UploadFile/b19d5a/6644/">Shirsendu nandi Article Sites in c-sharocorner</a>
- <br />
- This is test html5 demo article tag
- </article>
- </td>
- </tr>
- <tr>
- <td></td>
- </tr>
- </table>
- </body>
- </html>





Gowtham RajamanickamPosted Apr 12, 2016, 2:14 AM
Good One, Thanks for sharing
Gowtham RajamanickamPosted Apr 12, 2016, 2:14 AM
Good One, Thanks for sharing
Lucy JanePosted Oct 18, 2011, 12:56 AM
hi shirsendu, can u please elaborate the article tag?