HTML article Tag
The HTML <article> tag is one of the new element in HTML5.It is used to define an independent, self-contained content in a document , application or web page. This tag is often used for blog posts, forum post, news articles, comments etc. Syntax <article> Your Content... </article> Example <!DOCTYPE html> <html> <head> <title>HTML Article…
View On WordPress
















