Posts

Showing posts with the label programming

How to create HTML list??

Image
Source code <html> <head> <title>stationary items</title> </head> <body bgcolor=yellow> <h1><u><i>Lists Of Stationary Items</i></u></h1> <ol type=a > <h2> <li>pen <li>pencil <li>eraser <li>sharpener </h2> <ol> </body> </html> You can change the data. My youtube video: Any query please contact us: E-MAIL( Pranjal pandey)

How to create HTML tabel??

Image
   Source Code ~~ <html> <head> <title>pranjal</title> </head> <body bgcolor="lightgreen"> <table border=10 bordercolor=red align=center height=500 width=500> <caption> <b><u>Student's Record</u></b> </caption> <tr><th>Name </th><th>subject</th><th>Marks</th></tr> <tr><th>Riya</th><td>Maths</td><td>99</td> </tr> <tr><th>Pranjal</th><td>Physics</td><td>98</td></tr> <tr><th>Isika</th><td>Chemistry</td><td>86</td></tr> <tr><th>Aman</th><td>History</td><td>90</td></tr> </table> </body> </HTML> You can change the data entered !! Any query please contact us: E-Mail (Pranjal Pandey) My Youtub...