Chapter 4 Flashcards
HTML tags must be
lowercase
Space inserted to make a document more readable is called
white space
The <p> </p> tags indicate the beginning and end of a
paragraph
The attribute specifying a blue background is
style=”background-color:blue”
The ../ notation in a relative path of hypertext reference means to
open the parent folder
To place an image on the right side of the window with the text filling the area to the left of the image, the tag would need to look like
<img></img>
The dimensions for an image on a web page
are set using the width and height attributes
Betsy created some nested tags as displayed here: <p><b><i>Rock On!</i></b></p>. Did she nest the tags appropriately?
Yes, the tags are nested correctly
What tags are required for an HTML page?
html, head, body
If you want to display an image without any text around it, you should nest it inside of which tag(s)?
<p>
</p>
The _____ tag is a way to get more than one consecutive space in a line of a web page.
<pre>
</pre>
_____ tags are tags between other tags.
nested
Specifications inside a tag are called
attributes
The src in an image tag stands for
source
To put the 10 greatest inventions of all time, in order, on a web page, you should use a(n)
ordered list <ol></ol>