Hi! I've just started with HTML and I'm creating my first page. Really simple.
How can I print a tag? I mean, I'm trying to do this:
<p id="test">This is a test using the <p> tag</p>
But it doesn't print the "" in "using the
tag"...
<p id="test">This is a test using the <p> tag</p>