English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

when writing HTML (text/css) how do you put in writing without it appearing on your actual html page, like how you get say and then writing saying CUSTOMISE BORDER SIZE, yet the writing doesnt appear on your html page

how do you do that?

2007-11-23 23:40:51 · 7 answers · asked by Anonymous in Computers & Internet Programming & Design

7 answers

A comment in HTML looks like this:





Anything inside the will be hidden in the page.

In JavaScript a comment would look like this:

//This is a comment

//Costomize border size

2007-11-24 00:21:17 · answer #1 · answered by ♦♦Phil♦♦ 3 · 0 0

In your HTML document you should have all you html code

By putting the following example in, it acts as internal commentary, which is text that you can view in the html document but it will not display on the actual webpage in a web browser

The code is as follows

2007-11-23 23:51:36 · answer #2 · answered by jedsmen97 2 · 0 0

i think you want to write comment in your html code
according to SGML : A comment declaration starts with . A comment starts and ends with "--", and does not contain any occurrence of "--".

so you can write



in your html code and it will not be visible to users

2007-11-23 23:45:18 · answer #3 · answered by master vk 3 · 2 0

in case you recommend the pinnacle tag, it includes greater desirable than only the call. it ought to comprise meta tags and distinctive script calls. in case you recommend the text fabric headers h1 h2 and so on., those are unquestionably shortcuts to changing text fabric length and ought to help with search engine optimization (a seek engine could pay greater interest to the text fabric interior the header than popular paragraph text fabric). The call tag is only what shows up interior the call bar of your information superhighway browser and whilst your web site comes up in a seek engine.

2016-09-30 02:04:34 · answer #4 · answered by maduro 4 · 0 0

To put comment in your HTML
use the following

prepare a javascript file to load it in html
search google

2007-11-23 23:45:17 · answer #6 · answered by iyiogrenci 6 · 0 3

For html, you use:

Javascript:
// (WORDS HERE)
/* (WORDS HERE) */
CSS
// (WORDS HERE)
/* (WORDS HERE) */

2007-11-26 17:07:03 · answer #7 · answered by Khala 2 · 0 0

fedest.com, questions and answers