HTML Styling

HTML Styling

6th Grade

20 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

Web Design: Tables & Styling

Web Design: Tables & Styling

untitled

untitled

BASIC HTML EXAM

BASIC HTML EXAM

CSS HTML

CSS HTML

HTML Tables, Divs, and Span Review

HTML Tables, Divs, and Span Review

HTML Styling

HTML Styling

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Carlita Scarboro-Vazquez

Used 24+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

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?

Discover more resources for Computers