How do I deactivate an html line without deleting it?

  • Thread starter Thread starter ocongata
  • Start date Start date
O

ocongata

Guest
I'm still struggling when it comes to html. I want to keep a html line deactivate it but I don't want to delete it from the code. So I have:

< ul class="list" >
< ***************** >
< /ul >

I want to keep that but note that it's deactivated.
 
Back
Top