CSs3 text
RUN
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type="text/css"> p{ white-space: nowrap; border: solid 1px; width: 100px; height: 18px; text-overflow: ellipsis; overflow: hidden; } </style> </head> <body> <p>Chào mừng các bạn đến với freetuts.net</p> </body> </html>
PHÓNG TO