1.

Write an HTML code in computer note book for displaying

Answer»

Hi,


below is the code of above output all you have to do is copy this code and paste it in a file and save it as .html and open in a web BROWSER.


   

    

        

        Table Example

        

    

    

        

            

                

                

                

                

            

        

        

            

            

            

            

            

        

        

            

            

            

            

        

        

            

            

            

            

        

        

            

            

            

            

        

        

            

            

            

            

        

    

    

tagattributeVALID optionfunction
<TABLE>WIDTHvalue in pixels percentageSpecifies fixed width of table
Specifies width of table as a percentage of browser window width
Heightvalue in pixels percentageSpecifies fixed height of table
Specifies height of table as a percentage of browser window height
CELLPADDINGvalue in pixelsSpecifies THICKNESS of empty zone surrounding contents of each cell
<TD>WIDHTvalue in pixels percentageSpecifies fixed width of cell, and APPLIES to entire column
Specifies width of cell as a percentage of table width
<TD>HEIGHTvalue in pixels percentageSpecifies fixed height of cell, and applies to entire column
Specifies height of cell as a percentage of table height



hope it helps you.




Discussion

No Comment Found