Basic Quiz on Html and CSS

Basic Quiz on Html and CSS

University

10 Qs

quiz-placeholder

Similar activities

WEB DEVELOPMENT QUIZ

WEB DEVELOPMENT QUIZ

University

10 Qs

EXAMEN UNIDAD 3- CULTURA DIGITAL 2

EXAMEN UNIDAD 3- CULTURA DIGITAL 2

12th Grade - University

14 Qs

Web by R202 no.1

Web by R202 no.1

University

13 Qs

Introduction to CSS

Introduction to CSS

University

10 Qs

Generalidades con PHP

Generalidades con PHP

University

10 Qs

FUNQUIZZ

FUNQUIZZ

KG - Professional Development

5 Qs

EC8073_ME_MODEL EXAM_QUIZ_V_(20.10.2020)-PART-B

EC8073_ME_MODEL EXAM_QUIZ_V_(20.10.2020)-PART-B

University

10 Qs

WEB TECHNOLOGY-INTERNET BASICS AND HTML

WEB TECHNOLOGY-INTERNET BASICS AND HTML

University

15 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?