Search Header Logo

HTML Styling

Authored by Carlita Scarboro-Vazquez

Computers

6th Grade

Used 24+ times

HTML Styling
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags defines a table row?

<table>

<tr>

<th>

<td>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags defines a table header?

<table>

<tr>

<th>

<td>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following HTML code snippets will generate the following table?

<table border="1"> <tr> <th>Name</th> <th>Score</th> </tr> <tr> <td>Karel</td> <td>32</td> </tr> </table>

<table border="1"> <tr> <td>Name</td> <td>Score</td> </tr> <tr> <td>Karel</td> <td>32</td> </tr> </table>

<table border="1"> <tr> Name Score </tr> <tr> Karel 32 </tr> </table>

<table border="1"> <th>Name</th> <th>Score</th> <td>Karel</td> <td>32</td> </tr> </table>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML code snippets would produce the following web page:

Apples

Bananas

Oranges

<ul> Apples Bananas Oranges </ul>

<ol> Apples Bananas Oranges </ol>

<ul> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> </ul>

<ol> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> </ol>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML code snippets is the proper way to set the background color of an <h1> tag to be blue?

<blue> <h1>Hello</h1> </blue>

<h1 background-color="blue">Hello</h1>

<h1 style="blue">Hello</h1>

<h1 style="background-color:blue;">Hello</h1>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A computer language used to describe how HTML elements should be styled.

CSS Selector

CSS

HTML

CSS Class

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Part of a CSS rule-set that defines which HTML elements the style should be applied to

CSS Selector

CSS

HTML

CSS Class

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?