Says that a stylesheet may be found at 'book.css' in the root of a web site
Front
href="book.css"
Back
Identifies an element to be styled as a 'nav_link'
Front
class="nav_link"
Back
Boolean attribute saying to mark a checkbox as selected
Front
checked
Back
Provides a screen tip (tool tip) on a hyperlink saying "Visit our school!"
Front
title="Visit our school!"
Back
Says to link to the page 'contact.html' within the root of the web site
Front
href="contact.html"
Back
Used to provide the x, y pair for a point in an image map polygon
Front
coords
Back
Identifies a web input element as a checkbox
Front
type="checkbox"
Back
Says "I'm a stylist page" to a <link>
Front
rel="stylesheet"
Back
Identifies one or more header cells that describe the content of a cell
Front
headers
Back
Specifies that a style sheet should be used for printing to a printer (used by the <link> element)
Front
media="print"
Back
Defines a page's language as English, used in an <html> tag
Front
lang="en"
Back
Attribute values should be enclosed in _____
Front
double quotes
Back
Says an <img> file may be found in the images folder as 'logo.gif'
Front
src="images/logo.gif"
Back
Provides a name for an image map
Front
name
Back
Required attribute for an image, telling us where it is
Front
src
Back
Sets the tab order for links (<a>), that is, the sequence links will be tabbed to when the user presses the 'Tab' key
Front
tabindex
Back
True or false: Spaces may be used around the '=' in an attribute description
Front
true
Back
Establishes the type of characters used in a web page, used in a <meta> tag
Front
charset="utf-8"
Back
Specifies an image height as 100px
Front
height="100"
Back
Instructs the browser to open a hyperlink in a new page
Front
target="_blank"
Back
True or false: Spaces may be used in attribute values
Front
false
Back
A(n) ____ attribute with the same value can be used for more than one HTML element
Front
class
Back
Write a complete ordered list opening tag statement that begins numbering the list at 4
Front
<ol start="4">
Back
Specifies a relative or absolute URL for a link
Front
href
Back
A(n) ____ attribute is used to identify a single HTML element so it's value can be used for only one HTML element
Front
id
Back
True or false: Attribute values are case sensitive
Front
true
Back
Indicates the type of area for an image map. Possible values are: rect, circle, poly and default
Front
shape
Back
Attribute to identify a link as going toward a favicon
Front
rel="shortcut icon"
Back
Section 2
(4 cards)
Identifies a keyboard key that can be used in combination with other keys to activate the control. The key combination depends on the operating system and the browser
Front
accesskey
Back
Use this attribute to specify a link to a PDF
Front
type="application/pdf"
Back
True or false: The target attribute is deprecated (phased out, shelved) in HTML5, as it was in HTML4
Front
false
Back
Use this attribute to specify a link to a mp3 file