Learn HTML
Hypertext Markup Language stands for HTML and is use to Web Pages On
Internet it
also helps in creating any application .
Lets Start HTML has a StructureHtml contains HTML tags and plain text
HTML has opening
tag and closing tags
Some of important
HTML tags are
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
A way to open tag in HTML is less than and greater than sign < >
Now if we want to open HTML tag
we have to write like this as below
<HTML>
HTML is not case sensitive
Now every tag which is open has to be close
So the way of closing tag is </>
We have to close HTML so we will write coding like as below
</HTML>
No comments:
Post a Comment