Home > Web Front-end > HTML Tutorial > Four presentation methods of CSS_html/css_WEB-ITnose

Four presentation methods of CSS_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:48:42
Original
1111 people have browsed it

1 Embedded, written directly into the web page

<style  type="text/css"> css样式 如: p{ color:red;}</style>
Copy after login

2. Link type

<style href="..../xx.css"  type="text/css"> </style>
Copy after login

3. Introduction

<style  type="text/css"> @import url(.../xxx.css) </style>
Copy after login

4. Write directly into the html content

<元素 algin=“center/right”>  </元素>
Copy after login


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template