Hyper Text Markup Language (HTML) Question:
Download Questions PDF

How can I show HTML examples without them being interpreted as part of my document?

HTML Interview Question
HTML Interview Question

Answer:

Within the HTML example, first replace the "&" character with "&" everywhere it occurs. Then replace the "<" character with "<" and the ">" character with ">" in the same way.
Note that it may be appropriate to use the CODE and/or PRE elements when displaying HTML examples.

Download HTML Interview Questions And Answers PDF

Previous QuestionNext Question
How do I create a link that sends me email?Should I put quotes around attribute values?