<article>
: Defines an independent, self-contained piece of content such as a blog post, news article, or magazine feature.<header>
: Typically used to group together introductory content at the beginning of an article, such as a title, subtitle, author information, and publication date.<footer>
: Typically used to group together concluding content at the end of an article, such as author information, copyright notice, and related links.<section>
: Defines a distinct section or grouping of content within an article, such as different chapters or topics.<h1>
to<h6>
: Heading elements used to create a hierarchical structure and indicate the importance of different sections within an article.<h1>
is the highest level and<h6>
is the lowest.<p>
: Defines a paragraph of text.<ul>
: Defines an unordered list, typically used to list out items that don't have a specific order or hierarchy.<ol>
: Defines an ordered list, typically used to list out items that have a specific order or hierarchy.<li>
: Defines a list item within an<ul>
or<ol>
.<blockquote>
: Defines a block of quoted content, typically used to include quotations from other sources within an article.<cite>
: Defines the title of a work that is being cited or referenced within an article, such as a book or research paper.<a>
: Defines a hyperlink that can be used to link to other content within the same article or to external sources.<img>
: Defines an image that can be included within an article.<figure>
and<figcaption>
: Used together to group together an image or other multimedia element with a caption or other descriptive text.<div>
: Defines a container element that can be used to group together other HTML elements for styling purposes.
These are just a few examples of the many HTML elements that can be used when writing an article.