In html let's say I write <html> but I don't want to open a tag. I really want to write <html> in my actual page. Can i do that? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In html let's say I write <html> but I don't want to open a tag. I really want to write <html> in my actual page. Can i do that?

29th Dec 2019, 11:39 AM
Andrei I
Andrei I - avatar
3 Answers
+ 2
replace < by &lt; and > by &gt;
29th Dec 2019, 11:44 AM
Oma Falk
Oma Falk - avatar
+ 2
Sure &lt html &gt
29th Dec 2019, 11:44 AM
HNNX 🐿
HNNX 🐿 - avatar
- 1
thanks
29th Dec 2019, 11:45 AM
Andrei I
Andrei I - avatar