Recap on HTML and CSS

Recap on HTML and CSS

University

16 Qs

quiz-placeholder

Similar activities

Web Design- HTML Review

Web Design- HTML Review

KG - University

17 Qs

Html(Beginners)

Html(Beginners)

8th Grade - Professional Development

13 Qs

Recap1 on CSS3

Recap1 on CSS3

University

19 Qs

Web Development

Web Development

University

15 Qs

html-preclass

html-preclass

University

20 Qs

HTML

HTML

University

15 Qs

HTML/CSS Quiz

HTML/CSS Quiz

6th Grade - University

20 Qs

CSS_1

CSS_1

6th Grade - Professional Development

15 Qs

Recap on HTML and CSS

Recap on HTML and CSS

Assessment

Quiz

Computers

University

Easy

Created by

Hashmeia Barakat

Used 59+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is correct CSS syntax?

{body; colour = black;}

body: colour = black

body {

colour : black;}

{body colour is black}

2.

MULTIPLE SELECT QUESTION

30 sec • 5 pts

Select the tags below:

<body>

/body

<p>

img

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What language is used to define the structure of a webpage?

HTML

JavaScript

CSS

French

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What language is used to add style to a webpage?

HTML

JavaScript

CSS

French

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What tag do you use to create a numbered list?

<list>

<ol>

<li>

<ul>

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which sets the colour of words in a paragraph

h1 {

colour: pink }

img {

colour: pink }

p {

colour: pink }

p {

color: pink }

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Select the rule to make all the text in your web page blue and centered.

p {

colour: blue; }

body {

text-align: left;

colour: blue; }

p {

text-align: center

color: blue; }

body {

text-align: center

color: blue; }

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?