Monday 16 May 2016

HTML5 Interview Questions

1. What is difference between <b> and <strong>?
GUI point of view both are same, but strong give text is "important"
Browsers display <strong> as <b>, and <em> as <i>.


2. What is difference between <i> and <em>?
GUI point of view both are same, but strong give text is "important"
Browsers display <strong> as <b>, and <em> as <i>.


3. What is <q> tag?
q tag this text under quote.

4. What is difference between background-color and color style keywords?
background-color to change background color of text and color to the color of text.


Your comment will help us to improve blog.


No comments:

Post a Comment

Please, Write your valuable comments..