Required Platforms to run HTML Codes :
Table of Contents
Before go ahead, we must have two important platforms to create & run HTML Files.
- 1. First is Text Editor.
- 2. Second is Internet Browser.
So , First we will work on Text Editor.
Step 1.
Create a Text File.
Step 2.
Rename Your Text File as filename.html or filename.htm (.html or .htm is your file extensions).
Example :-
File Name :
hello.html
Step 3 :-
Open your file with Notepad.
Step 4 :-
Insert the Text :
Write Some Tags with text into this File. Tags are written in below.
- <HTML>
- <HEAD>
- <TITLE>
- MY FIRST PROGRAM
- </TITLE>
- </HEAD>
- <BODY>
- HELLO WORLD
- </BODY>
- </HTML>
Don’t Worry about these tags , we will discuss later.
Step 5 :- Save your file again by pressing Key (Ctrl + S)
Step 6 :- double click on Your File or open your file with any browser.
Step 7 :- Output will be displayed on Your Web Browser.
Okk. You have Become a Web Designer. Let’s go ahead on Next Topic.