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 🥺
5/18/2022 6:45:04 AM
Paul Raymond9 Answers
New AnswerPaul Raymond tags never show on browser as output. If you want to see tags then use < and > like this <p>Welcome<p/>
<xmp> <h1></h1> <p></p> </xmp> or html: <q>br /</q> css: q { quotes: "\003C" "\003E"; } https://code.sololearn.com/WIszvWHdwrs2/?ref=app
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
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...
Use W3Schools Website , It Help You To Understand tags And Such more things about any language ! www.w3schools.com ❤️
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message