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>
to insert an external image the ____________
_________ is used
anchor tag, <a></a>
the __________ tag is used to insert images to the web page>
image
_______________ attribute is used to add and define a source of an image on a web page
src
what is a height attribute?
height attribute specifies height in pixels for an image either in the form of integers or percentage
the width attribute specifies the width for an image either in _________ or _____________
integers, percentage
what is the alt attribute ???
it helps you specify the text as an alternate to the image
what is hyperlinking??
hyperlinking is a feature that allows you to link web pages together