此例演示如何实现长短不一的引用语。
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>滴答编程(dida100.com)</title> </head> <body> <p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q> We hope they succeed.</p> </body> </html>
尝试一下
0