If i designed with some letters . how can i get it as output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

If i designed with some letters . how can i get it as output

I designed a code in HTML ,for eg: M\ /M M \ / M M. \ / M M. \/ M get it, is there any way

30th Nov 2017, 5:41 PM
Vyshnav Vishnu
Vyshnav Vishnu - avatar
4 Answers
+ 1
escape characters in a paragraph tag
1st Dec 2017, 11:13 AM
John
John - avatar
+ 2
show me
1st Dec 2017, 4:25 PM
Vyshnav Vishnu
Vyshnav Vishnu - avatar
+ 2
no it didn't work .look at my code
1st Dec 2017, 4:39 PM
Vyshnav Vishnu
Vyshnav Vishnu - avatar
+ 1
<p>M\&nbsp;&nbsp&nbsp/M</p> ...
1st Dec 2017, 4:30 PM
John
John - avatar