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

How to implement real-time polygon refraction with threejs

Table of contents Preface Step 1: Setup and front...

Complete steps of centos cloning linux virtual machine sharing

Preface When a Linux is fully set up, you can use...

A simple method to regularly delete expired data records in MySQL

1. After connecting and logging in to MySQL, firs...

Solution to forget password when installing MySQL on Linux/Mac

Preface This article mainly introduces the releva...

Detailed explanation of MySQL binlog usage

binlog is a binary log file that records all DML ...

Example code for using HTML ul and li tags to display images

Copy the following code to the code area of ​​Drea...

A brief analysis of event bubbling and event capture in js

Table of contents 01-Event Bubbling 1.1- Introduc...

How to use custom images in Html to display checkboxes

If you need to use an image to implement the use ...

MySQL data backup and restore sample code

1. Data backup 1. Use mysqldump command to back u...

Linux common basic commands and usage

This article uses examples to illustrate common b...

CSS+HTML to realize the top navigation bar function

Implementation of navigation bar, fixed top navig...

How to mount a new disk on a Linux cloud server

background A new server was added in the company,...

JavaScript Prototype Details

Table of contents 1. Overview 1.1 What is a proto...