How to implemen...LOGIN

How to implement quotes of different lengths

This example demonstrates:

How to implement quotations of different lengths.


Next Section
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(www.php.cn)</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>
submitReset Code
ChapterCourseware