What is the function of the 'title' tag in HTML? MCQ with Answer and Explanation

What is the function of the 'title' tag in HTML?
A. To set the title of the web page displayed in the browser tab
B. To define the main heading
C. To provide a tooltip for links
D. To specify the document language
Answer: Option A
Solution (By JKExamLibrary)
The tag defines the title of the document, which appears in the browser's title bar or tab.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What does a '403 Forbidden' HTTP status code return signify when trying to open a specific website portal?
A. The server has crashed internally.
B. The URL has moved permanently to a fresh location.
C. The user's computer network card is missing a driver update.
D. The server understands the request, but the client does not possess permission or credentials to view that resource.

Correct Answer: Option D


Explanation:
A 403 Forbidden error indicates that the web server rejected the client request because they lack access authorizations for that directory or page.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which element in a modern web ecosystem describes an online platform that aggregates personal journal entries, commentary articles, and multimedia layouts published chronologically by an individual or small group?
A. Blog (Weblog)
B. Local history log dashboard
C. FTP desktop file transfer utility
D. Outbound email transport routing block

Correct Answer: Option A


Explanation:
Blogs are content-focused websites featuring chronological posts and comments, managed through a simple Content Management System (CMS) interface.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What type of program code logic runs directly on a remote internet server host machine to calculate custom dashboard outputs before compiling them into standard HTML to return to a browser?
A. CSS Layout Matrix
B. Server-side Scripting
C. Client-side Scripting
D. Browser Extension Core

Correct Answer: Option B


Explanation:
Server-side scripting (using languages like PHP, Python, or Node.js) executes on the hosting server to build dynamic web content before transmitting flat HTML back to the client.

This question belongs to: Computer Internet and Web Technologies