Summary of xhtml block level tags

Summary of xhtml block level tags
* address - address
* blockquote - block quote
* center - center alignment block
* dir - directory listing
* div - commonly used block level, also the main tag of css layout
* 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
* menu - menu list
* noframes - frames optional content, (for browsers that do not support frames, display this block content * noscript - )
Optional script content (displayed for browsers that do not support script)
* ol - sorting form
* p - paragraph
* pre - format text
* table - table
* ul - unordered list

<<:  Common problems and solutions during MySQL MGR construction

>>:  Example of implementing GitHub's third-party authorization method in Vue

Recommend

Testing of hyperlink opening target

The target attribute of a link determines where th...

Vue Page Stack Manager Details

Table of contents 2. Tried methods 2.1 keep-alive...

Examples of using Docker and Docker-Compose

Docker is an open source container engine that he...

UTF-8 and GB2312 web encoding

Recently, many students have asked me about web p...

Detailed steps to install Sogou input method on Ubuntu 20.04

1. Install Fcitx input framework Related dependen...

JavaScript to display hidden form text

This article shares the specific code of JavaScri...

A more elegant error handling method in JavaScript async await

Table of contents background Why error handling? ...

Native JavaScript to achieve skinning

The specific code for implementing skinning with ...

MySQL spatial data storage and functions

Table of contents 1. Data Type 1. What is MySQL s...

js implements mouse in and out card switching content

This article shares the specific code of js to re...

Play mp3 or flash player code on the web page

Copy code The code is as follows: <object id=&...

MySQL foreign key (FOREIGN KEY) usage case detailed explanation

Introduction: The disadvantages of storing all da...

Highly recommended! Setup syntax sugar in Vue 3.2

Table of contents Previous 1. What is setup synta...

A line of CSS code that crashes Chrome

General CSS code will only cause minor issues wit...

Solve the error "Can't locate ExtUtils/MakeMaker.pm in @INC"

When installing mha4mysql, the steps are roughly:...