External Exam Download Resources Web Applications Games Recycle Bin

Hypertext Markup Language (HTML)

HTML vs CSS:

somehtml.html

<p>this text is contained in a paragraph tag</p>
<h1>this text is contained in a heading1 tag</h1>
<hr>
<p>the horizontal rule tag on the previous line is a self-closing tag</p>