Module 2- WAF

Module 2- WAF

Professional Development

10 Qs

quiz-placeholder

Similar activities

HTML y CSS 2

HTML y CSS 2

Professional Development

10 Qs

Computer Coding

Computer Coding

KG - Professional Development

12 Qs

Introducción a CSS

Introducción a CSS

Professional Development

15 Qs

Latihan HTML

Latihan HTML

12th Grade - Professional Development

10 Qs

HTML5 y CSS3

HTML5 y CSS3

Professional Development

15 Qs

HTML Quiz

HTML Quiz

KG - Professional Development

6 Qs

Верстка

Верстка

Professional Development

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