The modern information space of the Internet hosts a huge number of sites, blogs, personal pages. These resources have to be updated and changed regularly. Therefore, knowledge and skills in editing HTML documents will not interfere with site owners.
It is necessary
Knowledge of the basics of HTML-language, cascading style sheets of CSS and an understanding of the structure of the layout of the document
Instructions
Step 1
To do this, you need to know the basics of HTML, CSS cascading style sheets, and an understanding of the layout structure of the document. This knowledge is now easy to obtain by visiting special resources of the network. In addition, you will need to learn how to use special programs for editing sites - these are HTML editors. Knowledge and skills of working with graphic programs for preparing and processing images of your site will not be superfluous.
Step 2
So, let's begin. To understand how an HTML page works, you need to look at its code. For example, open any HTML editor. Write down the code shown in the image. Study it carefully. You will see that the page structure is block-based. They are also called layers or containers. Each block begins and ends with "div" characters. In addition, a certain identifier "id" is also assigned here. It is required to define the styles for displaying the information of this block in the CSS table.
Step 3
Style sheets are written in the "style" tag field. Here you can change many parameters, color, column size, font, page background, and so on. These are key values that determine how your page will look in the browser.
Step 4
In the "body" tag you will see the very structure of the page. In this case, it's a fixed three-column site layout. It consists of a site header, a navigation column, main content, a news column or, in this case, statistics, and a site footer.
Step 5
Make changes to these fields. Review your page after each edit in the browser and over time you will learn how to quickly and competently edit sites and even layout them.