Introduction to html
- It a high level programming language.
- It stands for hyper text mark up language.
- The main purpose of html is to develop different web pages.
- After completing a web page,user create user create different types of wesites.
Types of web pages
Simply a web page classified into two types such as
- Static web page
- Dynamic web page
Static web page
The web page which content is constant is called static web page.
Dynamic web page
The web page which content is changeable is called static web page.
Structure of web page
Simply,web pages are developed using different tags.like
<html>
<head>
<title>..........................</title>
</head>
<body>
Hi
</body>
</html>
Q.How to create a web page then print "Hello html"
- now go to file menu
- click on save command or press ctrl+s
- then type the file name with an extension .html like(kunu.html)
- then open web browser like(internet explorer,Mozilla Firefox,Google chrome.
- goto file menu
- click on open command or press ctrl+o
- then click on browse
- then choose the html file
- then click on open
- ok.
when change the source code
then press f5.
No comments:
Post a Comment