Web Development and Programming

Web Development and Programming

University

20 Qs

quiz-placeholder

Similar activities

EIT Quiz 1

EIT Quiz 1

University

20 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

Online Test-3 ( Wipro Talent Next )- 30th July 2020

Online Test-3 ( Wipro Talent Next )- 30th July 2020

University

20 Qs

Web Technology

Web Technology

University

15 Qs

Recap on JavaScript and HTML

Recap on JavaScript and HTML

University

18 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

HTML + CSS

HTML + CSS

University

15 Qs

Web Development and Programming

Web Development and Programming

Assessment

Quiz

Computers

University

Medium

Created by

Biwash Adhikari

Used 59+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which one is correct HTML page structure ?

<!DOCTYPE html>

<html>

<head>

<title></title>

</head>

<body>

</body>

</html>

<!DOCTYPE html>

<html>

<body>

<head>

<title></title>

</head>

</body>

</html>

<!DOCTYPE html>

<html>

<head>

<body>

</body>

<title></title>

</head>

</html>

<head>

<title></title>

</head>

<body>

</body>

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which HTML header tag is bigger ?

<h4>

<h6>

<h1>

<h+1>

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which tag break the line line in html?

<be>

<hr>

<br>

<h2>

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

To Draw the horizontal line in html, Which tag is use ?

<hr>

<h2>

<hc>

<br>

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which one is Preserve Formatting Tag ?

<pft>

<pre>

<br>

<hr>

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which tag is used for bulleted list ?

<ul>

<li>

<ol>

<u>

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which tag is used numbered list ?

<ul>

<li>

<ol>

<u>

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?