What is the correct way to make a header 1?
[A] <heading size='1' text='content'>
[B] There is no way to make a heading in HTML, you must use CSS on a paragraph.
[C] <heading1>Content<heading1>
[D] <h1>Content</h1>
Wrong!
The correct answer is [D]. More Info