Which type of web application asset functions as a structured document template written using hypertext markup labels, forming the raw foundation of web pages? MCQ with Answer and Explanation

Which type of web application asset functions as a structured document template written using hypertext markup labels, forming the raw foundation of web pages?
A. SMTP routing statement parameters
B. Unlinked configuration log text
C. HTML file (.html)
D. CSS formatting style schemas
Answer: Option C
Solution (By JKSSB Mock Tests)
HTML files form the structural foundation of the World Wide Web, housing the tags, elements, text, and asset references parsed and displayed by browser engines.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following HTTP response status codes indicates a '302' redirection error/behavior context?
A. Bad Request layout
B. Internal Script Crash
C. Found / Temporary Redirect
D. Moved Permanently

Correct Answer: Option C


Explanation:
The HTTP status code 302 Found (historically 'Moved Temporarily') indicates that the requested resource resides temporarily under a different URI.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does an automated internet web crawler search engine program read first to identify if a website owner wishes to hide specific directory paths from search index listings?
A. The local browser history configuration record list
B. The robots.txt file located in the website's root directory
C. The index.html structure script
D. The outgoing SMTP configuration files

Correct Answer: Option B


Explanation:
Web crawlers check the robots.txt file at the root of a site first to see if the webmaster has set any rules restricting access to specific directories or pages.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the default port number for HTTP?
A. 25
B. 443
C. 21
D. 80

Correct Answer: Option D


Explanation:
Port 80 is the default port for HTTP communication. Port 443 is for HTTPS, port 21 for FTP, and port 25 for SMTP.

This question belongs to: Computer Internet and Web Technologies