How to learn to write the websites

How to learn to write the websites

Writing of the websites – business profitable and interesting, requiring essential time expenditure and also a certain knowledge base. And though at an initial stage the process can seem difficult, after mastering of the principles of a saytostroyeniye it will become much simpler to create new resources.

Instruction

1. Study the general structure of the websites. The HTML layout is a basis of bases in spite of the fact that many robots designers allow to create pages without affection of this subject. And still, to write the good website from scratch, it is necessary to understand the principles of its creation.

Any web page includes such elements:

<html>
<head> (literally – the website head. Here styles and other attributes to which all other elements will be subordinated register)
<title> </title> (tab heading)
</head>
<body> </body> (the page body, i.e. the text, drawings, videos, tables is located here. In a word, all that is seen by the user on the page of the browser)
</html>

2. Sort out syntax of HTML: what tags, their attributes by what principle they are used, what consequences of their wrong use exist. The basis of any website is formed by the table. It can be seen visually in the Google Chrome browser - enough by means of the left mouse button to select any section of any web page. Therefore, acquaintance with opportunities of tables and also inserts of pictures should become a priority.

3. It is better to train in practice. For this purpose create the first page. It becomes so:

- open the standard Notepad program;
- click "Give a task save document title as" and in the field "File name", and through a point register the HTML extension instead of txt.

You receive the full web page. However all elements register only in a notepad format. For transition to it use the Open with the Help function. To see results of another experiment, after modification of the text document it is necessary to use a sheaf "Save" - "Update".

4. Learn work with images. For this purpose you will need the Adobe Photoshop program. If it is absent – install. The fact is that not all pictures saved on the computer can be placed on the website created by means of a notepad; before it they need to be processed. Open the image in the graphic program and choose the Save for Web command. If everything is made correctly, then there has to be an Images folder intended for storage of pictures. For an illustration insert on the website use the tag <images\1.gif img src= """"> where images\1.gif is path to the image.

5. Study the structure of the websites by which you would like to be guided. For example, in the Mazila Firefox browser by clicking with the right mouse button there is a menu in which there is a Source Code of the Page command. Click it, and before you to be displayed the web document marking.

6. Constantly fill up the knowledge base. On a saytostroyeniye many books are written, there is enough information on the Internet, there is a mass of courses thanks to which it is possible to obtain all necessary information.

7. Master work with cms-programs - they especially will be useful for creation of large resources with need of continuous update.

8. Be engaged in learning other programming languages: Java, C, C ++, Delphi and others. With their help you learn to create resources, different in character and opportunities.

Author: «MirrorInfo» Dream Team


Print