網頁程式設計相關教學
<!DOCTYPE html> <html> <head> <style> body { color: #F60; } </style> </head> <body> <p>example</p> </body> </html>