HTML Initial Learning 1-<meta>

Source: Internet
Author: User
Tags html header

(In fact, there is not necessarily 2 ...) )

W3school is a good place, can not remember to check, how good

The main is to put some of my study examples, if I forget, I write the right to turn over, I study the current purpose of HTML is not to do the development, nor to write more beautiful pages, how many Liubi function, mainly to clarify the structure to learn the other.

HTML has two parts-header (head) + content (body)

Head is mainly to do something other than clear text display, mainly the title of the document, rules, set a class

Body words, we see more, interspersed colorful wonderful

The most important is the label and their properties, so, I learned what label, will be labeled what the use of some tags, to be more detailed, you have to look up the manual

One of the <meta> labels, the manual is not detailed enough, one of the robots tags did not say, I fill a link

Click here to learn more about meta, feel yourself in advertising ...

Another is the cache call problem, you can refer to http://blog.sina.com.cn/s/blog_9c7ba64d01012vn2.html

Language character problem: http://blog.csdn.net/xukai871105/article/details/35559415

<!DOCTYPE HTML><HTML Lang= "en"> <Head>  <!--The meta-information about the document, eg: query keywords, get the document validity period,,<meta> tag in HTML does not have an end tag. -  <Meta CharSet= "UTF-8">  <Meta name= "Generator" content= "EditPlus?"><!--editing tools- ->  <Meta name= "Author" content= "JGG"><!-- Author information-->  <Meta name= "Keywords" content= "Html,asp,php,sql"><!-- Search keywords- ->  <Meta name= "Description" content=""><!-- page description-->  <Meta name= "Robots" content= "Index"><!--Search engine searching Method- ->  <!--http-equiv to associate the Content property to the HTTP header --  <Meta http-equiv= "Refresh" content= "2;url=html1.html" /><!--5s after jump-->  <Meta http-equiv= "Expires" content= "Sunday October 01:00 GMT"><!--expires to set the expiration time of a webpage,must be reloaded from the server once it expires.time must use GMT format.-->  <Meta http-equiv= "Pragma" content= "No-cache"><!--Disable cache call>  <Meta http-equiv= "Cache-control" content= "No-cache"><!--Disable cache call 2-->  <Meta http-equiv= "Set-cookie" content= "Sunday October 01:00 GMT"><!--Set the cookie to save-->  <Meta http-equiv= "Windows-target" content= "_top"><!-- The new page opens in a separate page-->  <title>HTML Header Markup Display</title><!--Title,position Self-seeking--> </Head> <Body>  <HR> </Body></HTML>

HTML Initial Learning 1-<meta>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.