html

​Today i am study html 

busics of html

<html> <\html> - start and end html

<h1> <\h1>-heading tag

<p> </p>-paragraph tag

<i> <\i>-italic tag

<b> <\b>- bold tag

<br>-line brick tag

<hr>-horizontal line tag

<from> <\from>- basic from tag

<table> </table>-table tag

<a herf"url"> <\a>-basic link tag

< img scr"url"/>-image tag

Comments