Web Development and Programming

Web Development and Programming

University

20 Qs

quiz-placeholder

Similar activities

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

EIT Quiz 1

EIT Quiz 1

University

20 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Javascript Array dan Object

Javascript Array dan Object

University

15 Qs

Web Technology

Web Technology

University

15 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

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?