html tables

html tables

10th Grade

20 Qs

quiz-placeholder

Similar activities

Codehs Web Design

Codehs Web Design

9th - 12th Grade

20 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

National 5 Computing Science - WDD

National 5 Computing Science - WDD

10th Grade

22 Qs

IST CodeHS Unit 5 Web Design Review

IST CodeHS Unit 5 Web Design Review

9th - 12th Grade

25 Qs

Web Design Part 2

Web Design Part 2

9th - 12th Grade

23 Qs

Adobe TEST Study 2

Adobe TEST Study 2

9th - 12th Grade

18 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

CSS Box Model +

CSS Box Model +

8th - 12th Grade

20 Qs

html tables

html tables

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Kanika Ahluwalia

Used 16+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will create a column in an HTML table?
<col>
<td>
<tcol>
<data>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags is used to create a heading within an HTML table?
<h1>
<head>
<th>
<h2>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following can be added to an html document?
Tables
Hyperlinks
Lists
All of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a hyperlink?
<a>
<href>
<b>
<i>

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the proper way to write an h1 tag

<h1>Hello</h1>

<h1>"Hello

{h1}Hello{/h1}

<h1>Hello<h1>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code below is correct for a hyperlink

<a>

"https://google.com"

Click Me

</a>

<a>Click Me>

"https://google.com"

</a>

<a herf="https://google.com">

Click Me

</a>

<a href="https://google.com">

Click Me

</a>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following contains a nested list

<ul>

<li>Apples</li>

<li>Cookies</li>

<li>Milk</li>

</ul>

<ul>

<li>Apples</li>

<li>

Cookies

<ul>

<li>Chocolate Chip</li>

<li>Peanut Butter</li>

</ul>

</li>

<li>Milk</li>

</ul>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?