Web Development and Programming

Web Development and Programming

University

20 Qs

quiz-placeholder

Similar activities

Sistem Berkas

Sistem Berkas

University

16 Qs

js DOM

js DOM

12th Grade - Professional Development

20 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

DASAR HTML

DASAR HTML

University

20 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

HTML + CSS

HTML + CSS

University

15 Qs

Parcial 2do corte Desarrollo Aplicaciones Web

Parcial 2do corte Desarrollo Aplicaciones Web

University

17 Qs

Week 2 - Assessment 2 (ITNW0223)

Week 2 - Assessment 2 (ITNW0223)

University

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