Please help me in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 🥺

18th May 2022, 6:45 AM
Paul Raymond
9 Answers
+ 4
Paul Raymond tags never show on browser as output. If you want to see tags then use &lt; and &gt; like this &lt;p&gt;Welcome&lt;p/&gt;
18th May 2022, 7:19 AM
A͢J
A͢J - avatar
+ 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...
19th May 2022, 8:56 AM
Mufaddal Zakirhusain Dhorajiwala
Mufaddal Zakirhusain Dhorajiwala - avatar
0
Look into html entities.
18th May 2022, 9:19 AM
Lalala
Lalala - avatar
0
<xmp> <h1></h1> <p></p> </xmp> or html: <q>br /</q> css: q { quotes: "\003C" "\003E"; } https://code.sololearn.com/WIszvWHdwrs2/?ref=app
18th May 2022, 1:04 PM
Solo
Solo - avatar
0
Solo what is <xmp>
18th May 2022, 3:04 PM
Lalala
Lalala - avatar
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
19th May 2022, 2:32 AM
Numan
Numan - avatar
0
<p>&lt;p&gt;&lt;/p&gt;</p> Try this: Edit: oops didn't notice , AJ solved it already.
19th May 2022, 2:39 AM
Chris Coder
Chris Coder - avatar
0
Lalala , play with him in the playground and you will understand.
19th May 2022, 3:33 AM
Solo
Solo - avatar
0
Use W3Schools Website , It Help You To Understand tags And Such more things about any language ! www.w3schools.com ❤️
19th May 2022, 5:40 PM
Fahim Nikseyar
Fahim Nikseyar - avatar