Web Development and Programming

Web Development and Programming

University

20 Qs

quiz-placeholder

Similar activities

Recap on JavaScript and HTML

Recap on JavaScript and HTML

University

18 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

REPASO HTML+CSS

REPASO HTML+CSS

University

20 Qs

Quiz Pemrog Web

Quiz Pemrog Web

University

20 Qs

Básico de HTML

Básico de HTML

1st Grade - Professional Development

15 Qs

HTML,CSS,SCRIPT QUIZZ

HTML,CSS,SCRIPT QUIZZ

University

18 Qs

Web Technology

Web Technology

University

15 Qs

Introduction to Django Framework Quiz

Introduction to Django Framework Quiz

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?