Hi all,
If anyone knows what tags should be used to display HTML tags with the text we write - in another word, the tags that can display other HTML tags in a browser?
Thank you in advance.
Regards
You have to use the & things, to display something like this:
You would have to do something like this:Code:<head> <title>Untitled Document</title> </head> <body> </body> </html>
Pretty much this should get you startedCode:<p><head><br> <title>Untitled Document</title><br> </head></p> <p><body><br> </body><br> </html><br> </p>
Code:< = < > = > " = "
<pre>is what i use</pre>
the code is with you
<pre> is easier but is it recommended?
I prefer this if I really wanted to use HTML tags inside HTML.
Use the Find and Replace tool in Notepad and you have your tag ready.<p><head><br>
<title>Untitled Document</title><br>
</head></p>
<p><body><br>
</body><br>
</html><br>
</p>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks