DOCTYPE html> <html> <head> <title>CSS P Selector</title> <style> p { text-align: center; font-size: 24px; background-color: lightblue; } </style> </head> ...
確定! 回上一頁