Study guide Flashcards
What does HTML do?
HTML gives authors the means to: Publish online documents with headings, text, tables, lists, photos, etc. Retrieve online information via hypertext links, at the click of a button
what does HEAD do?
used to define the head portion of the document which contains information related to the document.
what does HTML(closed) do?
It closes your opening tag.
What does title do
A title tag
what does Body
defines the main content of the HTML document
what does !DOCTYPEHTML
you dont always have use it at the beginning
What does img do
It means to insert images/pictues
what does p1,p2,p3
It means different fonts for paragraphs.
what does h1,h2,h3 do?
It means different types of headings
What does li do?
used to represent an item in a list
what does br do?
The Line Break element.
Defines a font size, font face and font color for its text
<h1> to </h1>
<h6></h6>
Defines a Headings level from 1 to 6 different sizes.
hr
Represent a thematic break between paragraph-level tags. It is typically draw horizontal line.
I
Defines a italic format text
lable
Used to caption a text label with a form element.
link
Used to load an external stylesheets into HTML document
tbody
Used for grouping table rows.
ul
Defines an unordered list of items
address
Describes an address information
b
Specific text weight bold
big
defines big text
bdo
Specific direction of text display
br/
Specific a single line break
code
Specifies computer code text
command
Define a command button, invoke as per user action
dd
Defines a definition description in a definition list
dir
Define a directory list
dt
Define a definition team
font background
change the background color.