Day 10

 Text content

Text content elements are used to organize pieces of content within an element <body>, and are useful for defining the purpose of the content within it, which can help index the page or increase its accessibility.


The element Description

<blockquote> <blockquote>The element (short for HTML Block Quotation Element ) indicates that the text inside it is a long quote.

This element is usually displayed with alignment added before it (see the notes section of this article for how to change the display method). The URL of the citation source can be provided via the property cite, and the textual representation of the source can be placed within the element <cite>.


<dd> Refer to the explanation of a term in the description list of the item <dl>.

<div> An element <div>is a generic container for content that does not represent anything specific, and can be used to group elements for purposes such as formatting (using the classor attributes id), creating a new section in a document in another language (using the attribute lang), and so on.

<dl> Description list representation, this element contains a set of terms and their explanation. This element is typically used in dictionaries or term explanations, or to display metadata (a list of key-value pairs).

تعليقات