0
Please help me in HTML
please what element can be used to make a tag visible on my page Example 👇 <p></p> is used to create a paragraph on a page After writing this, I run it to see the outcome on my page put the paragraph tags were no where to be found 🥺
9 Réponses
+ 4
Paul Raymond
tags never show on browser as output.
If you want to see tags then use < and > like this
<p>Welcome<p/>
+ 1
Yes you can make your tags visible just by <textarea> </textarea> this tag....write your tags inside this for eg:
<textarea>
<p>
Now the paragraph tag will be visible on screen
</p>
</textarea>
....learn more about this tag on google...
0
Look into html entities.
0
<xmp>
<h1></h1>
<p></p>
</xmp>
or
html:
<q>br /</q>
css:
q {
quotes: "\003C" "\003E";
}
https://code.sololearn.com/WIszvWHdwrs2/?ref=app
0
Solo what is <xmp>
0
If you want to show the tags on browser you will need to write a code for JavaScript by using that you can display it
0
<p><p></p></p>
Try this:
Edit: oops didn't notice , AJ solved it already.
0
Lalala , play with him in the playground and you will understand.
0
Use W3Schools Website , It Help You To Understand tags And Such more things about any language !
www.w3schools.com ❤️