Basic HTML tutorial, and some basic common tags.

Source: Internet
Author: User
Tags html tags

HTML basic structure, and common tags

<doctype html>

<meta charset= "UTF-8"/>

<title>html naming <title>

<body></body>

The above is the basic structure of HTML.

1. Below is a list of the basic HTML tags

(1) HTML title

The HTML title (Heading) is defined by tags such as

The following is the tag code and display:

(2) HTML Paragraph

The HTML paragraph is defined by the <p> tag.

<p> I was a paragraph </p>

<p> I am also a paragraph </p>

(3) HTML links

HTML links are defined by the <a> tag.

<a href= "http://www.baidu.com" > Baidu </a>

(4) HTML image

HTML images are defined by tags.

(5)HTML list

Unordered list

<ul>

<li> Hello </li>

<li> Hello </li>

</ul>

Ordered list

<ol>

<li> Hello </li>

<li> Hello </li>

</ol>

(6)

Basic HTML tutorial, and some basic common tags.

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.