Posts

Showing posts from August, 2017

Learning HTML Basic Commands - Complied together

I am trying to learn HTML through internet but there is no website which will provide a complete list of HTML commands compiled together. So i thought to compile all the commands and write them down together. I hope it will help you people. SNo. What to do How to do Where to do/ Remarks 1 Body <body></body> everything has to be in here. Only this will be visible 2 Table <table></table> to start a table 3 Table rows <tr></tr> to start a row in table 4 Table cells <td></td> putting a value in table in different cells row wise 5 Changing the fonts <h1-h6></h1-h6> whenever writing a text <h1>rideandrite</h1> 6 Hyperlink <ahref= "http://www.rideandrite. blogspot.com">Blog</a> can be used anywhere 7 Adding an Image <img src="bike.jpg" width="100" height="90"> can be used anywhere 8 Line break <b