Ví dụ trang trí chữ trong CSS Code: <!DOCTYPE html> <html> <head> <style> h1 { color:blue; font-family:Tahoma; font-size:200%; } p { color:red; font-family:Arial; font-size:120%; } </style> </head> <body> <h1>Đây là đề mục</h1> <p>Đây là đoạn văn bản.</p> </body> </html> Kết quả: