adspace
Answer Posted / Ankit Chauhan
To include special characters (like <, >, &, etc.) in your HTML, you need to escape them using their entity references. Here's a list of common entities:n```htmln< - <n> - >n& - &n"`` - ' or ' (single quote)n`` - " or " (double quote)n``' - ' or ' (apostrophe)n``" - " or " (quotation mark)n``^ - &hat; (caret)n``_ - _ (underscore)n```htmlnFor example:n```htmln<Hello, World!>n``
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the current version of edge?
What are the new api's provided by the html5 standard? Give a brief description of each.
What is the name of the website?
Can you list the new input type attributes in html5?
List out the new features of html5?
How do I put text on the next line in html?
How comfortable are you with writing html entirely by hand?
What is the simplest html page?