HTML part 2
HTML part 2
What is the HTML Comment?
Every HTML webpage have HTML comments. but thats are not show for us. it is usefull for web Designers & Web Developments. If you have to add a HTML Comment, you should use Begin & End Tags.
HTML Paragraph
If you have to add a paragraph you can use this tag. it you can show in <p> tag. you after the start paragraph with tag, After end of paragraph you should use end tag. it is </p>
HTML Break
Break tag using for show somthing in next rule. This is only have Begin tag. i say Break tag not having a End tag. it is you can use in two types. <br> or <br/>
Horizontal Line
This tag is same to Breake tag. because it's have not end tag. only have begin tag. it show with this <hr> or <hr/> tag.
Now its over. Lets we meet with another post. it is Horizontal line Attributes