First select the text you want the comment for. To insert the comment, you can use the keyboard shortcut Ctrl - Alt - M to do it. You can also do it on the Review tab. On versions of Word before 2007, it is on the Insert menu.
houme
To put comments into a cell, with the cell selected go to the Insert menu and pick Comment. You could also right click on the cell and pick Insert Comment from the shortcut menu that appears.
You can type notes directly onto the worksheet, you could type them into a text box on the worksheet, or you can add comments, which are attached to a cell. Pressing Shift - F2 will enter a comment into the selected cell. A small red triangle in the top right corner will indicate that a cell has a comment and it can be seen by putting the cursor over the cell.
with a slash and an asterisk /* like this :D */
CTRL - K inserts a hyperlink to selected text in various applications.
Comments can be placed in a cell by pressing Shift and F2. The comment goes into a text box. A red triangle will appear in the top right corner of the cell to show that a comment has been entered. Putting the cursor over the cell will show the comment as a pop up.
there is no way to remove a selected text especially if it is on Internet.
simply typing the new text
You can use the comment tags to include text in your HTML code that will not be displayed in the browser. Here is how you do that: <!-- Comment Text -->.
It allows you to insert text at the insertion point. The default is to replace text when you type someplace in the middle of a word, but if you press the insert key, you will insert instead of replace with the text you type.
There is no difference both are highlighted and selected.
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. */ }