Nhấn
CTRL + SPACE
để xem gợi ý code
Xem kết quả
Thuộc tính display trong CSS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Toidicode.com CSS display</title> </head> <style type="text/css" media="screen"> p{ display: table; } </style> <body> <p>Học Lập trình miễn phí </p> <p>Toidicode.com</p> </body> </html>