What technology is primarily used to build structures and arrange textual information on a webpage? MCQ with Answer and Explanation

What technology is primarily used to build structures and arrange textual information on a webpage?
A. SQL
B. CSS
C. HTML
D. JavaScript
Answer: Option C
Solution (By JKExamLibrary)
HTML (Hypertext Markup Language) is the baseline markup framework used to define the core structural layout of web content.

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
Which of the following protocols is fundamentally used to resolve physical MAC addresses from known network layer IP addresses?
A. ICMP
B. ARP
C. DHCP
D. DNS

Correct Answer: Option B


Explanation:
ARP (Address Resolution Protocol) resolves a network layer internet protocol (IP) address into its corresponding data link layer hardware MAC address.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the purpose of a 'Sitemap' (typically packaged as sitemap.xml) uploaded onto a website's root domain space?
A. To display a geographic satellite view map of the server facility layout
B. To store backup email attachments
C. To explicitly detail the architectural directory list of URLs to assist search engine crawlers in indexing the site thoroughly
D. To encrypt user password data structures safely

Correct Answer: Option C


Explanation:
A sitemap.xml file acts as an architectural guide for web crawlers, listing available site URLs so search engines can efficiently map out and discover pages.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is a web server?
A. A search engine
B. A program that stores and serves web pages
C. A program that browses web pages
D. An email client

Correct Answer: Option B


Explanation:
A web server is software that handles HTTP requests and serves web pages to clients, e.g., Apache, Nginx.

This question belongs to: Computer Internet and Web Technologies