Web design and development - studio "Amaters-Proffi"
Website development - quickly, inexpensively and professionally.
How to make your website for free?
Requirement for a professional web developer,
talented web designers is growing every year since
commonly develops IT -technology.
However, an increasing number of persons wishing to
master the skill of self-coder and do
sites absolutely free.
And it is important, in my opinion, advise beginners
Web workers is learning to do right
right sites . Believe me,
much easier to just learn html and
scc , than later, having learned
make up Web pages using programs to retrain,
complete their education, to correct their mistakes.
In languages html, css you will not interfere
ability to write programs, and most importantly - an ability to work with graphics
programs (eg Photoshop) and
taste and
design talent.
Create your own website - is not just a page layout, it is still
and selection of interesting stuff (the text must be unique - nowhere
more the Internet is not vstrechatsya), and is holding a major
Work search engine optimization web project.
It is important also to remember the rules of the web developer: The site must be
beautiful, equally displayed by all Web browsers,
load quickly, are well crawled by the search
robots. But the main thing, of course - it's interesting content.
If you try your hand at creating a site that you
understand that it is not for you, do not worry. In fact,
actually order to develop a site at
Professionals (such as web studio Amaters-Proffit) is
not at all expensive. You'll be sure that the site is coded
correct style, with convenient navigation and optimized for
Google.
html code - this markup hypertext document. With
special tag instructs the browser to display properly
all the elements of a Web page.
have paired and unpaired tags. Paired tags - those who have
necessarily be closed tag with a slash, and for unpaired this is not required. Example
paired tag - . If you notice
closing tag has a slash /. Between these tags is placed text
document and the browser does understand that he is dealing with
html document.
Tags in a Web document must be properly nested within each other.
For example the tag invested all the other tags, and therefore its
start tag is at the beginning of the document, and closing in
the very end. Nested same tags, as described above, are between
them. Should be monitored closely so that each pair was a tag
closed.
- this is a required tag that tells the
browser that it is dealing with hypertext documents and designate
beginning and end of html code. More to the mandatory tags are paired tags
and . The first is usually in the beginning of the code and
carries within itself a variety of information necessary for the browser. A tag
is the entire content of the web page.
Tag < p> < /p> denotes a paragraph. Text, it will be located inside
displayed with the new and the red line. Tag - gypsy. He
placed before the text you want to display a new line, but
Indent the red line, he will not have. Tag does not pair. He points to a picture and
its description. The main tag of a hypertext document, of course, the tag
denoting a hyperlink - < a href="adres to link himself dokumentu">
hyperlink text . Tag < div> div> does not mean anything. He
applied to page design with the help of the so-called blocks.
Such a block can set different properties (background, border, padding,
position relative to other elements, etc.). Tag -
line, nothing indicates the tag. It is used when necessary
specify certain properties of the text inside the lines, limited to these
paired tag. < table> < /table> - denotes the table. Before
there
the so-called tabular layout of sites, where tables were used to
registration page design. Correct you are using this tag on it
intended purpose - to organize the data.
remaining tags are not so important, and there will not be described.
Remember the main rule - html
code should not bear a notation of color, size and
other symptoms. His task designated markup documents,
but everything else makes the language css.
Language css is intended to give the contents of the tags of various properties.
code css can be inserted into
html code or make a separate attached file. Second
method is preferable, since the file size with expansion. html is significantly reduced, and if we
number of pages on your site, the savings and traffic and occupied
site on a hosting site would be fantastic. After all, the attached
css file with the styles, one for each page.
To attach to a Web document, the stylesheet, you must
the tag
head> tag set ,
which specifies the path to style.css document.
With css is determined by the page background
site. It may just be the color or image. The picture may
repeated both horizontally and vertically. To
set the parameters background, used the argument background. If you want to
around the picture or block < div> have a frame
specific thickness and color, using the attribute border.
For any block element with scc
You can set boundaries with attribute margin,
frame - border and the field -
padding . And with the help of attributes - top, left,
right, bottom indicates their exact location.
for the text specify the parameters defining its color, size, style,
thickness map with a capital letter, or vice versa with a small one. Text
or you can align to the left or right or center, or
distribute evenly.
For paragraph indentation is determined by the left and above.
For any block element you can set a property of flow or
left or right. It is used for example when it is necessary to
wrap text around a picture on the right. Attribute,
applied in this case - float: left; .
For hyperlinks can set the color that is different from the standard
colors used for your default browser, you can cancel
underline hyperlinks. And, you can change the color and size and
write a hyperlink when you hover mouse on it.