31)
What is the file extension of web page?
The file extension commonly used for web pages is ".html" or ".htm".
32)
What does vlink mean?
In HTML (Hypertext Markup Language), the vlink attribute is used to define the color of visited links on a web page. The name "vlink" stands for "visited link."
33)
Which tag is used to insert horizontal line in webpage?
<hr> tag in HTML is used to insert horizontal line.
34)
Which tag allows us to add rows in table?
<tr> tag is used to add rows in HTML table.
35)
Which of the following tag supports Non-English language?
<bdo> tag in HTML stands for "Bi-Directional Override." This tag is used to override the default direction of text in a document. It is often used when dealing with text in languages that are written from right to left (such as Arabic or Hebrew) within a document that is primarily left-to-right.
36)
What is the correct syntax of doctype in HTML5?
37)
What application can one create even before the introduction of HTML5?
38)
Which of the following statement is true?
39)
The recommended basic size for a favicon is _______ pixels.
40)
Which attribute is used for favicon?