Level no.26
HTML Character Entity References What are Character Entity References? Character Entity References are way to represents characters that have special meaning in HTML documents.These references are used to include character that have reserved or special significance in the markup language.We can say those words are reserved words. For instance, less than sign having special meaning in HTML documents. For "<" we use < For ">" we use > ® For "&" we use & For "copyright logo ©" we use © For "double quotation mark" we use " For "trade mark logo ™ " we use ™ For "registered mark logo ® " we use ® For "pound symbol" we use £ For "euro symbol" we use € For "yen symbol" we use ¥ For "apostrophe symbol" we use ' Selection Tag Selection tag is used in html fo...