hml
HTML
HTML stands for HYPERTEXT MARK UP LANGUAGE .
HTML is used for writing data in a web pages .
HTML is not a programming language, there's a reason why it's called hyper text markup language. HTML is not complied into into machine language.
How to write html ?
For writing html we use TAG "< > " & for closing tag we use " / " .
Now i am writing HTML .
<html>
<head> <title>
my first web page
<body>
hello . my name is arslan tariq.
like , comment and share with your friends and follow me on BLOGGER
</body>
</title>
</head>
</html>
Comments
Post a Comment