Tuesday, February 19, 2013

The full Tutorial for Html By Saiful Islam

html tutorial

At first of this post, take my cordial salam. Today you learn the full html for web design and development.Let'go..................
HTML is stand for hyper text markup language. It is a maukup language. There will have variable html tag which are surrounded by angle brackets.
Create a folder in your computer and put a name for this folder "my web page" then  Open your notepad from your computer and write your all html code in the notepad. Html have some specific tag with "<" and ">". your web page will be start with <html> and end with </html>.Every tag will be end with "/" (slash). Than inside this tag you will write <head>   </head> and inside the both head tag you write <title>    </title> and in the middle of this "title" you will give a title for your web page which you can see in your title bar. lile this screenshot.........

and than you will add the body tag after the title tag like "<body> </body>", your total content will be in the middle of body which will visible in your web page.
and your total code will be like this......................................................
<html>
 <head>
 <title>this is my first web page Design</title>
<body>
There will be your Content
<body>
</head>
</html>





















Then press ctrl + S and give a name in the save box for file name and after name which you write give a full stop (.) and after fullstop write "html". I wrote here "index.html" and select your created folder name "my web page"
Then click on save for save.Now you double click on this file which is created by you using notepad. You will show a page like that......

HTML Editor
You can edit your html language in many editor such as notepad, notepad ++ and adobe Dreamweaver. My best choice is Adobe dreamweaver. but when you start to writing html code, you should have choice notepad or notepad ++ for perfect learning.
next part

No comments:

Post a Comment