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 "<p>" in "using the <p> tag"...

<p id="test">This is a test using the &lt;p&gt; tag</p>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.