Computer Applications
Ayushi has to prepare a demo table in which she has to mention question number and its marking. Help her to write the code for the below table.

HTML Advanced Features
6 Likes
Answer
<TABLE>
<TR>
<TH> question </TH>
<TH> marks</TH>
</TR>
<TR>
<TD ROWSPAN = "3"> 1 </TD>
<TD> 2 </TD>
</TR>
<TR>
<TD> 2 </TD>
</TR>
<TR>
<TD> 5 </TD>
</TR>
</TABLE>
Answered By
4 Likes
Related Questions
What are the role of <HTML> ….. </HTML> tags in HTML?
Distinguish between <P> tag and <BR> tag.
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for given specifications.

(i) Title of the page is "IIT".
(ii) Font face of heading is "Cambria".
(iii) The color of the heading of the page is "Red".
(iv) Image used as "IIT.png".
Use link as:
For IIT Bombay as bombay.html
For IIT Kanpur as kanpur.html
For IIT Madras as madras.html
For IIT Delhi as delhi.html
For IIT Roorkee as roorkee.htmlWrite the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for given specifications.

(i) Background color of page is yellow.
(ii) Link color is black and visited link color is green.
(iii) Heading of the page is maroon.
(iv) Image used is mainrhino.jpg.
(v) Table border is 2px.