0

HTML Introduction.



Hello Guyz.

In this post i am starting a complete tutorial of HTML language as well as a complete project.This tutorial teaches you everything about HTML.First of  all we need to know about HTML.
What is HTML ?
HTML is a hyper text mark up language which is used to create web pages and websites.In HTML used different type of tags (Tags are the special keyword of HTML in which we define an HTML element).
For example-
<img>=for include image.
<br>=for break row.
<hr>=for horizontal line. etc
 How to do this? 
1. Start-->and search notepad .(you can also use Notepad, notepad++ and dreamweaver etc.
2. Now Copy below code and paste it in notepad .This is basic constructure or you can say basic design of
HTML.
                                                                                                                                                                   
<html>
<head><title>write here any name</title></head>
<body>

<h1>Hi,and welcome to you in my HTML tutorial</h1>

</body>
</html>
                                                                                                                                                                                              
3. Click on save button.Then it ask to you where you want to save it ,then choose your location and type file name with .html
For example=Filename.html
After that click on saved  icon ,Now you will see this type image ,when you are open browser .






ALSO SWITCH VIDEO IN HINDI .

Post a Comment

 
Top