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

Summary of some related operations of Linux scheduled tasks

I have searched various major websites and tested...

Linux system repair mode (single user mode)

Table of contents Preface 1. Common bug fixes in ...

JavaScript Advanced Custom Exception

Table of contents 1. Concept 1.1 What are errors ...

CSS3 realizes various graphic effects of small arrows

It’s great to use CSS to realize various graphics...

Introduction to HTML method of opening link files using hyperlinks

a and href attributes HTML uses <a> to repr...

Detailed explanation of fetch network request encapsulation example

export default ({ url, method = 'GET', da...

web.config (IIS) and .htaccess (Apache) configuration

xml <?xml version="1.0" encoding=&qu...

How to create a basic image of the Python runtime environment using Docker

1. Preparation 1.1 Download the Python installati...

Sample code for installing Jenkins using Docker

Two problems that are easy to encounter when inst...

Solve the problem that Docker cannot ping the host machine under Mac

Solution Abandon the Linux virtual machine that c...

What does the "a" in rgba mean? CSS RGBA Color Guide

RGBA is a CSS color that can set color value and ...

The process of installing MySQL 8.0.26 on CentOS7

1. First, download the corresponding database fro...