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="max-width:90%">样式三</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!