HTML - Programming Language

HTML is web developing language it is stands for Hyper Text Markup Language. Html has its different tags which has its own contents in it. It starts with <html> and end with </html>.
In html every Tag which is started must be ended .

Examples:

<html> </html>
<head> </head>
<BODY> </BODY>

Html Main tags:
 It has main tags of Head tag is <head> and Body tag is </body> .

Other different tags:
<BR> is for line brake,
<H1> for first heading in the page,
<TITAL> tage is use to give tital of the page.
<a href=''> is use to put links in text,
 <P> is to writing a paragraph..

To create your persnol webpage:

<HTML> 
<HEAD> 
<TITLE>Html Code</TITLE> 
</HEAD> 
<BODY> 
<H1>Ahmad Hassan</H1> 
<P><B>This is a test coding</B><BR> 
<A HREF="http://blockingfucks.blogspot.com//">Code Html</A><BR> 
+92 335 0426831<BR> 
</P> 
<P>I am a user of <A HREF="http:/www.google.com/>Google</A> course. </P> 
</BODY> 

</HTML> 

HTML Code
I do
<A HREF=“http://http://blockingfucks.blogspot.com/”>Code Html</A>. You can send me an
 e-mail by clicking
<A HREF=“777pinkpanther777@gmail.com”>here</A>.
Browser Display
I do  Code Html. You can send me an e-mail by clicking here. 

0 comments:

Post a Comment

Entri Populer