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

MySQL implementation of lastInfdexOf function example

Sometimes MySQL needs to use a function similar t...

Detailed explanation of how to configure Nginx web server sample code

Overview Today we will mainly share how to config...

Implementation ideas for docker registry image synchronization

Intro Previously, our docker images were stored i...

Detailed tutorial on installing MySQL 8.0.19 in zip version on win10

Table of contents 1. After downloading, unzip it ...

Docker and portainer configuration methods under Linux

1. Install and use Docer CE This article takes Ce...

Do you know all 24 methods of JavaScript loop traversal?

Table of contents Preface 1. Array traversal meth...

HTML meta explained

Introduction The meta tag is an auxiliary tag in ...

Why is your like statement not indexed?

Preface This article aims to explain the most bor...

MySQL index for beginners

Preface Since the most important data structure i...

BUG of odd width and height in IE6

As shown in the figure: But when viewed under IE6...

JavaScript to implement input box content prompt and hidden function

Sometimes the input box is small, and you want to...

Docker Swarm from deployment to basic operations

About Docker Swarm Docker Swarm consists of two p...