Home /
Expert Answers /
Computer Science /
5-some-characters-are-reserved-in-html-reserved-characters-in-html-must-be-replaced-with-characte-pa514
(Solved): 5. Some characters are reserved in HTML. Reserved characters in HTML must be replaced with characte ...
5. Some characters are reserved in HTML. Reserved characters in HTML must be replaced with character entities. An html document includes the following two lines. How those lines will be rendered on the screen? 21---This is final exam --->
Hi, The purpose of using character entities are to display reserved characters in HTML. or non-breaking space is an example of character entity. If we want to use the < or >, then, the browser may confuse