I know this is a dumb question but how do you get the star on keyboard

Tell us what’s happening:
how do we get the star on the keyboard. i copied and pasted this * bit i dont know how to get it without copy and paste

Your code so far


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

Challenge: Comment Your JavaScript Code

Link to the challenge:

Press shift and 8 together.

You can add special symbols to html with a decimal or hexidecimal reference. A quick google search of “how to display ‘x’ symbol in html” will usually give you a list of the symbols and their hexidecimal references.

It depends on the keyboard layout.

One option that might help if you really can’t see it on the keyboard is using the On-Screen keyboard. If you search for “keyboard” in the start menu you should see it. The layout it uses tries to mimic your keyboard layout (with some limitations). See if you can find it on the visual display. Also, when pressing any of the modifier keys like Shift or Alt it will highlight the keys that it is switching to.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.