HTML Flashcards
what is an unordered list??
an unordered list is when the items on that list are not supposed to be in any particular sequence
the unordered list begins and ends with the _________and ____________ respectively.
<ul> </ul>
unordered list is also known as the ____________
bulleted list
the ordered list begins with _______ and _________ respectively.
<ol> </ol>
what is an ordered list??
an ordered list is used to display items in a specific order
ordered list is also known as the ___________
numbered list
what is the start attribute used for ??
an ordered list automatically starts with the no.1 but with the help of this attribute, you can start from a different number.
___________ attribute specifies that the list should be in descending order
reversed
____________ attribute specifies the type of numbering or bullets used to mark items in a list
type
True or False
Besides text, you can also display graphics, drawings, paintings, charts, maps, or photos on a web page
true
web browsers use various graphic formats such as ___________, _____________, and _______________.
GIFS, JPEG, AND PNG
the two types of images are:___________ and _______________
inline , external
when is an inline image displayed??
an inline image is displayed when the web page is opened and inserted within a line of text
when is an external image displayed??
external images are to be viewed with a separate link
to insert an inline image the ___________ tag is used
<img></img>