HTML and CSS Quiz

HTML and CSS Quiz

11th Grade

25 Qs

quiz-placeholder

Similar activities

HTML lesson 4 & 5 Test

HTML lesson 4 & 5 Test

9th - 12th Grade

21 Qs

Web development

Web development

9th - 12th Grade

20 Qs

UAS GANJIL XI TKJ 2 - PILIHAN

UAS GANJIL XI TKJ 2 - PILIHAN

11th Grade

20 Qs

Web One Vocab

Web One Vocab

7th - 12th Grade

20 Qs

HTML

HTML

1st - 12th Grade

20 Qs

CSS-ו HTML סיכום נושא

CSS-ו HTML סיכום נושא

9th - 12th Grade

20 Qs

HTML

HTML

KG - University

20 Qs

Latihan CSS - RPL1

Latihan CSS - RPL1

11th Grade

20 Qs

HTML and CSS Quiz

HTML and CSS Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Jerald Bryant

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to code the opening anchor tag of a link?

<a hyper:"PageTwo.html">

<a page="PageTwo.html">

<a ref="PageTwo.html">

<a href="PageTwo.html">

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you display links without an underline?

{text-decoration: no underline}

{decoration: no-underline}

{underline: none}

{text-decoration: none}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code would appropriately reference an external style sheet from an HTML document?

<link rel="stylesheet" href="style.css">

<a href="style.css">

<style href="style.css">

<style href="style.htm">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet?

At the end of the document.

Within the body of the document.

At the top of the document.

Within the head of the document.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which web site structure is organized with the main page at the top, which is then linked to the various main topics, and then linked to the various 3rd level pages? This site structure resembles a pyramid.

Hierarchical Structure

Mixed Structure

Linear Structure

Random Access Structure

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct CSS syntax for making all the

elements bold.

<p style="font-weight: bold">

{font-weight: bold}

{text-weight: bold}

<p style="text-weight: bold">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an incorrect attribute of the font-weight property?

bold

bolder

dark

400

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?