Guaranteed Program Quiz -1

Guaranteed Program Quiz -1

University

10 Qs

quiz-placeholder

Similar activities

HTML Quiz

HTML Quiz

9th Grade - Professional Development

10 Qs

Introducción a HTML & CSS

Introducción a HTML & CSS

University

6 Qs

QUIZ WEEK 1: HTML

QUIZ WEEK 1: HTML

University

11 Qs

Sharing Session #2 - Review

Sharing Session #2 - Review

University

10 Qs

HTML Quiz

HTML Quiz

University

10 Qs

HTML Quiz - Codedu

HTML Quiz - Codedu

University

15 Qs

HTML

HTML

7th Grade - University

10 Qs

Test HTML5

Test HTML5

University

10 Qs

Guaranteed Program Quiz -1

Guaranteed Program Quiz -1

Assessment

Quiz

Other

University

Easy

Created by

Gnaneshwar Reddy

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What does HTML stand for?

a) Hyper Text Markup Language

b) Home Tool Markup Language

c) Hyperlinks and Text Markup Language

d) Hyper Tool Meta Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. What is the correct sequence of HTML tags for starting a webpage?

a) <header>, <title>, <body>

b) <html>, <head>, <title>, <body>

c) <html>, <body>, <title>

d) <html>, <title>, <head>, <body>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. What is the correct HTML tag for inserting a line break?

a) <lb>

b) <br>

c) <break>

d) <newline>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of the following is the correct way to create an email link in HTML?

a) <a href="email@example.com">email</a>

b) <a href="mailto">email@example.com</a>

d) <mail href="email@example.com">email</mail>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. How can you create an ordered list in HTML?

a) <ul>

b) <ol>

c) <ol> <li>Item</li> </ol>

d) <dl>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Which HTML attribute is used to define inline styles?

a) class

b) styles

c) style

d) font

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. How do you add a background color for all <h1> elements?

<h1 style="background-color:yellow;">

b) h1 {background-color: yellow;}

c) <h1 bg="yellow">

d) <h1 color="background: yellow;">

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?