Summary of commonly used tags in HTML (must read)

Summary of commonly used tags in HTML (must read)

Content Detail Tags:

<h1>~<h6>Title Tags
<pre>Format text
<u>Underline
<i>Italics
<cite> citation, usually in italics
Emphasized text is usually italicized
<strong>Emphasis text, usually bold
<font>Set font, font size, color, etc.
<big><small>Enlarge and reduce font size
<del> add a strikethrough
<code>Program code
<kbd> defines the keyboard text
<blockquote> block quote, usually indented
<address> address tag
<sup>superscript
<sub>Subscript
<br>Line Break
<hr>Horizontal line

List Tags:

<dl>, <dt>, and <dd> are tags for definition lists
<ul> and <li> unordered lists
<ol> and <li> ordered lists

Table tags:

<table>, <tbody>, <tr>, <th>, and <td>

The above summary of commonly used tags in HTML (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.

<<:  Solution to the problem of large font size on iPhone devices in wap pages

>>:  Analysis of the principles of several ways to imitate the magnifying glass effect in CSS3

Recommend

Solution to docker suddenly not being accessible from the external network

According to the methods of the masters, the caus...

What is HTML?

History of HTML development: HTML means Hypertext...

Thirty HTML coding guidelines for beginners

1. Always close HTML tags In the source code of p...

React antd realizes dynamic increase and decrease of form

I encountered a pitfall when writing dynamic form...

Native JS to achieve book flipping effects

This article shares with you a book flipping effe...

Vue uses element-ui to implement menu navigation

This article shares the specific code of Vue usin...

How to set directory whitelist and IP whitelist in nginx

1. Set a directory whitelist: Do not set restrict...

8 JS reduce usage examples and reduce operation methods

reduce method is an array iteration method. Unlik...

MySQL compression usage scenarios and solutions

Introduction Describes the use cases and solution...

Native JS realizes the special effect of spreading love by mouse sliding

This article shares with you a js special effect ...

Docker deployment and installation steps for Jenkins

First, we need a server with Docker installed. (I...

WeChat applet implements sorting function based on date and time

I recently took over a small program project, and...

The problem of Vue+tsx using slot is not replaced

Table of contents Preface Find the problem solve ...