|
Using the CSS and Html web codes and scripts on the web and MySpace
layouts pages has become like a normal thing among webmasters and site
owners worldwide who are always in search of finding the ways to better
develop projects and portals over the net. Several years ago, it could be
like an impossible dream thinking about today and the CSS effects which can
easily add effects to thousands of web pages of a site within a second and
without the need for manually editing all those files. When you take a
better and closer look at the requirements to have and meet before applying
for the web designing and developing careers at companies, you will find the
Html and CSS programs among the important items on the lists actually.
There are so many reasons why webmasters need to know how to use and
handle the codes developed using CSS and Html scripts like maintaining high
quality pages and portals which as you know are easy and convenient to
operate online. If you are familiar with Html but know nothing about the CSS
codes and scripts, worry not as your familiarity with the Html will guide
you through a lot of the steps in learning CSS and this can be noticed when
you look at the exercises and practices as well as the tutorials offered and
posted by webmasters and professional site admins online. So many common
points in the way of writing the syntax of the sentences and codes lines can
be mentioned and we will talk more on this subject.
The great thing about Html and CSS is that using the created codes and
effects, you can easily edit your web pages and there are no complex
programs to install or run over the net because as soon as the scripts are
added, the effects would get enabled over the web and this could be like a
great piece of news for the folks who are in search of finding the quick
ways of editing pages. Please note that it might not be necessary learning
just all of the scripts offered by webmasters and the programs because as
you already know, some sections could be like the advanced realms of web
developing and many codes might only be rarely used and only in complex web
situations like when companies are working on e-commerce projects of
customers.
By reading the books as well as articles posted over the net, you will
find out how the scripts are to be added to the pages and which functions
can be followed after including them on web pages. Certainly some effects
and styles are used more than others such as the way simple web links are
established online, pointing at other sites and resources or the way banner
ads are rotated or the way fonts of the text lines and web paragraphs are to
be edited and so many other things and examples which can be mentioned in
this respect. It is important starting from the basic codes and rules of
page and website building before jumping to create to advanced projects and
plans because although Html and CSS might look very simple, but they are
completely feature rich web building programs and have so many details.
If you would like to get assistance from page building softwares and
applications, you will find a lot of high quality programs developed by
companies and using them, the codes and effects will automatically get
created for you and there is no need manually making changes to the scripts
online. First of all and before getting into the main discussion of
mentioning some of the popular effects and scripts made using the Html and
CSS programs, do not forget bookmarking some of the useful and informative
web pages and sites you locate and spot over the net. This matter can save
you a lot of time later and in the future because some hundreds of websites
can be found online offering free tutorials and codes resources you can use
for building high quality styles and amazing effects on your pages within
seconds.
Some elements need to be placed on the code section of the Html pages
when you would like to announce the presence of some CSS scripts and the
important introductory items of: <style type="text/css"></style> can be
useful to mention in this regard. Please note that web browsers are not
magicians and they are simple browsing softwares which can read and detect
the standard and accurate codes online and after placing the <body> element
on your page which would tell the browsers to get ready for displaying the
main items of your site, proceed with starting the CSS effects. Of course as
you already know, it is also possible using the third party CSS files which
are the same codes, saved in simple text based files and then uploaded to
the root folder of the servers and web hosting accounts and the same results
would be achieved and simply add this line to the heading section of your
page: <link href="style.css" rel="stylesheet" type="text/css" /> before the
body item.
Choosing the background color has always remained among the top quality
and really interesting practices people are always interested in trying and
testing. Using the simple code of: { background-color:yellow; } you can edit
the background color part of your site or personal profile over the net in a
simple way. If you are using the important and main colors like the yellow,
blue, green and others, using their original names would be enough but it is
always recommended adding the colors special Html web codes and consulting
with the charts provided online, you can easily have access to the codes and
digits which would represent the same colors on browsers.
Now, if while writing and creating text paragraphs you become interested
in stressing upon some words or sentences, why not making the words in bold
format and using the headings tags? The H tags are very simple to enable
over the net and like the format of this example: <h1></h1> you can start
writing your words and texts inside the items and the other tags of H2 or H3
too could be used the same way. The next point to mention is when you are
interested in creating a blank box or space between the lines and move down
to another line and in fact the paragraph code is great for this case and
the script to use is very simple as: <p></p> and there is no limitation in
the way of using this code and combining that with the break line which is
like <br> you can have some paragraphs which are made of a lot of text
lines.
Please note that if you assign some options to the codes at the heading
section of your site using the CSS effects, the changes will be copied to
all the cases throughout the body part of your site. For instance, when you
add this code to the heading part of your page: p {
background-color:#00ff00; } and then use the paragraph option of <p></p> for
several times on your page, the backgrounds of all the paragraphs would be
covered with the green color. In fact this is exactly the same matter we
were talking about regarding how simple CSS codes can affect even thousands
of web pages and paragraphs because by editing a code, the effects would get
noticed throughout the whole pages of the online boards and sites
conveniently.
If the number of codes used and added to your web pages are a lot, try
using the option done in this way: copy and paste all of the codes on a
simple text file and then rename that something like style.css and then
upload it to your web server and then add the sentence: <link href="style.css"
rel="stylesheet" type="text/css" /> to the heading part of your page. This
format of page building is highly recommended by all professional webmasters
and editors because in that case, the sizes of your pages will not go very
high and as you know, lighter sites and web pages could have better rankings
and also will load faster over the net once people try viewing them using
their browsing softwares like the Internet Explorer and Firefox.
If you would like to replace the background image or picture of a section
of your page or profile over the net, using a simple code you can create the
effect you like and please take a look at this example script: body
{background-image:url(.jpg)} As you know, the pictures types could be
anything ranging from the GIF or JPEG or even PNG files formats and the
other point in here is concerning the actual place and location of the file
over the net. This means that if the file has been saved on the web servers
root location, only specifying its name and extension is enough but if the
file is inside a folder, do not forget writing it accurately. For example,
in most cases the pictures are in the Images folder and so in that case the
sentence would be written as: body {background-image:url(images/image.jpg)}
and if the file is on the net on another site, write the full address using
the symbols of http://www.
|