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

Explain Posting Copy and Paste HTML?

Answer:

For those wanting to post direct Copy and Paste HTML on screen without the use of spaces or *s etc. and the need to explain those substitutions: Use < to substitute for each opening tag < in each tagged set of HTML. Example, typing the following: <a href="http://www.yourname.com"><img src="http://pics.yourname.com/aw/pics/mask.gif"></a> Will show up on screen as: <a href="http://www.yourname.com"><img src="http://pics.yourname.com/aw/pics/mask.gif"></a>

Download HTML Interview Questions And Answers PDF

Previous QuestionNext Question
How do I get special characters in my HTML?Are there any problems with using tables for layout?