Current location - Recipe Complete Network - Take-out food franchise - What materials are needed for website production?
What materials are needed for website production?

So what materials do we need in the website production process? Commonly used materials for website production: background images, icons, animated images, etc. 1. Background image CSS control background image: For a web page, when we start designing, we may not think too much about what the background image is, because most of them just design the background color, because it is the same as the foreground music. The opening speed of web pages will have a certain impact. However, for a general personal website or personal blog, it is of course indispensable for showing one's own personality. There are many CSS properties for controlling background images. As long as they are related to images, most of them will be used. 1. The code for designing background images for web pages is: body {background:url("d:\images\04.jpg")} or body {background-image:url("d:\images\04.jpg")} . In this case, we can import the image we want to use as the background into the web page. 2. Display the original image size: body {background:url("d:\images\04.jpg");background-repeat:no-repeat} 3. Control the image size: body{background-image:url("d: \images\04.jpg");width:350px;height:350px;} 2. Icon An icon is a graphic with symbolic meaning. It is not only a graphic, but also a logo. It has a high It has the characteristics of condensing and quickly conveying information and making it easy to remember. Icons can be used in various different formats BMP, PSD, GIF, JPEG, WMF .... All these formats have several different properties (bitmap, vector, compressed, layered, animated...) that can be used to store pictures, and decide any size. 3. GIF pictures GIF pictures are a form of pictures. GIF pictures can achieve a certain degree of Flash effect, which is beneficial to search engine optimization and can also make the website look more beautiful. Website production materials can effectively improve the overall style of the website, increase the visual effect of the website, increase the number of pageviews of the website, attract customers' attention, make them linger, and make it difficult to leave your website. The use of materials should be combined with the theme of the website and the artistic conception that needs to be expressed. Good materials can play a finishing touch.