Showing posts with the label HTMLShow all
Write HTML code for given Frames

Write HTML code for given frames Here first we have to create 4 frames Frame 1, Frame 2, Frame 3,  Frame 4. Which are .html files. NOTE: Please save all frames in one folder. Code for Frameset:  Click Here

EXAMPLE OF HTML FORM

EXAMPLE OF HTML FORM: Link For Code:   Click Here

HTML TABLE EXAMPLE

HTML TABLE EXAMPLE To create table in html <table></table> is used. Row is defined with  <tr></tr> <td></td> is use for define cells. <th></th> is use for header. OUTPU…

HTML LIST EXAMPLE

HTML LIST EXAMPLE Code For This Output: HTML LINK EXAMPLE       Click Here