HTML(Hyper Text Markup Language)
HTML is a Markup Language for website development. There are just a simple tags for web site development.
Simple Demo:
Write the following code in notepad.
<HTML>
<HEAD>
<TITLE>MY FIRST PAGE</TITLE>
</HEAD>
<BODY>
This is my first page in html
</BODY>
</HTML>
Save method:
Save by name "mypage.html"
Open Method:
HTML is a Markup Language for website development. There are just a simple tags for web site development.
Simple Demo:
Write the following code in notepad.
<HTML>
<HEAD>
<TITLE>MY FIRST PAGE</TITLE>
</HEAD>
<BODY>
This is my first page in html
</BODY>
</HTML>
Save method:
Save by name "mypage.html"
Open Method:
- Open Browser
- go to file
- open
- browse the file (mypage.html)
- open
No comments:
Post a Comment