Categories
- Beauty & Style
- Computers & Tech
- Education & School
- Entertainment
- Environmental Issues
- Food & Dining
- FunAdvice Community
- Gaming & Games
- General Knowledge
- Health
- Home & Garden
- Jobs & Money
- Kids
- Love & Relationships
- Music
- Nutrition & Fitness
- Parents & Family
- Pets & Animals
- Politics
- Religion & Spirituality
- Science
- Shopping
- Sports
- Travel
- Writing & Literature
Ok, I did eventualy find the answer myself, so I'll post it here for reference..
The Comment Tag...
If you are writing an HTML document, sometimes you may want to put little reminders to yourself with your code so that you will be able to interpret your coding better. A comment will not appear in a web browser when the page is displayed... it is only visible when the source code is viewed. You start commented text with
"< !-- and end it with -- >".
(I had to use quotes and insert spaces to make it show)
source: http://www.davesite....



Html help - how do I comment out a section?
I have a section of code that I don't want to remove, but just want to temporarily disable on a web page. How do I do that?