Step Into HTML

Source: Internet
Author: User
Tags tag name

1. What is HTML

HTML is a language used to describe a Web page, referring to Hypertext Markup Language : Hypertext Marlup Language

Hypertext is not only the text on the Web page, but also the picture music video and other markup language is a set of tag tags (markuo tag);

HTML uses tag tags to describe a Web page HTML document that contains HTML tags and text content HTML documents also called Web pages, end of HTML file

The main purpose of HTML , through a series of markers, to show different effects, different parts.

Core mark of 2.HTML

Document Structure of 2.1HTML

1 <HTML>//html Code2  <Head>//How to display coding keywords, etc.3  </Head>4  <Body>//Body part5        6  </Body>7  </HTML>HTML End
View Code

2.2HTML Annotations

<!--Write comments--

Write code must be indented

2.3tag classification for HTML

Single mark: Mark only one, not adornment content but display a function, picture set code, set off several times, etc.

Syntax:< tag Name attribute = ' Value ' Property 2 = ' Property 2 '/>/end slash optional must be on request

  

Double mark: Is the markup of the modified content, has the beginning has the end, the middle writes decorates the content

Syntax:< tag Name attribute = ' value ' > content to be decorated < tag name/>

2.4 Specification of code

    • HTML overall structure

    • HTML code format

    • HTML content semantics

Step Into HTML

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.