Home > Web Front-end > HTML Tutorial > CSS styles

CSS styles

WBOY
Release: 2016-08-08 08:49:50
Original
1291 people have browsed it

CSS basic style

  • Inline style: Use the style attribute of the HTML tag directly in the page file. For example:
<span style="color: #800000;"> <p style="font-family:宋体;color: red;font-size: 10pt;">程序员</p></span>
Copy after login
  • Define the style in the page file: This way is to define the style through the