HTML5 Application Development Fundamentals — Question 11
Which two HTML5 tags format text content only? (Choose two.)
Answer options
- A. <map>
- B. <strong>
- C. <canvas>
- D. <em>
Correct answer: B, D
Explanation
The correct answers are <strong> and <em>, which are used to format text with strong emphasis and italics, respectively. The <map> tag is used for image maps, and <canvas> is intended for drawing graphics, not for formatting text.