nerdexam
CompTIA

FC0-U71 · Question #124

Which of the following language types most likely controls the way a web page looks?

The correct answer is B. Markup language. Markup languages like HTML and CSS control the structure and visual presentation of web pages. HTML defines content and layout elements; CSS (Cascading Style Sheets) - a companion to markup - controls colors, fonts, spacing, and overall appearance. Assembly language (A) is a low-

Software Development Concepts

Question

Which of the following language types most likely controls the way a web page looks?

Options

  • AAssembly language
  • BMarkup language
  • CCompiled language
  • DScripted language

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    89% (33)
  • C
    3% (1)
  • D
    5% (2)

Explanation

Markup languages like HTML and CSS control the structure and visual presentation of web pages. HTML defines content and layout elements; CSS (Cascading Style Sheets) - a companion to markup - controls colors, fonts, spacing, and overall appearance. Assembly language (A) is a low-level language used for hardware-level programming. Compiled languages (C) like C++ are compiled into machine code before execution and are not used to style web pages. Scripted languages (D) like JavaScript add interactivity and behavior, not visual styling. Markup language is the category most directly responsible for how a web page looks.

Topics

#Web languages#Markup languages#HTML#CSS basics

Community Discussion

No community discussion yet for this question.

Full FC0-U71 Practice