Home  >  Article  >  Web Front-end  >  Three concepts of CSS

Three concepts of CSS

高洛峰
高洛峰Original
2017-03-27 17:05:271697browse

1. HTML and CSS

Both are developed by the W3C organization. HTML focuses on defining the structure and content of web pages, while CSS focuses on defining the form and appearance of web pages. The purpose of separation is to improve the content and content of web pages. Form stripping.

2. HTML and XHTML

Similar to the relationship between C and C++ languages, see "HTML5 Reconstructing the Internet: Browsers Will Partially Replace Operating Systems".

3. DOCTYPE

Tell the browser what specification to use to parse web content.

The above is the detailed content of Three concepts of CSS. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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