In HTML how are you supposed to print this: <html> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

In HTML how are you supposed to print this: <html>

Pretend like this is a text: 'Some people prefer <html> over abc'. So In the text above, <html> is not going to get printed or anything inside < >. Is there a way to do print it just by using HTML?

14th Jun 2019, 4:17 AM
Ginfio
Ginfio - avatar
3 Answers
+ 12
&lt;html&gt;
14th Jun 2019, 4:25 AM
bobbie
bobbie - avatar
+ 2
&lthtml&gt
14th Jun 2019, 4:30 AM
Jason Kennedy
+ 2
& l t ; html & g t ; As above but without spaces
14th Jun 2019, 6:11 AM
Chris Coder
Chris Coder - avatar