Questions about HTML Fundamentals:
[Link] is a structured data made up of rows and columns?
Answer: Table
[Link] 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.
[Link] 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.
[Link] 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.
[Link] is the use of html headings?
Answer: Headings help in defining the hierarchy and the structure of the web
page content.
[Link] 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.
[Link] 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.
[Link] 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.
[Link] text formatting tag is used to styling the text?
Answer: <b> and <i> tag
[Link] is the use of <img> tag?
Answer: The <img> tag is used to embed an image in an HTML page.