Search Header Logo

Web Design: Tables & Styling

Authored by Michael Mazzie

Computers

9th - 12th Grade

Used 7+ times

Web Design: Tables & Styling
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a tag used when making HTML tables?

<tr>

<td>

<te>

<th>

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

<h1 style="color:red;">

<h3 style="font-size:40px; background-color:blue;">

What is a problem with doing HTML styling as shown above?

some tags cannot be styled

you cannot do more than one style per tag

there are only a limited number of colors you can use

you have to code the style command each time you use the tag

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where in the HTML page do you put the CSS <style> code?

within the <head> section

within the <body> section

anywhere

within each tag

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following correctly uses HTML (not CSS!) styling?

<h1 color=blue>Hello, World!</h1>

<h1 "blue;">Hello, World!</h1>

<h1 id="blue">Hello, World!</h1>

<h1 style="color:blue;">Hello, World!</h1>

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following correctly shows CSS styling by tag?

<style> img { width:150px; height:150px; } </style>

<style> .winner { background-color:blue; } </style>

<style> #alert { color:red; } </style>

<style img=size:150px;>

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How is the <th> tag different than the <td> tag?

<td> tags can only be used on one row

<th> tags make the font bold

<td> tags cannot be used with images

<th> tags make everything double spaced

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

<style> .alert { color: red; } </style>

Which of the following is true about CSS styling by class as shown above?

It applies to every <alert> tag

It is generally used on only one tag within the web page

It is used to style a specific group of elements

It can only have one property like color

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?