Detailed explanation of front-end page development steps
The boss or Party A is the real initiator of the demand and a dreamer of basic ideas. The product is responsible for professional sorting of the demand or effective evaluation and refinement of the demand, It is the upstream of the front end, and the front end is the downstream of design. The purpose of design work is to professionally process the macroscopic thinking results of the product, because according to general habits, the final result of the product is a prototype, and the prototype can be understood as a sketch of the design,
For real users , this sketch is too simple or does not conform to the user's operating habits, so it requires professional processing by the designer, such as color matching, layout separation, and sometimes it is also part of the interactive work, setting up the booking process for the user to interact with the page,
Then someone asked, doesn’t it work without designing? It’s not enough to just let the front-end write the page. You also need to trouble the designer to make a picture.
Because there is a concept of cost risk control here, because in the early stage, especially in design, subjective feelings are greater than rational thinking, so the results are different every day, so designers need to digest this part of subjective feelings. The misunderstandings brought about,And from a cost perspective, it is easier for some scene designers to control the changes of pictures than the code.
The designer’s result is a psd file, which is the result of many layers superimposed together, while the front-end work result html page is a process of organically organizing the effects of many layers using html.
The front end is to hand over the converted HTML to the downstream server development engineer, or called backend development. This HTML includes some interactive js files, etc. In general, the front-end is a position that connects the past and the future. Some companies also enlarge the responsibilities of the front-end and are responsible for the development of the entire front-end view layer page. The pros and cons of this have been discussed in the previous article, so I will not list them one by one.
background attribute
The background attribute is a commonly used and important attribute in CSS. It is responsible for setting the background image and background color for the box. Background is a composite attribute that can It is broken down into the following settings:
a. background-color sets the background color
b. background-image sets the background image address
c. background-repeat sets how the background is repeatedly tiled
d. background-position setting The position of the background image
e. background-attachment Set whether the background image is fixed or scrolls with the scroll bar
In actual application, we can use the background attribute to put all the above setting items together, and it is also recommended to do so , which has higher performance and better compatibility.
For example: background:#f00 url(bg.png) no-repeat left center fixed
background:#f00 url(bg.png) no-repeat 10px 25px fixed
front-end page Development process
a. Create a page project directory.
b. Use Photoshop to cut out the renderings and cut out the small pictures needed for web page production.
c. Combine decorative images to create a sprite image.
d. Combine Photoshop and code editor, refer to the renderings, write html and css codes, and create pages.
The above is the detailed content of Detailed explanation of front-end page development steps. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



How to use the Bootstrap button? Introduce Bootstrap CSS to create button elements and add Bootstrap button class to add button text

There are several ways to insert images in Bootstrap: insert images directly, using the HTML img tag. With the Bootstrap image component, you can provide responsive images and more styles. Set the image size, use the img-fluid class to make the image adaptable. Set the border, using the img-bordered class. Set the rounded corners and use the img-rounded class. Set the shadow, use the shadow class. Resize and position the image, using CSS style. Using the background image, use the background-image CSS property.

To adjust the size of elements in Bootstrap, you can use the dimension class, which includes: adjusting width: .col-, .w-, .mw-adjust height: .h-, .min-h-, .max-h-

There are two ways to create a Bootstrap split line: using the tag, which creates a horizontal split line. Use the CSS border property to create custom style split lines.

Answer: You can use the date picker component of Bootstrap to view dates in the page. Steps: Introduce the Bootstrap framework. Create a date selector input box in HTML. Bootstrap will automatically add styles to the selector. Use JavaScript to get the selected date.

To set up the Bootstrap framework, you need to follow these steps: 1. Reference the Bootstrap file via CDN; 2. Download and host the file on your own server; 3. Include the Bootstrap file in HTML; 4. Compile Sass/Less as needed; 5. Import a custom file (optional). Once setup is complete, you can use Bootstrap's grid systems, components, and styles to create responsive websites and applications.

To verify dates in Bootstrap, follow these steps: Introduce the required scripts and styles; initialize the date selector component; set the data-bv-date attribute to enable verification; configure verification rules (such as date formats, error messages, etc.); integrate the Bootstrap verification framework and automatically verify date input when form is submitted.

Using Bootstrap in Vue.js is divided into five steps: Install Bootstrap. Import Bootstrap in main.js. Use the Bootstrap component directly in the template. Optional: Custom style. Optional: Use plug-ins.
