CSS / CSS3 : Web Designing Questions & Answers
Question : If we want to use a nice looking green dotted border around an image, which css property will we use?
A.
border-color
B.
border-decoration
C.
border-style
D.
border-line
Correct Answer is : Option C.
- Which of the following properties will we use to display border around a cell without any content ?
- What should be the table width, so that the width of a table adjust to the current width of the browser window?
- 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?