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