HTML Learning Notes--Detailed Explanation of HTML Syntax (Must Read)

HTML Learning Notes--Detailed Explanation of HTML Syntax (Must Read)

1. What is HTML markup language?

HTML is a markup language that represents web page information.

2.HTML tags and their attributes

1. HTML document saving format: .html, .htm, .xhtml

2. Tags and tagged content construct HTML documents. Format: <tag>content</tag>

3. Tag attributes (used to control how images, text, etc. are displayed) format: <tag attribute 1 = attribute value attribute 2 = attribute value...> content</tag>

3. The syntax is not case sensitive

<HTML>, <Html>, and <html> all define the same tag, but try to use lowercase when writing web pages.

4. Documentation Comments

When commenting a paragraph, start with "<!--" and end with "-->".

For example:

<!--This is a document comment-->

The above HTML learning notes - Detailed explanation of HTML syntax (must read) is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

<<:  A complete list of commonly used shared codes for web pages (essential for front-end)

>>:  MySQL series tutorial on understanding the use of union (all) and limit and exists keywords

Recommend

Detailed explanation of Vue custom instructions

Table of contents Vue custom directive Custom dir...

VMware Workstation 14 Pro installation Ubuntu 16.04 tutorial

This article records the specific method of insta...

How to draw a cool radar chart in CocosCreator

Table of contents Preface Preview text Graphics C...

CSS3 achieves various border effects

Translucent border Result: Implementation code: &...

Tutorial on customizing rpm packages and building yum repositories for Centos

1 Keep the rpm package downloaded when yum instal...

How to clear mysql registry

Specific method: 1. Press [ win+r ] to open the r...

js realizes horizontal and vertical sliders

Recently, when I was doing a practice project, I ...

Win10 + Ubuntu 16.04 dual system perfect installation tutorial [detailed]

Be sure to remember to back up your data, it is p...

How to handle concurrent updates of MySQL data

Will UPDATE lock? Will the SQL statement be locke...

Implementation of element input box automatically getting focus

When making a form in a recent project, I need to...

Get the IP and host name of all hosts on Zabbix

zabbix Zabbix ([`zæbiks]) is an enterprise-level ...

Complete steps to configure a static IP address for a Linux virtual machine

Preface In many cases, we will use virtual machin...

Introduction to MySQL <> and <=> operators

<> Operator Function: Indicates not equal t...

Docker starts Redis and sets the password

Redis uses the apline (Alps) image of Redis versi...