Home > Web Front-end > HTML Tutorial > HTML template_html/css_WEB-ITnose

HTML template_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:44:14
Original
1138 people have browsed it

< html >

< head >

< meta http-equiv = "Content-Type" content = "text/html; charset =utf-8" >

< title >html template

< meta name = "Keywords" content = "Keywords, keywords" >

< meta name = "description" content = "" >

< style type = "text/css" >

*{margin:0;padding:0;}

< body >

The front position, before the tag

html (Hyper text Markup Language): compatible with all browsers (html5, css3), is a markup language,

( markup language) (consisting of a set of markup tags) html uses markup tags to describe web pages.

http-equiv: Specify the content type

charset: encoding set (gbk, gb2312 Chinese encoding, utf-8 international encoding)

css: cascading style sheet

Tag:

Describe the information required by the browser (you can put css and js)

Web page title (search information)

single tag itself has no meaning, depends on the attributes

Contains the specific content to be described

Layer, box, container

Used to define style information (* represents global ownership)

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