Write in the web page </> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Write in the web page </>

how can I do to write </> in the web page (html / css / php) ? I know I can't write : <p> </> </p> so... thanks

27th Jul 2017, 8:37 AM
NoxFly
NoxFly - avatar
4 Answers
+ 8
There is another way, use HTML entities: &lt;/&gt; Note: lt and gt stand for Lower Than (<) and Greater Than (>) respectively.
27th Jul 2017, 8:56 AM
$machitgarha
$machitgarha - avatar
+ 7
thanks :)
27th Jul 2017, 8:43 AM
NoxFly
NoxFly - avatar
+ 6
try this, I just wrapped it in the xmp tag https://code.sololearn.com/W3ljKuvzJ2E2/?ref=app
27th Jul 2017, 8:43 AM
Jordan Chapman
Jordan Chapman - avatar
+ 6
ah it was I tought, thanks ;)
27th Jul 2017, 9:04 AM
NoxFly
NoxFly - avatar