Let’s see some very simple HTML tags / scripts to design a webpage. Take an example of a Library Website. Click the link below and see how it looks.
How to Learn and Test HTML Codes: The Simplest Tool?
If you are really interested to learn or test a HTML script, then here are the steps. There are plenty of tools to create webpages using HTML codes. But I am going to give you the most simple tool to learn HTML.
The tool, you will need to use a text editor like “Notepad (for Windows).”
Steps to Create a Webpage in HTML using Notepad
- Open Notepad
- Create New Document
- Save File in HTML
- View the saved File in Web browser
Step 1:
Open Notepad (for Windows). For this , Open the Click the window symbol at the bottom left on your screen and type Notepad. Click over Notepad.
OR,
Open Start > Programs > Accessories > Notepad. See the screenshot which will be appeared on your screen.
Step 2:
Create a New Document. Go to Notepad Menu and under the File, click New. Write a simple HTML code into Notepad. See the example below:
Step 3:
Save the file you have created. To do this, select File from Notepad Menu, choose ‘Save As…’ and give the filename with an extension either “.html” or “.htm”.
Step 4:
View the saved HTML File in any Web browser. For this either Double Click on the File or Right click on the File and choose “Open with..” (Eg. Google Chrome, Firefox, Opera etc.)
The result you find will be similar to this:
Simple HTML Tags to Learn
Following are some simple HTML and CSS tags to see how these work. Click any of the Links below:
- How to Write Marquee HTML Code?
- HTML Code for Automatic Slide Show?
- How to Add Frame in HTML?
- How to Add Video Clip in HTML?
- How to Change the Font Color in HTML?
- How to Create a Hover Button in HTML?
- How to Create a Simple Table Using HTML Tag?
- How to Change the Font Color in HTML?
- How to Create a Hover Button in HTML?
- How to Create a Simple Table Using HTML Tag?
- How to Create an Ordered List in HTML?
- How to Create an Unordered List in HTML?
- How to Create Hover Button in an Image?
- How to Create Hover Button in HTML ?
- How to Insert a Link in HTML?
- How to Insert an Image in HTML?
- How to Make HTML Code for Converting Feet to Meters?
- How to Make Texts Bold and Italics in HTML?
- How to Scroll Up an Image in HTML?
- How to Use HTML Tag for Abbreviation and Acronym?
- How to Write HTML Bouncing Text?
- How to Write HTML Code for Drop Down Menu?
- How to Write HTML Code for Marquee?
- How to Write HTML Code to Create Colorful Table?
- How to Write HTML Script to Create A Quiz?