Microsoft
98-375 · Question #35
Which two HTML5 tags format text content only? (Choose two.)
The correct answer is B. <strong> D. <em>. B: The <strong> tag is a phrase tag. It defines important text. D: The HTML <em> tag is used for indicating emphasis. The em tag surrounds the word/term being emphasised. I can <em>not</em>emphasise this enough!
Understanding Game Programming
Question
Which two HTML5 tags format text content only? (Choose two.)
Options
- A<map>
- B<strong>
- C<canvas>
- D<em>
How the community answered
(30 responses)- A10% (3)
- B73% (22)
- C17% (5)
Explanation
B: The <strong> tag is a phrase tag. It defines important text. D: The HTML <em> tag is used for indicating emphasis. The em tag surrounds the word/term being emphasised. I can <em>not</em>emphasise this enough!
Topics
#HTML5#text formatting#strong#em
Community Discussion
No community discussion yet for this question.