The proper syntax to insert a multi-line comment into JavaScript is to surround the comment with /* and */ function useless() { /* This function doesn't do anything We should come back to it. Soon. */ }
Adding a comment in HTML is very useful so that you can quickly see what a section of code is supposed to be doing. It also can be useful to define who wrote a piece of code when multiple people are on a project together. To create a comment line you start with the < character followed by an exlamation mark and then two dashes. You then type your comment and close it off with two dashes and the > character. See example below. <!-- This is a comment line --> You can also add more dashes at the beginning or in the middle with no ill effects. See example below. <!-------- This is another --- comment line -->
Ans: One way slab is the slab having ratio of longer span to shorter span equal to or more than 1.5 . If the ratio of longer span to shorter span is equal to or less than 1.5, then such slabs are called as two way slab. In one way slab main tensile reinforcement is placed parellel to shorter side which will be the main steel, where as in two way slab both direction required main steel.
Comment Tags are ignored by the browser and are not displayed. If you want to make a note or a comment within your HTML document use the following HTML You can use it to mark off where a certain section of your page starts and ends so you can easily locate it to edit. for example (The browser will ignore this notation) The WikiAnswers website rocks. (The browser will ignore this notation)
A JTextField is a line to type in and a JTextArea is area to type text into (more than one line).
The proper syntax to insert a multi-line comment into JavaScript is to surround the comment with /* and */ function useless() { /* This function doesn't do anything We should come back to it. Soon. */ }
There are many ways to comment in PHP, all of them valid: /* Classic C style, which allows you to comment blocks rather than single lines */ // C++ Style, which remarks the remainder of a single line # bash style, which also is a rest-of-the-line comment
the life span of a mango tree is more than hundred years
This sounds more like a pick-up line more than a metaphysical comment (and not a very effective one at that!)
More than 60 years
it has to be more than 30 words
routable
More than 80 years!!!!!! :0
Average Guinea pigs life span is 4 to 6 years.But,if well cared they can live more than 10 years.
pural, because there is more than one comment, so it is comments.
If the signnn is less than then it is below the line , if it is more than than it is above the line, that is the shaded region, If the signnn is less than then it is below the line , if it is more than than it is above the line, that is the shaded region,
Adding a comment in HTML is very useful so that you can quickly see what a section of code is supposed to be doing. It also can be useful to define who wrote a piece of code when multiple people are on a project together. To create a comment line you start with the < character followed by an exlamation mark and then two dashes. You then type your comment and close it off with two dashes and the > character. See example below. <!-- This is a comment line --> You can also add more dashes at the beginning or in the middle with no ill effects. See example below. <!-------- This is another --- comment line -->