Tag archives for web page making
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 ...
Now, Let's continue with Part 2. We will discuss the following here:
Creating tables
Using CSS boxes as webpage layout
Here's how:
Creating tables:
Tables are very useful in the presentation of data. The following are the html tags to be used to create a basic table:
Single-column table:
<table width='400' border='1' ...
Here's the last part of this tutorial. Our topics are:
Linking other pages and other websites
Using CSS in styling your web pages
Let's begin here.
Creating and placing hyperlinks:
It is very important to create and place hyperlinks in your website to help your visitors navigate your site from ...