."/> .">
Home > Article > Web Front-end > How hbuilder quotes css
HBuilder is a web development IDE launched by DCloud (Digital Paradise) that supports HTML5. HBuilder was written using Java, C, Web and Ruby. HBuilder itself is written in Java and is based on Eclipse, so it is naturally compatible with Eclipse plug-ins.
Fast is the biggest advantage of HBuilder. Through complete syntax prompts, code input methods, code blocks, etc., it greatly improves the development efficiency of HTML, js, and css.
So how does hbuilder reference css?
Use link to reference external css files and place the following code in the head.
<link rel="stylesheet" href="css文件路径" type="text/css" />
The above is the detailed content of How hbuilder quotes css. For more information, please follow other related articles on the PHP Chinese website!