Home  >  Article  >  Web Front-end  >  0.1 HTML-CSS start_html/css_WEB-ITnose

0.1 HTML-CSS start_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:48:12917browse

First introduction to HTML-CSS

HTML (Hyper Text Markup Language) is a language used as a web page format. CSS (Cascading Style Sheets) is a technology used for web and print layout. Together they form the basis of Internet performance.

The basic structure of HTML

  1. DTD (Document Type Definition) tells the browser the version of the HTML language used in the document, the version and the respective DTD are:
  • HTML 4.01 Transition
  • HTML 5
  • XHTML 1.0 Transition
    1. HTML structure tags


    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