Practical Web Design Training in Hindi (Part -2)

Hellow Friends !
In this given  Practical Web Design Course  I will discuss Something about the Structure of the web page.
HTML is a Markup Language used to describe a web pages that is called web documents or HTML documents.Web documents are described by HTML Tags. And Each HTML Tags Described a different Document contents. 
The given example of HTML  syntax is ....
<html>
<head>
<title> this title displayed on browsers  title bar</title>
</head>

<body>
        All web page contents are displayed here.....under the body section
</body>
</html>

Web Browsers ----The purpose of web browsers is to read html documents & display them to the end user.These are popular web browsers given below....
  • Internet Explorer
  • Mozila Firefox
  • Google Chrome
  • Opera
  • Safari