Sublime Text
<!DOCTYPE html> <html> <head> <title>Xem ví dụ</title> <style type="text/css"> h1{ border:5px solid red; border-top:10px dotted blue; border-bottom:3px dashed; } </style> </head> <body> <h1>Lập Trình Web</h1> </body> </html>
<!DOCTYPE html> <html> <head> <title>Xem ví dụ</title> <style type="text/css"> h1{ border:5px solid red; border-top:10px dotted blue; border-bottom:3px dashed; } </style> </head> <body> <h1>Lập Trình Web</h1> </body> </html>