I will use three days to complete the static page effect of JD homepage, including html and css.
1. Before development progresses, we must first configure the development environment: we need to install development software such as sublime webstorm vscode Hbuilder atom, and select one of them. I'm using webstorm. 2. Create relevant project folders in the main folder: In order to put the project-related files together for easy management and future maintenance.Among them: Including some files related to the project
Home page or home page index.html default.html
Css folder css file
Base.css global.css
Images folder is used to place all images in the website
Js file Audio or video files 3. After this, we need to perform style initialization. Generally, all websites will perform style initialization before development. For example, large websites such as Taobao and JD have their own style initialization css files. like: XML/HTML Code Copy content to clipboard