The beginning of HTML learning and the beginning of html learning

Source: Internet
Author: User

The beginning of HTML learning and the beginning of html learning

My recent blog has started from scratch. I just wrote the beginning of java yesterday, and today I wrote the beginning of HTML.

Many beginners do not pay much attention to front-end learning, or even despise the front-end. I did this at the beginning. In fact, to become a real programmer, both the front-end and backend must understand and then focus on developing in the direction they want to be. To put it bluntly, no matter what kind of programmer you want to become, the front-end should learn.

The front-end knowledge school does not seem to teach, but my school does not. This section describes how to learn HTML. MOOC, w3school, codecadmy.

This section briefly introduces the basic structure of HTML.

What is HTML?

HTML standsHyper Text Markup Language.

  • HTML refers to the hypertext markup language (HYperTExtMArkupLAnguage)
  • HTML is not a programming language, butMarkup Language(Markup language)
  • The markup language is a setTag(Markup tag)
  • HTML usageTagTo describe Web pages

 

HTML Tag

HTML tag is usually called HTML tag ).

  • The HTML Tag is composedAngle bracketsSurrounding keywords, such as
  • HTML tags are usuallyAppear in pairsFor example, <B> and </B>
  • The first tag in the tag pair isStart tagThe second tag isEnd tag

The start and end labels are also calledOpen tagsAndClose the tag.

The previous Code explains the basic structure of html:

<!DOCTYPE html>

An HTML file must have <! DOCTYPE html> is used to tell the Browser file type so that it can be correctly parsed. This indicates that this is an html5 file.

<Html>

People have headers, bodies, html files, and bodies. The content in

The content in <body> </body> is the main content of an html file. You can insert, text, images, links, and so on.

So much today. Html files are composed of tags. Therefore, I will introduce the usage and attributes of various html tags in the future.

 

 

 

Related Article

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.