Basic elements of html, allowing you to learn HTML from scratch

寻∝梦
Release: 2018-08-13 11:23:44
Original
3035 people have browsed it

First of all, what is HTML

## The full name of HTML is: Hypertext Marked Language, which is the most widely used language on the Internet. It is the main language that constitutes web page documents and is mainly used to control the structure of web pages. It is descriptive text consisting of its tags. Files described in HTML language need to be displayed through a WEB browser.

Secondly, the structure of HTML:

   
<!--结束-->
Copy after login

Basically any HTML is composed of these three tags;

1. Document Several infrastructure tags:

Basic elements of html, allowing you to learn HTML from scratch

Test results:

Basic elements of html, allowing you to learn HTML from scratch## 2. Text format tag:

Basic elements of html, allowing you to learn HTML from scratch3. Text effect tags:

Basic elements of html, allowing you to learn HTML from scratchThere are also some other basic ones, such as:

    PHP中文网测试 
网页的粗体 网页的强调 网页的斜体 网页的小号字体 网页的强调文本,比em强调的更深一点 网页的下标文本 网页的上标文本 网页中已经被插入文档中的文本 定义文档中已被删除的文本 用来组合文档中的行内元素
Copy after login

Test results, As shown in the picture:

Basic elements of html, allowing you to learn HTML from scratch4. Hyperlink label:

    PHP中文网测试 
PHP中文网
Copy after login

Test result:

Basic elements of html, allowing you to learn HTML from scratchA simple label element, I hope everyone can be familiar with it.

[Related recommendations]

Introduction and details of html5 table


Introduction and details of html5 list


The above is the detailed content of Basic elements of html, allowing you to learn HTML from scratch. For more information, please follow other related articles on the PHP Chinese website!

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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!