sudhakarinfotech
Providing HTML5, CSS3, Javascript, jQuery, Ajax, JSON, PHP, MySQL,Bootstrap4,Bootstrap 5 ,Bulma, Pure CSS, UIkit CSS ,Tailwind,etc.
The HTML article tag is used to provide information about the search engine as well as screen readers that its content is part of an article.
Every article tag should have a heading tag followed by a paragraph tag. You can also use <footer>
and <address>
tags inside the <article>
to give extra information.
Please keep in mind that the article tag is used inside the blog posts, forum posts, comments, etc. You can even use nested article tags, one inside another.
Source Code
<article>
<h2>sudhakarinfotech</h2>
<p>Providing HTML5, CSS3, Javascript, jQuery, Ajax, JSON, PHP, MySQL,Bootstrap4,Bootstrap 5 ,Bulma,
Pure CSS, UIkit CSS ,Tailwind,etc.
</p>
</article>
Source Code : Output
Providing HTML5, CSS3, Javascript, jQuery, Ajax, JSON, PHP, MySQL,Bootstrap4,Bootstrap 5 ,Bulma, Pure CSS, UIkit CSS ,Tailwind,etc.