0% found this document useful (0 votes)
3 views

HTML Fundamentals Questions

Uploaded by

zerraraizen
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

HTML Fundamentals Questions

Uploaded by

zerraraizen
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Questions about HTML Fundamentals:

1.What is a structured data made up of rows and columns?


Answer: Table

2.What is the use of <p> tag?


Answer: The <p> tag defines a paragraph of text. It is a block-level element
and always starts on a new line.

3.What attribute is used to define whether a specific header is intended for


either a column, row, or a group of both?
Answer: The scope attribute may be used to clarify the scope of any cell
used as a header.

4.Why is the <h1>tag more important heading than the rest of the heading
tags?
Answer: It describes what a page or the website is about.

5.What is the use of html headings?


Answer: Headings help in defining the hierarchy and the structure of the web
page content.

6.What is the difference between unordered and ordered list?


Answer: An unordered list <ul> is used to create a list of items in no
particular order. Whereas an ordered list <ol> is used to create a list of
items in a specific order.

7.What will happen if the text has <ins> tag?


Answer: The <ins> tag in HTML is used to specify a block of inserted text.
The <ins> tag is typically used to mark a range of text that has been added
to the document.

8.What is the difference between <sup> and <sub> tag?


Answer: The <sup> tag appears half a character above the normal line while
<sub> tag appears half a character below the normal line.

9.What text formatting tag is used to styling the text?


Answer: <b> and <i> tag

10.What is the use of <img> tag?


Answer: The <img> tag is used to embed an image in an HTML page.

You might also like