|
Although it may not be that much connected to the web discussions like
building sites or using free MySpace layouts scripts over the net but once
you begin getting familiar with the concepts like using HTML to make
websites from scratch and then save the files over the net via the FTP
applications, the charset factor can prove to be really important because
using the HTML meta tag your web pages would communicate with the web
browsing applications people are using to access them on the net and we are
going to tell some brief points in this connection over here.
It might sound like a new idea and subject to you, especially if you have
not built a lot of websites yet and may not know that much about the
language settings outlined by the codes structures over the net but learning
the topic is going to be so easy. By looking at the web pages functioning
over the net and then reviewing their codes sheets you will find some tags
like UTF-8 as well as ISO-8859-1 which as mentioned are used to tell what
written styles and formats have been chosen as default status by the admins
and webmasters of those sites on the internet.
These two text formats are being widely used over the net, in development
of the websites as well as making blogs from scratch and the zero phases. Of
course not using them might not create some huge problems over the net but
as you can guess sticking to the standard codes and rules in development of
the sites can be highly recommended. The web compatible codes are written in
a way like this: <meta http-equiv="Content-Type" content="text/html; charset="
/> and then the line is being added to the meta tags used on the HTML made
pages.
|