Module 2- WAF

Module 2- WAF

Professional Development

10 Qs

quiz-placeholder

Similar activities

JRDL - Intro to DOM

JRDL - Intro to DOM

6th Grade - Professional Development

12 Qs

CSS QUIZ 1

CSS QUIZ 1

University - Professional Development

15 Qs

Day 2 Review

Day 2 Review

University - Professional Development

15 Qs

PreTrainingHTMLCSS

PreTrainingHTMLCSS

Professional Development

15 Qs

HTML-CSS - Fundamentos

HTML-CSS - Fundamentos

Professional Development

10 Qs

Html(Beginners)

Html(Beginners)

8th Grade - Professional Development

13 Qs

CSS_1

CSS_1

6th Grade - Professional Development

15 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

Module 2- WAF

Module 2- WAF

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Dr.Priyanga P

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following type of HTML tag is used to define an internal style sheet?

<script>

<link>

<class>

<style>

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following CSS property is used to make the text bold?

text-decoration: bold

font-weight: bold

font-style: bold

text-align: bold

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of following CSS code snippet?

h1 {color: "green";}

nothings happen

error occurs

heading becomes dark-green

heading becomes green

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct syntax to link an external style sheet in the HTML file?

<link rel=”stylesheet” href=”style.css” />

<link rel=”stylesheet” src=”style.css” />

<style rel=”stylesheet” src=”style.css” />

<style rel=”stylesheet” link=”style.css” />

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct way to apply CSS Styles?

in an external CSS file

inside an HTML element

inside the <head> section of an HTML page

all of the mentioned

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not the property of the CSS box model?

margin

color

width

height

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following CSS property sets what kind of line decorations are added to an element, such as underlines, overlines, etc?

text-decoration

text-style

text-decoration-line

text-line

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?