Tajuk kerja boleh menjadi tajuk buku, lagu, lukisan, filem, dll.
Kami menggunakan teg untuk menandakan tajuk yang berfungsi dalam HTML. Teg mewakili petikan dan kandungan dalam teg mewakili tajuk kerja perkara yang dinyatakan pada halaman web.
Berikut ialah sintaks untuk teg
<cite> Work title</cite>
<!DOCTYPE html> <html> <head> <title>HTML cite tag</title> </head> <body> <h1>Heading</h1> <p> Learn Java from <cite>Java The Complete Reference</cite> by Herbert Schildt. </p> </body> </html>
<!DOCTYPE html> <html> <head> </head> <body> <p>DLF stands for <cite>Delhi Land and Finance</cite></p> <p>Delhi Land and Finance is one of the largest commercial real estate developer in India.</p> </body> </html>
Contoh
<!DOCTYPE html> <html> <head> <title>HTML blockquote tag</title> <style> blockquote { margin-left: 0; } </style> </head> <body> <h1>Drupal official website</h1> <p>Here is a quotation from Drupal’s official website</p> <blockquote cite="http://drupal.org">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.</blockquote> </body> </html>
Atas ialah kandungan terperinci Bagaimana untuk menandakan tajuk kerja menggunakan tag petikan dalam HTML?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!