How to mark working title using quote tag in HTML?

WBOY
Release: 2023-09-07 15:17:02
forward
599 people have browsed it

How to mark working title using quote tag in HTML?

Working titles can be those of books, songs, paintings, movies, etc.

We use thetag to mark the working title in HTML. Thetag represents a citation, and the content within the tag represents the working title of the specified thing on the web page.

grammar

Following is the syntax for thetag.

 Work title
Copy after login

Example

The following is a sample program for thetag.

   HTML cite tag 
  

Heading

Learn Java from Java The Complete Reference by Herbert Schildt.

Copy after login

Example

Following is another example program for thetag.

   
  

DLF stands for Delhi Land and Finance

Delhi Land and Finance is one of the largest commercial real estate developer in India.

Copy after login

Example

The following is another example program for thetag.

   HTML blockquote tag  
  

Drupal official website

Here is a quotation from Drupal’s official website

The Drupal project is open source software. Anyone can download, use, work on, and share it with others. It's built on principles like collaboration, globalism, and innovation.
Copy after login

The above is the detailed content of How to mark working title using quote tag in HTML?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!