HTML ARTICLE Tag || Article Tag in HTML
×

HTML ARTICLE <article> Tag

1964

The HTML ARTICLE <article> </article> element identifies a self-contained piece of content that could theoretically be distributed to other websites and platforms as a stand-alone unit.

The <article> </article> element mostly used to contain entire blog posts, news articles, and similar content.

The <article> </article> tag is written as <article></article> with the article content inserted.

between the start and end tags.

Note:

New in HTML5

Program:

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title> Article Tag </title>
</head>
<body>
<h1> Article Tag </h1>
<article>
 <h2> About Coding Tag </h2>
 <p>Coding Tag is the E-learning website covering all aspects of technical and nontechnical tutorials</p>
</article>
<article>
 <h2> Our Mission </h2>
 <p>
Our main objective is to become an outstanding reference training platform to promote the technical skill.</p>
</article>
</html>


Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments