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. HTML
B. CSS
C. SQL
D. JavaScript
Answer: Option A
Solution (By JKSSB Mock Tests)
HTML (Hypertext Markup Language) is the baseline markup framework used to define the core structural layout of web content.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which type of web architecture uses a 'Three-Tier' format to divide application logical structures cleanly?
A. Sender inbox, Gateway router, and Recipient junk folder
B. HTML file, CSS style script, and JavaScript dynamic loader
C. Presentation tier (Browser), Application tier (Server logic), and Data tier (Database)
D. Local router, WAN switch, and Global satellite interface

Correct Answer: Option C


Explanation:
A standard three-tier web application architecture separates concerns into the presentation layer (UI), the application logic tier, and the database storage tier.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of the 'action' attribute in an HTML form?
A. To specify the URL where form data should be sent
B. To define the HTTP method
C. To validate form input
D. To set the character encoding

Correct Answer: Option A


Explanation:
The action attribute defines the URL to which the form's data is submitted when the form is submitted.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which type of internet data asset functions as an encrypted mathematical signature proving a website's domain ownership status, enabling secure HTTPS traffic validation?
A. Sitemap Schema layout file
B. Digital SSL/TLS Certificate
C. Robots Rule Entry text block
D. Local Cache Index table

Correct Answer: Option B


Explanation:
An SSL/TLS certificate is a cryptographic file bound to a specific domain that authenticates the host's identity and enables secure encrypted connections.

This question belongs to: Computer Internet and Web Technologies