Basic Quiz on Html and CSS

Basic Quiz on Html and CSS

University

10 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

University

10 Qs

CSC264 Javascript Basic

CSC264 Javascript Basic

University

15 Qs

P82 Invention and Robotic Club 06/28

P82 Invention and Robotic Club 06/28

KG - Professional Development

10 Qs

QUIZ WEEK 1: HTML

QUIZ WEEK 1: HTML

University

11 Qs

Web тегтері

Web тегтері

University

10 Qs

Day - 3 Workshop quiz

Day - 3 Workshop quiz

University

15 Qs

HTML Quiz - Codedu

HTML Quiz - Codedu

University

15 Qs

Week 3 Homework Review

Week 3 Homework Review

University

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