CreateaFreeWebsite  with Responsive Web Design

Using a Text Editor

The best way to learn to build web pages with HTML code is to write the code by hand.

A simple text editor like NotePad for Windows will do the trick.

When building web pages with a text editor (Ex. NotePad or WordPad) you must remember to save the pages in HTML format.

To do this, you would use the Save As option and add a .html extension to the filename.

If you use the default .txt extension you will see code when you preview the page in a browser.

The code for a Basic HTML Page is shown below.
<HTML>
<HEAD> </HEAD>
<BODY></BODY>
</HTML>

NotePad IconOpen NotePad and copy the code into the editor window.
Change the line: <BODY></BODY> to <BODY>Hello World!!</BODY>

Click File
Click Save As
Change .txt to myfirstpage.html
Click Save Remember what folder you save the page in!!

Now to preview the page:

IE IconOpen Internet Explorer
Click File
Click Open
Click Browse
Navigate to the folder where you saved myfirstpage.html
Click myfirstpage.html to highlight
Click Open
Click OK

You should see the words Hello World!! in the browser window.

Repeat this lesson a few times. Add some code for a Heading Tag and a Paragraph Tag

When you can create pages and preview them without thinking, you are ready to start the tutorial.

Where to Start!

To get the most from this tutorial start with Learning the Basics Liquid Web Pages.

 

HTML Editors

If you'd like to jump ahead to using an HTML editor we recommend 2 free ones ,one for Windows users and one for Linux users.

 

Free Tools and Resources We Recommend

Free Responsive Web Design Certification freeCodeCamp
freeCodeCamp is a proven path to your first software developer job.
More than 40,000 people have gotten developer jobs after completing this – including at big companies like Google and Microsoft.
Finally, you'll learn how to make webpages that respond to different screen sizes by building a Twitter card with Flexbox, and a complex blog layout with CSS Grid.
FREE Certification Courses!!
Free Ebook How to Code in HTML5 and CSS3
"How to Code in HTML5 and CSS3" is a free e-book about making websites in HTML5 and CSS for absolute beginners. It doesn't require any experience in IT to start....
FREE HTML Editor (Windows): NoteTab Light
All the features of a commercial HTML editor.
FREE Apache Server (Windows): IndigoAmpp
Set up a real time server environment right on your PC. Test forms and scripts before uploading to your web space.
Linux Users
If like us, you've left the insane world of Microsoft Windows for the even worse experience of Linux, we recommend the Geany Code Editor. You'll find it in your Linux Mint software repository. It's simple but powerful and FREE.
For image resizing we've found the easiest Linux tool to be Krita.

Have you tried our FREE Responsive Design template kit? Download Template #402 - 6 Page Kit