Home > Web Front-end > HTML Tutorial > How to use html q tag

How to use html q tag

silencement
Release: 2019-05-27 10:34:57
Original
4223 people have browsed it

How to use html q tag

HTML Tag

The tag is used to indicate that the contained text is a short quote, which is a Inline elements are displayed in the browser as content enclosed in quotation marks. Please refer to the following example:

Mark a short quote

<p>WWF&#39;s goal is to: 
<q>Build a future where people live in harmony with nature.</q> 
We hope they succeed.</p>
Copy after login

Tag definition and usage instructions

tag defines a short quote.

Browsers often insert quotation marks around such references.

Tips and Notes

Tip: The tag represents a short quote, while the

tag represents a long text quote. .

Tip: Please use the

tag to mark a block quote taken from another source.

Global attributes

tag supports global attributes of HTML.

Event attributes

tag supports HTML event attributes

The above is the detailed content of How to use html q tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template