A techno savvy blog focusing on the computer, network and internetworking contents for technical students. Articles in this blog focus on ccomputer and networking concepts, stuffs, and covers a wide range of topics like network, security, cloud and web
Friday, October 7, 2016
Thursday, October 6, 2016
Sunday, July 10, 2016
Wednesday, June 29, 2016
Saturday, April 30, 2016
Tuesday, April 5, 2016
How to create webpage in HTML
While creating a webpage you need two things, first is the text editor like notepad or any other text editor in which you are writing HTML code and second you need a browser to view or test webpage.
Webpage creation can be goes through following steps
Step 1: Launch (open) any text editor
Step 2: Type required HTML code in editor
Suppose I want to create a webpage which display "Welcome to HTML..!!"
<DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE>WELCOME</TITLE>
</HEAD>
<BODY>
Welcome To HTML..!!
</BODY>
</HTML>
![]() |
| Typing HTML code in Notepad file |
Step 3: After complete of code typing save file with filename followed with '.html' or '.htm' extension
![]() |
| Saving HTML code with file name as welcome followed with .html extension |
Step 4: Goto the location where you save html document/file, right click on html file and open with any web browser like firefox, internet explorer, google chrome, opera, etc.
Step 5: Observe output on browsers window.
![]() |
| HTML code output on browsers window |
Subscribe to:
Posts (Atom)


