CARVIEW |
HTML Advanced - Customization
Question 1
Which among the following is the correct way to specify height in the image tag?
<img height:”pixels”>
img height = “pixels”
<img height=”pixels”>
None of the above
Question 2
What is the use of alt tag?
It specifies alternate link for an image
It specifies alternate text for an image
It specifies an alternate source for an image
Question 3
Which among the following is the correct way to specify the background-image for the document?
< background:”URL” >
<body background=”URL”
<body background URL >
None of the above
Question 4
Link which redirects to your own site called as?
External links
Internal links
Link attribute text
None of the above
Question 5
Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?
border-collapse
border-width
padding
border
There are 5 questions to complete.