Section 1

Preview this deck

The code for an embedded style sheet must be inserted between start and end ____ tags

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

4 years ago

Date created

Mar 14, 2020

Cards (31)

Section 1

(31 cards)

The code for an embedded style sheet must be inserted between start and end ____ tags

Front

<style>

Back

The ____ parameter for the <video> tag specifies whether the current media item begins playing automatically.

Front

autoplay

Back

A ____ input control is either a radio button, a check box, a Submit button, a Reset button, or a selection menu.

Front

data

Back

HTML5 requires that empty tags must include the within the tag.

Front

closing / symbol

Back

A(n) ____ style sheet is a separate document with a .css extension.

Front

external

Back

The _____ tags indicate the start and end of an HTML document.

Front

<html></html>

Back

Which of the following is a measurement value for padding?

Front

pt

Back

Regardless of where you get an ____, always be aware of copyright rules and regulations.

Front

image

Back

Which of the following designates an HTML division?

Front

<div>

Back

____ uses a combination of HTML tags and options that allow you to create Web pages that are more animated and more responsive to visitor interaction than basic HTML Web pages.

Front

CSS

Back

If the _____ code is used, the browser will not show a new Web page if the user clicks the link.

Front

<a href="#">

Back

An embedded style sheet is inserted between the ____ tags of a single Web page within the style container.

Front

<head> and </head>

Back

The attribute of the sets a number of rows spanned by a cell.

Front

rowspan

Back

The ____ tag indicates the start and end of a table.

Front

<table></table>

Back

Numbered lists are also called _____ lists.

Front

ordered

Back

To link a style sheet to a Web page, the ____ tag must use "text/css" as the value for the type property.

Front

<link>

Back

The attribute of the sets a number of columns spanned by a cell.

Front

colspan

Back

The ____ tag allows changing styles within a division or paragraph.

Front

<id>

Back

The ____ tags indicate the start and end of a row of data cells.

Front

<td></td>

Back

To be HTML5 compliant, <img> tags need which attribute?

Front

alt

Back

A heading cell displays text as bold and ____.

Front

center-aligned

Back

A ____ tag indicates a term in a definition list.

Front

<dl>

Back

The default type for the <input /> tag is a ____.

Front

text box

Back

The _____ attribute is used to define the URL of an image to load with the <img> tag.

Front

src

Back

The ____ tags indicate the start and end of table rows.

Front

<tr></tr>

Back

The ____ tags indicate the start and end of a row with table heading cells.

Front

<th></th>

Back

An external style sheet must be saved as a(n) ____ file.

Front

css

Back

The ____ tags used to create a text link to a Web page within the same Web site are used to create a link to a Web page in another Web site.

Front

<a> and </a>

Back

To make a style of one paragraph to be different from the style of others, you can define specific elements of an HTML file as a category, or a(n) ____.

Front

class

Back

A(n) ____ style sheet is used to change the style within an individual HTML tag.

Front

inline

Back

The ____ tag is used to display a horizontal rule across the page.

Front

<hr />

Back