المشاركات

Day 21

 u> The element is used <u>to display text with a horizontal line below the baseline of its content. In HTML5, this element represents a piece of text that is indicated by applying a clear effect to it but that effect is not textual and is not specified, or to indicate that the text is misspelled. <var> The representation of a variable in a mathematical expression or in a program code. <wbr> The element defines <wbr>a point for line break when needed. The name of this element stands for Word Break Opportunity, meaning that the browser is allowed to break the line at this location even though the line break rules do not allow a new line to be created at that location.

Day 20

 time> Represents 24-hour time or exact date using the Gregorian calendar (optionally adding time or time zone information). <u> The element is used <u>to display text with a horizontal line below the baseline of its content. In HTML5, this element represents a piece of text that is indicated by applying a clear effect to it but that effect is not textual and is not specified, or to indicate that the text is misspelled. <var> The representation of a variable in a mathematical expression or in a program code. <wbr> The element defines <wbr>a point for line break when needed. The name of this element stands for Word Break Opportunity, meaning that the browser is allowed to break the line at this location even though the line break rules do not allow a new line to be created at that location

Day 19

 span> An element <span>is a generic inline container, which does not represent a specific type of content, and can be grouped together for styling (either using the idor property class) or because the elements share a property such as the lang. <strong> The element gives <strong>importance to the text contained within it, and the text is usually displayed in bold. <sub> Representing a portion of text that should be displayed at a lower (and often smaller) level than the main level of text. <sup> Representing a portion of text that should be displayed at a higher (and often smaller) level than the main level of text

Day 18

 s> The element <s>displays text with a line through it; use the element <s>to represent text that is no longer relevant or accurate; but the element <s>is not suitable for indicating changes made to the document; for those changes, use <del>and <ins>. <samp> The purpose of an element <samp>is to display part of the output of a computer program, and the content of this element is usually displayed in a fixed-width font (monospace). <small> The element <small>reduces the font size by one notch (e.g. from largeto medium, or from smallto x-small) to the lowest font size available in the browser. This element has organizational significance in HTML5 as it represents side comments or text that is normally printed in small print such as a copyright or legal text, and this organizational use is separate from the way the element is displayed

Day 17

 <i> A representation of a part of a text that must stand out from the rest of the text for some reason, such as technical terms, phrases in a foreign language, or the facial expressions of a character in a play, etc. This element is usually displayed in italics. <kbd> Represents user input and causes text to be displayed in the default fixed-width font used by the browser. <mark> The element is used <mark>to highlight a section of text for the purpose of indicating that it is important in a particular context. For example, it can be used to highlight every time a keyword appears in a search term on the results page. <q> Indicates that the text it contains represents a short quote. This element is used for quotes that do not require a full paragraph. For longer quotes, use the element <blockquote

Day 16

 em> The element gives <em>emphasis to the text contained within it, and the element can be branched <em>(i.e. using more than one element <em>within each other) and each level of branching gives more emphasis to the text. <i> A representation of a part of a text that must stand out from the rest of the text for some reason, such as technical terms, phrases in a foreign language, or the facial expressions of a character in a play, etc. This element is usually displayed in italics. <kbd> Represents user input and causes text to be displayed in the default fixed-width font used by the browser. <mark> The element is used <mark>to highlight a section of text for the purpose of indicating that it is important in a particular context. For example, it can be used to highlight every time a keyword appears in a search term on the results page

Day 15

 bdo> <bdo>The element (short for bidirectional override ) overrides the current text direction and uses a predefined direction. <br> It leads to a new line, which is useful when writing a poem or a title, where line division is important. <cite> A representation of a reference to a creative work, which must include the title of the work or a URL, and its content can be brief, depending on the type of reference it refers to. <code> A representation of a piece of code, displayed by default using the fixed-width font used by the browser. <data> The element associates <data>the content of the element with a programmatically readable value. If the content is time or date related, then the element should be used <time