HTML


31) 

What is the file extension of web page?

Answer: D) both .html and .htm
Explanation

The file extension commonly used for web pages is ".html" or ".htm".


32) 

What does vlink mean?

Answer: D) visited link
Explanation

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?

Answer: B) <hr>
Explanation

<hr> tag in HTML is used to insert horizontal line.


34) 

Which tag allows us to add rows in table?

Answer: C) <tr>
Explanation

<tr> tag is used to add rows in HTML table.


35) 

Which of the following tag supports Non-English language?

Answer: B) <bdo>
Explanation

<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?

Answer: D) <!doctype html>
Explanation


37) 

What application can one create even before the introduction of HTML5?

Answer: C) Forms
Explanation


38) 

Which of the following statement is true?

Answer: B) Attribute values must be quoted
Explanation


39) 

The recommended basic size for a favicon is _______ pixels.

Answer: D) Both 16×16 and 48×48
Explanation


40) 

Which attribute is used for favicon?

Answer: C) rel
Explanation