Home
HTML
HTML Quotation
Example 4: HTML Quotation
Run ❯❯
<!DOCTYPE html> <html> <head> <title>HTML cite Tag Example</title> </head> <body> <h1>cite Tag Example</h1> <p>The title of a work should be written with cite element.</p> <p>Joanne Rowling wrote <cite>Harry Potter</cite>, a seven-volume children's fantasy series published from 1997 to 2007.</p> </body> </html>