|
Go to < Page 1 > <
Page 2 > >>Page 3<<
Cont. of Create your own Website!
While creating webpage, for easy maintenance and enhancement
of your website make use of css style sheet.
Style sheet is nothing but a .css extension file having all the styles of your web
pages like background color, font, font color, font size, layout and lots more.
So once you created a Style Sheet file, you can specify how your header should look
like, how your content of the page should look like. You can make use of the same
style sheet for all of your web pages.
What is the use of Style Sheet?
1. Once you create a style sheet you can make use
of the same style sheet for all your web pages. Because of this, you no need of
specify the styles in each and every web page. So you are saving your time.
2. All your web pages are going to use same style
sheet. So pages in your website will have same kind of look and style. So you no
need to do anything to make your pages looks similar.
3. When you are thinking to change look of your website
(like font color, font size, background color) just make the changes only in style
sheet file, automatically all of your web pages reflect your changes.
4. If you are not using style sheet file you have
to make the changes in all your web pages one by one. While you are doing one by
one, you may miss out some styles in some pages, it is very difficult to find out
where you done the mistake.
If you don’t have any idea about, creating style sheets, no need
to worry. When you are downloading HTML templates, they will give you style sheet
files with the template, you can make use of that. If you want to change the style
of your website, it is very easy to change the style sheet file. Style Sheet file
is not like a programming language, anybody can easily understand the Style Sheet
file content. Style Sheet file contains blocks which start with ‘.’ (like .header,
.footer, .body, .title). The ".header {…}" block contains styles for your
Header part, ".title {…}" block contains styles for your Title part of
your web page. Just go to the block you want to change the style, and you will find
some styles like background color, font, font size, font color. You can understand
this easily, and change the style as you want.
So, to create a website all you need to do is just prepare the content for your
website and choose any one of the following ways to creating website,
1. Desktop HTML Tools
2. Online Tools
3. Free HTML Templates
then paste your content and save it, your web page is ready!. Once you have created
the web pages you are ready to publish your web pages in internet. For that you
have to register for a Domain Name, then choose a Web Hosting Server to host your
website. Is these terms are new to you. This is nothing, just go through the other
pages in this website where I have explained What is a Domain
Name?, What is a Web hosting? and How to
create a Domain Name for your website? and How to
Host your website?.
Go to < Page 1 > <
Page 2 > >>Page 3<<
|