Shared Flashcard Set

Details

Text Content
Use HTML text content elements to organize blocks or sections of content placed between the opening  and closing  tags. Important for accessibility and SEO, these elements identify the pu
15
Computer Science
Not Applicable
07/31/2019

Additional Computer Science Flashcards

 


 

Cards

Term
<blockquote>
Definition
The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.
Term
<dd>
Definition
The HTML <dd> element provides the details about or the definition of the preceding term (<dt>) in a description list (<dl>).
Term
<dir>
Definition
The obsolete HTML Directory element (<dir>) is used as a container for a directory of files and/or folders, potentially with styles and icons applied by the user agent.
Term
<div>
Definition
The HTML Content Division element (<div>) is the generic container for flow content. It has no effect on the content or layout until styled using CSS.
Term
<dl>
Definition
The HTML <dl> element represents a description list. The element encloses a list of groups of terms (specified using the <dt> element) and descriptions (provided by <dd> elements). Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).
Term
<dt>
Definition
The HTML <dt> element specifies a term in a description or definition list, and as such must be used inside a <dl> element.
Term
<figcaption>
Definition
The HTML <figcaption> or Figure Caption element represents a caption or legend describing the rest of the contents of its parent <figure> element.
Term
<figure>
Definition
The HTML <figure> (Figure With Optional Caption) elementrepresents self-contained content, potentially with an optional caption, which is specified using the (<figcaption>) element.
Term
<hr>
Definition
The HTML <hr> element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.
Term
<li>
Definition
The HTML <li> element is used to represent an item in a list.
Term
<main>
Definition
The HTML <main> element represents the dominant content of the <body> of a document. The main content area consists of content that is directly related to or expands upon the central topic of a document, or the central functionality of an application.
Term
<ol>
Definition
The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.
Term
<p>
Definition
The HTML <p> element represents a paragraph.
Term
<pre>
Definition
The HTML <pre> element represents preformatted text which is to be presented exactly as written in the HTML file.
Term
<ul>
Definition
The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.
Supporting users have an ad free experience!