Computer Applications
Write the names of two attributes each for the following tags :
(i) <HR>
(ii) <Body>
(iii) <img>
(iv) <Table>
(v) <A>
HTML Advanced Features
10 Likes
Answer
(i) <HR>
— WIDTH, NOSHADE
(ii) <Body>
— BGCOLOR, BACKGROUND
(iii) <img>
— SRC, ALT
(iv) <Table>
— BORDER, ALIGN
(v) <A>
— NAME, HREF
Answered By
8 Likes
Related Questions
Consider the HTML code :
<A HREF = #intro> Introduction </A>
In the above code,
(i) What is the purpose of # ?
(ii) What will happen when the user clicks "Introduction" ?
Write the HTML code to generate the following output :
Note the following points while generating the webpage :
(i) Link colour is green, active link colour is blue and visited link colour is red.
(ii) Title of the page is "Dances of India".
(iii) Heading of the page is maroon.
(iv) Background colour of page is yellow.
(v) Image used is "dance.png".
(vi) Caption of table is blue.
(vii) Table border is blue and of size 2.
(viii) The 3 links are one.html, two.html and three.html.
(ix) The email id for contact us is
abc@xyz.com
Observe the following table and write the HTML code to generate it :
Note. 1st row has pink background.
Observe the following table and write the HTML code to generate it :