FC0-U71 · Question #18
A user is creating a simple, static web page. Which of the following language types should the user use?
The correct answer is D. Markup. HTML (HyperText Markup Language) is a markup language and is the standard for creating static web pages. Markup languages use tags to define the structure and content of a document. Query languages (like SQL) retrieve data from databases, assembly language is low-level machine co
Question
A user is creating a simple, static web page. Which of the following language types should the user use?
Options
- AQuery
- BAssembly
- CScripting
- DMarkup
How the community answered
(62 responses)- A2% (1)
- B2% (1)
- C3% (2)
- D94% (58)
Explanation
HTML (HyperText Markup Language) is a markup language and is the standard for creating static web pages. Markup languages use tags to define the structure and content of a document. Query languages (like SQL) retrieve data from databases, assembly language is low-level machine code, and scripting languages (like JavaScript) add dynamic behavior - none are the foundational language for static web page structure.
Topics
Community Discussion
No community discussion yet for this question.