CompTIA Data+ (DA0-001) — Question 351
During an interview, a hiring manager asks an analyst about the analyst's experience using programming languages. The analyst has used HTML, Python, and SQL. Which of the following explains what the analyst has most likely used HTML to accomplish?
Answer options
- A. To collect data from user input on the internet
- B. To design graphics on video games
- C. To manipulate data with statistical functions
- D. To develop the front end of a website
Correct answer: D
Explanation
The correct answer is D because HTML is primarily used to structure and design the front end of web pages. Option A refers to user input handling, which is typically done with JavaScript or back-end languages. Option B is incorrect as HTML does not design graphics in video games, and option C is wrong since HTML does not manipulate data but rather presents it.