Ch3 Flashcards
A sidebar in a web page should be coded as an HTML5 ____________________ element.
aside
An <a> element provides a/an _______________________ to another web page.</a>
link
The img element that follows
<p><img></img></p>
displays “Murach Logo” if the image can’t be found
By default, the <br></br> tag
starts a new line of text
The <a> element that follows goes to a web page</a>
</a><a>JavaScript and DOM Scripting</a>
in a folder that is subordinate to the current page
The title element in the head section of an HTML document specifies the text
that’s displayed in the browser’s tab for the page
The class attribute
can be used by CSS to apply the same formatting to more than one HTML element
The img element that follows gets the image file from the images folder, which is
<p><img></img></p>
at the same level as the current folder
Which of the following should you do to provide accessibility to img elements with useful content?
Code an alt attribute that describes the image.
By default, a browser displays each _________________ element on a new line.
block
A character ___________________ is a code that can be used to display a special character like a copyright symbol in a web page.
entity
In HTML, a numbered list is referred to as a/an _______________________ list.
ordered
When the code that follows is loaded into the browser, it
<h2>About this book</h2>
displays “About this book” in the default h2 format
What character entity is created by the character?
a space
The <a> element that follows</a>
</a><a>Update</a>
displays “Update” as a link