Sublime Text
<!DOCTYPE html> <html> <head> <title>Xem ví dụ</title> <meta charset="utf-8"> </head> <body> <div style="background-image:url('../image/banana.png')"> <p>Lập Trình Web 01</p> <p>Lập Trình Web 02</p> <p>Lập Trình Web 03</p> <p>Lập Trình Web 04</p> <p>Lập Trình Web 05</p> </div> <hr> <div style='background-image:url('../image/banana.png')'> <p>Lập Trình Web 01</p> <p>Lập Trình Web 02</p> <p>Lập Trình Web 03</p> <p>Lập Trình Web 04</p> <p>Lập Trình Web 05</p> </div> </body> </html>
<!DOCTYPE html> <html> <head> <title>Xem ví dụ</title> <meta charset="utf-8"> </head> <body> <div style="background-image:url('../image/banana.png')"> <p>Lập Trình Web 01</p> <p>Lập Trình Web 02</p> <p>Lập Trình Web 03</p> <p>Lập Trình Web 04</p> <p>Lập Trình Web 05</p> </div> <hr> <div style='background-image:url('../image/banana.png')'> <p>Lập Trình Web 01</p> <p>Lập Trình Web 02</p> <p>Lập Trình Web 03</p> <p>Lập Trình Web 04</p> <p>Lập Trình Web 05</p> </div> </body> </html>