0
How an display element in html
How do I print "<html>" and "</html>" without them functioning as an element. Thank you.
1 ответ
+ 10
use < for <
and > for >
for example
<pre>
<html>
</html>
</pre>
How do I print "<html>" and "</html>" without them functioning as an element. Thank you.