Sublime Text
<!DOCTYPE html> <html> <head> <title>Xem ví dụ</title> <style type="text/css"> h1{ border-top-style:dotted; border-right-style:solid; border-bottom-style:dashed; border-left-style:none; } </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-top-style:dotted; border-right-style:solid; border-bottom-style:dashed; border-left-style:none; } </style> </head> <body> <h1>Lập Trình Web</h1> </body> </html>