Creating Your Own Web Page is Easy – A Tutorial (Part 1)
Yes, it is easy to create a web page though you are not an IT professional or a person who is involved in IT things. A basic web page is made up of simple HTML tags or codes and HTML is easy to learn.
After going through this tutorial, you will learn how to create your own web pages for your website. This includes the following topics divided into three (3) parts:
Part 1:
Outline of a web page
Creating a web page template
Placing invisible comments to your code
Creating a single or double spaces
Creating an ordered list and unordered list
Inserting an image
Part 2:
Creating tables
Using CSS boxes as webpage layout
Part 3:
Linking other pages and other websites
Using CSS in styling your web pages
Let’s discuss here the Part 1:
Outline of a web page
Creating a web page template
Placing invisible comments to your code
Creating a single or double spaces
Inserting an image
Outline of a basic web page
If you are new to html, I am now telling...