Shahzad Mahota profile image

Shahzad Mahota

Creator #1 · Global

shahzad-mahota

10

Quizzes

10

Questions

06

eBooks

00

Articles

00

Likes

31

Views

00

Shares

Shahzad Mahota

shahzad-mahota

Follow me at
Want to hire me?
Click Here
QUESTION NO 1
HTML stands for?

Answer: Hyper Text Markup Language
HTML stands for Hyper Text Markup Language.
QUESTION NO 2
Which of the following tag is used to mark a begining of paragraph?

Answer: <P>
The <P> tag is used to mark a beginning of paragraph.
QUESTION NO 3
From which tag descriptive list starts?

Answer: <DL>
The <DL> tag is used to start a descriptive list.
QUESTION NO 4
Correct HTML tag for the largest heading is

Answer: <h1>
The <h1> tag is used to define the largest heading.
QUESTION NO 5
The attribute of <form> tag

Answer: Both (a)&(b)
Both (a) and (b) are the attributes of the <form> tag.
QUESTION NO 6
Markup tags tell the web browser

Answer: How to display the page
Markup tags tell the web browser how to display the page.
QUESTION NO 7
www is based on which model?

Answer: Client-server model
www is based on the Client-server model.
QUESTION NO 8
What are Empty elements and is it valid?

Answer: Empty elements are element with no data
Empty elements are element with no data.
QUESTION NO 9
What should be the first tag in any HTML document?

Answer: <html>
The <html> tag is the first tag in any HTML document.
QUESTION NO 10
How can you make a bulleted list with numbers?

Answer: <ol>
The <ol> tag is used to make a bulleted list with numbers.