HTML stands for Hyper Text Mark-up Language. Basically, it consists of pre-defined Tags(Elements). As i see it is very easy language, which can be easily understand by any user either it is new user to html learning platform. It starts with <html> tag and closed with </html> tag. which includes <body> or </body> tags. Apart from there are various tags which we will discuss later.
Here are some sample examples for HTML, which will give you a general idea about what the html is? and how it works?
Example 1:
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
Your's Content
</body>
</html>
No comments:
Post a Comment