Quiz 1 Flashcards
What are the two parts of HTML and what is their contribution to creating a webpage?
Hypertext: anchor tags make links
Markup: a language that uses human language to define the elements of a doc
DOCTYPE tag
Defines this document to be HTML5
html tag
Opens an html doc
head tag
Head contains metadata, title, links to css, js files
body tag
Body has contents that render in viewport
How many heading levels are there?
6
What are the three types of lists?
Unordered, ordered, definition
What’s the difference between an absolute and relative href?
Absolute href is a link to an external location.
Relative href is relative to the current file’s location.
Metadata
Page information that must be inspected to be seen.
What’s the difference between inline and block?
Inline takes up the full size of the content. Block starts on a new line and takes up the full width.
How many heading levels are there?
6
What are the three types of lists?
Unordered, ordered, definition
What’s the difference between an absolute and relative href?
Absolute href is a link to an external location.
Relative href is relative to the current file’s location.
Metadata
Page information that must be inspected to be seen.
What’s the difference between inline and block?
Inline takes up the full size of the content. Block starts on a new line and takes up the full width.