HTML5: Attributes My Mother Told Me to Look for in a Web Page

HTML5: Attributes My Mother Told Me to Look for in a Web Page

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Assigns an identification name to a <div> as 'page'

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

5 years ago

Date created

Mar 1, 2020

Cards (54)

Section 1

(50 cards)

Assigns an identification name to a <div> as 'page'

Front

id="page"

Back

Used to tell if a cell is associated with a column or a row in a table

Front

scope

Back

Require attribute for an image, telling us what to show if the image is unavailable

Front

alt

Back

Used for making image maps

Front

usemap

Back

Boolean attribute indicating that the date is a publication date for the article that contains the time element

Front

pubdate

Back

Attribute name for a date and time in a standard form that can be parsed by a browser

Front

datetime

Back

Two properties for formatting unordered lists

Front

list-style-type and list-style-image

Back

Displays the text "TCA Logo" in case an image file for the logo cannot be found or displayed

Front

alt="TCA Logo"

Back

Default value for the media property

Front

screen

Back

Establishes the list of keywords or summary info for a <meta> statement

Front

content = "blah blah blah"

Back

Used to apply an 'inline style' of font color, red Antiquated, though, should not be used

Front

style="color:red;"

Back

You wish to collapse two row cells into one. Use this attribute

Front

rowspan="2"

Back

Multiple attributes are separated by _____

Front

spaces

Back

A _____ _____ represents either an on or off value

Front

Boolean attribute

Back

Displays a screen tip saying "Remember the Alamo" when hovering over an image

Front

title="Remember the Alamo"

Back

Four values for list-style-type

Front

disc, circle, square, none

Back

Write a link that starts an email message to 'ed@yahoo.com' with a subject of 'Web mail'

Front

<a href="mailto:ed@yahoo.com?subject=Web mail">Email us!</a>

Back

Used to create an anchor name of 'top' to an <a> tag (for use as a placeholder)

Front

id="top"

Back

Specifies an image width as 80 pixels

Front

width="80"

Back

Identifies a <meta> element as containing vital search words for a search engine

Front

name="keywords"

Back

Spaces are _____

Front

evil

Back

Six common values for the list-style-type property of an ordered list

Front

decimal, decimal-leading-zero, lower-alpha, upper-alpha, lower-roman, upper-roman

Back

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

Front

type="audio/mpeg"

Back