FC0-U61 · Question #617
Which of the following is typically used to lay out documents with images and text for the web?
The correct answer is B. HTML. HTML is the standard markup language primarily used to structure and lay out content, including text and images, for web documents.
Question
Which of the following is typically used to lay out documents with images and text for the web?
Options
- AC++
- BHTML
- CPython
- DJavaScript
How the community answered
(60 responses)- A2% (1)
- B88% (53)
- C3% (2)
- D7% (4)
Why each option
HTML is the standard markup language primarily used to structure and lay out content, including text and images, for web documents.
C++ is a general-purpose programming language primarily used for system/application software development, game development, and embedded systems, not for web document layout.
HTML (HyperText Markup Language) is the foundational language for creating web pages and web applications, providing the structure and content layout for text, images, links, and other elements displayed in a web browser.
Python is a general-purpose programming language commonly used for backend web development, data analysis, AI, and scripting, but not for directly laying out web page content in the browser.
JavaScript is a programming language primarily used to add interactivity and dynamic behavior to web pages, complementing HTML structure, but it does not define the layout of documents itself.
Concept tested: Web page structure and layout (HTML)
Source: https://developer.mozilla.org/en-US/docs/Web/HTML
Topics
Community Discussion
No community discussion yet for this question.