Basic Quiz on Html and CSS

Basic Quiz on Html and CSS

University

10 Qs

quiz-placeholder

Similar activities

HTML, CSS QUIZ

HTML, CSS QUIZ

University

10 Qs

HTML Quiz - Codedu

HTML Quiz - Codedu

University

15 Qs

QUIZ WEEK 1: HTML

QUIZ WEEK 1: HTML

University

11 Qs

HTML

HTML

KG - Professional Development

8 Qs

Programación Web

Programación Web

1st Grade - University

10 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

JSP

JSP

University

10 Qs

Html quiz

Html quiz

KG - Professional Development

10 Qs

Basic Quiz on Html and CSS

Basic Quiz on Html and CSS

Assessment

Quiz

Other

University

Hard

Created by

Balaji UK

Used 32+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_____ HTML element is used to define a preformatted text

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_____ is the type of CSS,assign a style to specific element of HTML

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_____is the type of CSS,assigns a style to a specific HTML document

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____is the type of CSS, which can resuse for any HTML document

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Use the correct attribute to make sure that the last paragraph gets the styling as described in the style element.

<html>

<head>

<style>

#special {

color:gray;

background-color:lightblue;

}

</style>

</head>

<body>


<p>This is a paragraph.</p>

<p>This is a paragraph.</p>

<p ________ >This is a paragraph.</p> </body></html>

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Use CSS to make a yellow, 1 pixel thick, border around all paragraphs.

<html>

<head>

<style>

___{_______ : _________solid ___}

</style>

</head>

<body>


<p>This is a paragraph.</p>

<p>This is a paragraph.</p>

<p>This is a paragraph.</p>


</body>

</html>

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Use CSS to center align the paragraph.

<p style="_______">This is a paragraph.</p>

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?