Static website is coded into _________ language.
2017
Static website is coded into _________ language.
Answer: A. HTML — A static website displays fixed content to every user and is primarily coded using HTML to structure text, links, and layout. While CSS adds styling, HTML…
- A.
HTML
- B.
XML
- C.
CSS with scripting
- D.
VB.net
Attempted by 305 students.
Show answer & explanation
Correct answer: A
A static website displays fixed content to every user and is primarily coded using HTML to structure text, links, and layout. While CSS adds styling, HTML remains the fundamental language for static pages. XML is for data transport, and VB.net builds dynamic applications. Thus, A is correct.
Loading lesson…