HTML and CSS Quiz

HTML and CSS Quiz

University

10 Qs

quiz-placeholder

Similar activities

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

Quiz on HTML, CSS -1

Quiz on HTML, CSS -1

University

10 Qs

Clase 1

Clase 1

University

9 Qs

Creating Web Pages

Creating Web Pages

University

10 Qs

Web Dev

Web Dev

University

15 Qs

P82 Invention and Robotic Club 06/28

P82 Invention and Robotic Club 06/28

KG - Professional Development

10 Qs

HTML Quiz

HTML Quiz

9th Grade - Professional Development

10 Qs

HTML

HTML

7th Grade - University

10 Qs

HTML and CSS Quiz

HTML and CSS Quiz

Assessment

Quiz

Other

University

Medium

Created by

Gnaneshwar Reddy

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define a table row in HTML?

A. <td>

B. <table>

C. <row>

D. <tr>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used to provide an alternate text for an image?

alt

title

src

href

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for creating a checkbox?

A. <input type="checkbox">

B. <checkbox>

C. <check type="box">

D. <input checkbox>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Computer Style Sheets

Cascading Style Sheets

Creative Style Sheets

Colorful Style Sheets

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to link an external CSS file?

A. At the bottom of the body section

B. Inside the <footer>

C. In the <head> section

D. Inside the <body>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct CSS syntax to change the background color?

background-color: red;

bg-color = red;

color-background: red;

background: color red;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make all

elements bold in CSS?

p { font-weight: bold; }

p { text-size: bold; }

p { bold: true; }

p { font: bold; }

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?