What are special inline characters?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are special inline characters?
Rating:
There are some characters such as quotes, backslash, apostrophes, etc., that are not displayed in a browser, as they are reserved in JavaScript. The backslash sign is used to insert these characters. The characters are displayed by using the backslash before them. These characters are called special inline characters.
The following table shows these characters with their description:
| " | Double quote |
| \' | Single quote(apostrophe) |
| \ | Backslash |
| \b | Backspace |
| Tab | |
| New Line | |
| Carriage Return | |
| \f | Form Feed |
Rating:
Was this information helpful?
Other articles
- What is an argument?
- What is a client object?
- What is the port property?
- What is a form object?
- How to use the getElementById() method?
