The 6 Most Effective Ways to Write HTML and CSS

The 6 Most Effective Ways to Write HTML and CSS

This article shares the 6 most effective methods, hoping to improve your efficiency and save you time.

1. Dynamic CSS

If 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 snippets

Using 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 reset

The advantage of CSS reset is that it avoids browser incompatibility. Recommended: Eric Meyer's CSS reset and YUI.

4. CSS Grid layout

Many 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:

    Which CSS Grid Framework should you use for web design 960 Grid Layout YUI Grid layout Blue Print Grid layout 5. HTML/CSS Editor

    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.

      Notepad++ (windows, free) Aptana (all platforms, free) Bluefish (all platform, free) Coda (mac, $99) Textmate (mac, $57) 6. Other online tools

      The following tools can help you save a little time.

        Backfire: Save CSS changes for Firebug. Live.js: Update CSS. CSS Auto Reload: Same as Live.js, but you can set the reload time. Yahoo Grid Builder: YUI grid creation. Markup Generator: Generate CSS tags based on HTML code. Coda Clip: Coda clip.

        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

Recommend

Linux uses suid vim.basic file to achieve privilege escalation

Reproduce on Kali First set suid permissions for ...

How complicated is the priority of CSS styles?

Last night, I was looking at an interview question...

Detailed explanation of how to solve the problem of too long content in CSS

When we write CSS, we sometimes forget about the ...

Basic usage and pitfalls of JavaScript array sort() method

Preface In daily code development, there are many...

React Router V6 Updates

Table of contents ReactRouterV6 Changes 1. <Sw...

CSS float property diagram float property details

Using the CSS float property correctly can become...

Share 9 Linux Shell Scripting Tips for Practice and Interviews

Precautions 1) Add interpreter at the beginning: ...

A brief analysis of the difference between static and self in PHP classes

Use self:: or __CLASS__ to get a static reference...

Javascript Virtual DOM Detailed Explanation

Table of contents What is virtual dom? Why do we ...

Example of how to set up a Linux system to automatically run a script at startup

Preface Hello everyone, I am Liang Xu. At work, w...

The difference and usage of Vue2 and Vue3 brother component communication bus

Table of contents vue2.x vue3.x tiny-emitter plug...

Getting Started Tutorial for Beginners ⑨: How to Build a Portal Website

Moreover, an article website built with a blog pro...