HTML article Tag

PHOTO EMBED

Tue Feb 08 2022 08:57:04 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javasc #java #php #sass

<!DOCTYPE html>
<html lang="en">
<head>
<title>Example of HTML article Tag</title>
</head>
<body>
    <article>
		<h1>Introduction to HTML</h1>
		<p>HTML is a markup language that is used for creating web pages.</p>
	</article>
</body>
</html>


content_copyCOPY

The HTML <article> tag is used to represents a section of content that forms an independent part of a web document,like forums,blog posts,articles.

https://elementtutorials.com/ref/article.html