Block
Paragraphs on new lines with a bit of space between them by default
Blockquote
Specifies a section that is taken from another source. Browsers usually indent blockquote elements
Phrasing Content
Text, images, and other inline elements
Document Outline
The name of the panel to the left of the Interface Builder Editor panel
Unordered LIsts
Collections of items that appear in no particular order
Ordered Lists
Lists in which the sequences of them items is important
Description List
Lists that consist of name and value pairs, including but not limited to terms and definitions
Section Roots
Black Quote
Monospace
When all characters are the some width
Aside Element
Identifies content that is relegated but tangential to the surrounding content
Nav Element
Gives developers a semantic way to identify navigation for a site
Section Element
Has a broad range of uses, from dividing a whole page into major sections or identifying thematic sections within a single article
Article Element
Self-contained works that could send alone or be refused in a different context.
Long Article
Can be broken into a number of sections
Footer Element
Indicate the type of information that comes at the end of a page or article, such as author, copyright information, related documents, or navigations
Address element
Is used to create an area for contact information for the author or maintainer of the document
Text-level semantic elements
Semantic meaning to phrases within the chunks using
Data element
Helps computers make sense of content; Data, dates, sense of content, data, dates, times, measurement, weight;
Value attribute
Machine-readable information
Div elements
Used to create a logical group of content or elements on the page
Span elements
Like Div elements, but it is used
Figure Element
Us for content that illustrates or supports some point in the text. May contain an image, a video, or a chart, that is a self-contained unit; The opening tag is
The closing tag is
Id and class values
Information on providing values for the id attributes
Escaping
Instead of typing in the character itself, you represent it by its numeric or named character reference
Character reference
Substitutes the proper character in the spot when the page is displayed
Numeric Entry
Numeric value
Named Entry
Predefined abbreviated name
Important to HTML
Opening and closing tags
"Naked" or "Anonymous" Text
Text that is not contained within tags; Cause a document to be invalid
Opening Paragraphs
Closing Paragraphs
Visual Browsers
Always display paragraphs on new lines with a bit of space between them by default
6 levels of headings

......

......

......

......

......
......
A shift theme or to separate text

Unordered List
Collections of items that appear in random order; opening tag is -closing tag is
Ordered List
List in which the sequence of items is important; -opening tag is -closing tag is
Description List
Are lists that consist of name and value pairs, including but not limited to terms and definitions; -opening tag is -closing tag is
Unordered and Ordered List marked as a list
-opening tag is
  • -closing tag is
  • Description List after mark as a list
    TAG & A
    ; The
    tag defines the description list, the
    tag defines the term (name), and the
    tag describes each term.
    Emphasized Text
    - The opening tag is The closing tag is - Displays as italics by default
    Important Text
    - The opening tag is The closing tag is -Displays as bold by default