Question:- The HTML contains six types of headings which are defined with the to
to tags. Each type of heading tag displays different text size from another. So, is the largest heading tag and is the smallest one. For example:
is the largest heading tag and is the smallest one. For example:
Answer:- The HTML contains six types of headings which are defined with the to
to tags. Each type of heading tag displays different text size from another. So, is the largest heading tag and is the smallest one. For example: Heading no. 1
, Heading no. 2
, Heading no. 3
, Heading no. 4
, Heading no. 5
, Heading no. 6
is the largest heading tag and is the smallest one. For example: Heading no. 1
, Heading no. 2
, Heading no. 3
, Heading no. 4
, Heading no. 5
, Heading no. 6
Heading no. 1
,Heading no. 2
,Heading no. 3
,Heading no. 4
,Heading no. 5
,Heading no. 6
Question:- How to create a hyperlink in HTML?
Answer:- The HTML provides an anchor tag to create a hyperlink that links one page to another page. These tags can appear in any of the following ways: Unvisited link - It is displayed, underlined and blue. Visited link - It is displayed, underlined and purple. Active link - It is displayed, underlined and red.
Question:- Which HTML tag is used to display the data in the tabular form?
Answer:- It defines a table.,
| It defines a header cell in a table., | It defines a cell in a table., |
|---|
