nerdexam
CompTIA

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.

Software Development

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)
  • A
    2% (1)
  • B
    88% (53)
  • C
    3% (2)
  • D
    7% (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.

AC++

C++ is a general-purpose programming language primarily used for system/application software development, game development, and embedded systems, not for web document layout.

BHTMLCorrect

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.

CPython

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.

DJavaScript

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

#HTML#web development#markup language

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice