<html>
 <head>
  <title>html和css的结合方式1</title>
  <style type="text/css">
  div{
	background-color:black;
	color:white;
  }
  </style>
 </head>
 <body>
  
  <div style="background-color:red;color:green;">
  后宫佳丽三千人,三千宠爱在一身。</div>
  <div>后宫佳丽三千人,三千宠爱在一身</div>
 </body>
</html>
原文:https://www.cnblogs.com/felixyiding/p/13735093.html