This article shares the 6 most effective methods, hoping to improve your efficiency and save you time. 1. Dynamic CSSIf you want to speed up your CSS coding, then you need to learn and master dynamic CSS. Most dynamic CSS adds nested riles, variables, mixins, and selector inheritance functions to improve code utilization. 2. HTML snippetsUsing code snippets is a quick way to write HTML code. Zen Coding and HAML are recommended. First, it will get you up to speed very quickly, and second, it will avoid some human errors because all the code is tested and generated correctly. 3. CSS resetThe advantage of CSS reset is that it avoids browser incompatibility. Recommended: Eric Meyer's CSS reset and YUI. 4. CSS Grid layoutMany developers do not use CSS Grid Layout. The idea of grid layout comes from traditional print publishing, and on the web, grid layout is very important in magazine type templates/websites. This method has been proven by a large number of developers to be an effective way to increase product design speed. CSS Grid Layout has good cross-platform support and other features. Here are some related resources:
You need a good code editor. There are many other than Notepad, and each has its own features. For example, coda's ftp engine is very stable. Of course, you can also log in to the Open Source China Community to search for more open source code editors.
The following tools can help you save a little time.
If you are just learning HTML and CSS, it is recommended that you start writing code by hand. If you already have a solid foundation, then try the above methods. Enjoy coding :) Original article: http://www.queness.com/post/8004/6-most-effective-methods-to-code-html-and-css |
<<: Writing daily automatic backup of MySQL database using mysqldump in Centos7
>>: Vue imports excel table, and automatically downloads the data that failed to import
Usage scenario: We use Alibaba Cloud and purchase...
Reproduce on Kali First set suid permissions for ...
Last night, I was looking at an interview question...
When we write CSS, we sometimes forget about the ...
Preface In daily code development, there are many...
Table of contents ReactRouterV6 Changes 1. <Sw...
The so-called connection limit in Nginx is actual...
Using the CSS float property correctly can become...
Precautions 1) Add interpreter at the beginning: ...
Use self:: or __CLASS__ to get a static reference...
Table of contents What is virtual dom? Why do we ...
Preface Hello everyone, I am Liang Xu. At work, w...
In actual work, JavaScript regular expressions ar...
Table of contents vue2.x vue3.x tiny-emitter plug...
Moreover, an article website built with a blog pro...