Nhấn
CTRL + SPACE
để xem gợi ý code
Xem kết quả
7 Thủ thuật có thể front-end developer còn chưa biết đến
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Toidicode.com</title> <style> .default{ writing-mode: horizontal-tb; } .vertical-lr { writing-mode: vertical-lr; } </style> </head> <body> <p class="default">Kiểu hiển thị mặc định (horizon)</p> <p class="vertical-lr">Kiểu hiển thị theo chiều dọc</p> </body> </html>