Html Inroduction

HTML Introduction
HTML Introduction
You can do it...honest

But for those who want to learn HTML code will be happy to know that it's quite easy to learn. Really it is and you are about to find that out.You don't need to spend money on different fancy computer programs or enroll in expensive courses to learn how to make a website. In fact you don't even have to learn any web design code at all.

So are you ready to make your first webpage with HTML? So, let's get started.

Getting down to business

The only thing needed to make a website is a browser and a simple text editor such as Notepad that comes with Windows. Yupz, Notepad, even for fancy websites, for Mac users there's TextEdit, for Linux there's Leafpad.

Before making your first webpage you need to have knowledge that how to turn a regular text file into an HTML file:For That; From the File menu in Notepad choose Save As, give your file a name, any name you like, for example myfirstpage, and add the .html extension to it like so:

myfirstpage.html

The saved code can be opened and edited from within the text editor (make sure that "All Files" is selected from the drop down menu in the editor's dialog box).The .html extension turns a regular text file into an HTML file. It only needs to be added at the time you create the file, once it's made simply save the file each time you edit the code. Save your file in a folder where you can easily find it.


To open the webpage in your browser simply go to the folder in which it is saved and click on the webpage icon.

For More Detail You can visit: w3schools

You can also find all the details in the below video:



First