Skip to main content

I will add custom html, CSS and js code to squarespace website

 


HTML Article Element: Learn When (And Where) To Use It Now

Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn more
Element of
HTML Document Structure Before And After HTML5 – Here’s What Changed
What does HTML Article Element: Learn When (And Where) To Use It Now do?
The <article> element identifies a self-contained piece of content which could theoretically be distributed to other websites and platforms as a stand-alone unit. The <article> element is a good choice to contain entire blog posts, news articles, and similar content.
Display
block
Usage
semantic | structural

Independent Unit of Content

The <article> tag is one of the new semantic elements introduced with HTML5. According to the HTML5 specification:

The article element represents a section of content that forms an independent part of a document or site; for example, a magazine or newspaper article, or a blog entry.

This is most often used in two contexts:

  • On a page with a single piece of content, a single <article> element can be used to contain the main content and set it off from the rest of the page.
  • On a page with multiple pieces of content (a blog index page, a search results page, a category page, a news feed), multiple <article> elements can be used to contain each individual piece of content.

Either way, this is functionally similar to using <div> elements, and the display and styling work the same. However, using the <article> element instead of <div> provides more semantic information to screen readers, search engines, and third-party applications.



Read more: https://html.com/tags/article/#ixzz6pvYhPQ7g

Comments

  1. contact me on fiverr
    https://www.fiverr.com/jishaansinghal

    ReplyDelete

Post a Comment

Popular posts from this blog

how to add a button as a circle button on the Squarespace by jishaansinghal

How to add Follow the cursor GSAP animation on your squarespace 7.0,7.1 website with full source code in 2022 by jishaansinghal

How to add Vector Scrolling GSAP animation Effects on your Squarespace Website in 2022 with full source code by jishaansinghal