CSS / CSS3 : Web Designing Questions & Answers
Question : What should be the table width, so that the width of a table adjust to the current width of the browser window?
A.
640 pixels
B.
100%
C.
full-screen
D.
1024 px
Correct Answer is : Option B.
- Which element is used in the <HEAD> section on an HTML / XHTMLpage, if we want to use an external style sheet file to decorate the page ?
- Which attribute can be added to many HTML / XHTML elements to identify them as a member of a specific group ?
- When we write <img src="img.png">, what "img.png" inside double quote implies?
- How can we write comment along with CSS code ?
- Which css property you will use if you want to add some margin between a DIV's border and its inner text ?