Computer Applications
Ram has to prepare a table as given below. He is a new technical team intern. Help him to write the code of below table.

HTML Advanced Features
3 Likes
Answer
<HTML>
<BODY>
<TABLE border = "3" cellspacing = "3">
<TR>
<TH align = "center"> ADMNO </TH>
<TH align = "center"> SNAME </TH>
<TH align = "center"> NAME </TH>
<TH align = "center"> DOB </TH>
</TR>
<TR>
<TD> 1110 </TD>
<TD> MANJIT </TD>
<TD> RANJIT </TD>
<TD> 4-MAR-1998 </TD>
</TR>
</TABLE>
</BODY>
</HTML>
Answered By
2 Likes
Related Questions
Explain the various attributes of <INPUT> tag.
(a) Write the HTML code to display an inline image named pencil.jpg located at C:\ in the center of your Web page.
(b) Write the HTML command to display the A2 + B2 in your Web page.
(c) Write HTML code to insert an image named globe.jpg in the background of a Web page.
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) Link color is "blue".
(ii) Font face of heading is "lucida handwriting".
(iii) The color of the heading of the page is "green".
(iv) The images used are "par.jpg" and "prog.jpg".
(v) Use link as "programming.html" for Programming.
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 "Save Tiger".
(ii) Image used is tiger. jpg.
(iii) Text color is "green".
(iv) Table border is 3 px and align center.
(v) The color of the heading of the page is orange.