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-
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)- A3% (1)
- B89% (33)
- C3% (1)
- D5% (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
Community Discussion
No community discussion yet for this question.