HTML Tags Flashcards
(37 cards)
7 main content models
Metadata, Embedded, Interactive, Headings, Phrasing, Flow, Sectioning
Essential Html Tags
…
embedded CSS styling
external script linking
links to external source code files like css
anchor tag link to other HTML docs
this tag is preformatted text. It displays exactly as typed. Very useful for programming examples, etc.
forced line break within an element
visual bold text modifier
semantically bold text modifier
visually italicized text modifier
semantically italicized text modifier
image tag
a section with navigation links.
represents a complete, or self-contained composition in a document, or application, that is, in principle, independently distributable or reusable. eg in syndication, like a forum post, magazine article, blog entry, an interactive widget or gadget
a generic section of a document separating out different pieces of a page like chapters
a sectioning element for content that is tangientally associated with the flow of the document. i.e. warning labels, graphical information, footnotes, quotes.
groups element together in order to modify and visually change the content. Use only when no semantically significant sectioning tag will not work.
sectioning elemt for different sections. Can and should be used to head the different sections
holds footer information for its nearest parent element
contains the main body of a document. does no affect the outlining must be unique as there can only be one per document. Usually used for assistive web reading
represents flow content. annotates illustrations, diagrams,photos, code examples, video, graphs. used for assistive web reading
represents the caption of the figure element