Web Design Basic tutorial for beginner part-002

Web Design Basic Tutorial For Beginner part-002





Previous Post we are discussing HTML history. So Today's Class  is HTML, tag's use. 

But Firstly I'll Discuss something for HTML program. Using an editor to write any program that is to be encoded. Keywords; Windows notepad is the default editor for HTML coding can be used. And for additional facilities to be used in Adobe Dreamweaver and Notepad++. I will give advice at the initial sate keywords: windows uses the default editor notepad. The program is written in Html, Such as the extension " .html" index.html saved by any browser internet explore, Google Chrome, Mozilla Firefox,Opera Mini, and more can be seem.


Other fundamental Part of writing programs in HTML. 


<html>
<head>
<title> TONEYSOFT</title>
</head>
<body>
This is my first web page. I am learning now HTML.
</body>
</html>

Open Notepad and type the code stands a notepad save as option from the file menu to save the file bye clicking the index.html. Index.html sustained double-click on your saved by the browse, which is seen in the picture. 

frank dog


HTML Programs written in various  part of the analysis: 
programs of the <> and </> two  as word mark and some of the html, Head,title,body and that these keyword <> or </> marker and the writing of a tag is a keyword. Such as the <head> tag of the Mean head. There are two types of tags in html <> tag which mark the beginning of the keyword and the </> tag which mark the end of tags that keyword. such as <title> in the Title tag and the </title> the end tag. 

<html> html Tags:


All who enter the program in the html 

br /> <head> or </head> tag: 


<head> or </head> inside the <title> </title>  tag is the TEXT displays the website title or titles  "TONEYSOFT" as the title of the code has been written in the browser title bar showing. In addition, The CSS style-Sheet is to call within the head tag.  

<body> or Body tag:


<body tag or the body is very important. Content management is in the body tag of a website. <body></body> tag of the TEXT,IMAGE, Table formatting, etc. are written for various services. Code in the <body></body> tags in This is first web page. I am learning now HTML. The main part of the browser, Which appears to have been written.



  


*** [ Web Design Basic Tutorial for Beginner part-001 ]

Technology