] method; 2. Use the [] method; 3. Use the [
] method; 2. Use the [] method; 3. Use the [Home > Article > Web Front-end > What are the three ways to write css style sheets?
Three ways to write css style sheets: 1. Use the [] method; 2. Use the [<link rel="stylesheet" href="1.css">] method; 3. Use the [
The operating environment of this tutorial: windows7 system, css3 version, DELL G3 computer.
Three ways to write css style sheets:
Method 1
<style type="text/css"> </style>
Method 2
<link rel="stylesheet" href="1.css">
Method 3
<h1 style="font-size:10px;">样式三</h1>
##Related learning recommendations:
The above is the detailed content of What are the three ways to write css style sheets?. For more information, please follow other related articles on the PHP Chinese website!