CSS / CSS3 : Web Designing Questions & Answers
Question : 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 ?
A.
<src>
B.
<link>
C.
<style>
D.
<css>
Correct Answer is : Option B.
- 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 ?
- Which CSS property is used to control the text size of an element ?