Summary of block-level elements, inline elements, and variable elements

Summary of block-level elements, inline elements, and variable elements
Block element

p - paragraph

pre - format text

table

ol - Sorting Form

ul - unordered list

address

blockquote - Blockquote

center - center-aligns the block

div - commonly used block level

dl - Definition List

fieldset - form control group

form - interactive form

h1 - Large title

h2 - Subtitle

h3 - Level 3 heading

h4 - Level 4 heading

h5 - Level 5 heading

h6 - Level 6 heading

hr - horizontal separator line

isindex - input prompt

noframes - frames optional content

noscript - optional script content

Inline element

li - list item

a - anchor point

abbr - abbreviation

acronym - first letter

b - bold (not recommended)

BDO - Bidi Override

big - large font

br - Line break

cite - citation

code - computer code

dfn - defines a field

em - emphasis

font - font settings

i - italic

img - picture

input

kbd - Define keyboard text

label - table label

q - short quote

s - hyphen

samp - define sample computer code

select - item selection

small - small font text

span - commonly used inline container, defines the text block

strike - a dash

strong - bold emphasis

sub - subscript

sup—superscript

textarea - multi-line text input box

tt - Teletext

u - underscore

var - define a variable

Variable elements

A variable element is a block element or an inline element, depending on the context.

java applet

button

del - delete text

iframe - inline frame

ins - inserted text

map - image block (map)

object - object

script - Client-side script

<<:  Detailed explanation of vue page state persistence

>>:  Detailed explanation of the six common constraint types in MySQL

Recommend

How to check the hard disk size and mount the hard disk in Linux

There are two types of hard disks in Linux: mount...

Implementation of Docker to build private warehouse (registry and Harbor)

As more and more Docker images are used, there ne...

Three commonly used MySQL data types

Defining the type of data fields in MySQL is very...

Solve the problem that PhpStorm fails to connect to VirtualBox

Problem description: When phpstorm's SFTP hos...

How to write the parent and child directories of HTML relative paths

How to indicate the parent directory ../ represent...

MySQL 8.0.17 installation and configuration method graphic tutorial

This article shares the installation and configur...

A simple explanation of MySQL parallel replication

1. Background of Parallel Replication First of al...

Take you to a thorough understanding of the prototype object in JavaScript

Table of contents 1. What is a prototype? 1.1 Fun...

vsftpd virtual user based on MySql authentication

Table of contents 1. MySQL installation 1.2 Creat...

Detailed explanation of Tomcat directory structure

Table of contents Directory Structure bin directo...

Introduction to NFS service construction under Centos7

Table of contents 1. Server 2. Client 3. Testing ...

Tips to prevent others from saving as my web page and copying my site

Nowadays, copying websites is very common on the I...

Learn more about MySQL indexes

1. Indexing principle Indexes are used to quickly...

How to find and delete duplicate rows in MySQL

Table of contents 1. How to find duplicate rows 2...