Sublime Text
<!DOCTYPE html> <html> <head> <title>Xem ví dụ</title> <style type="text/css"> .html > h1{ background-color:pink; } </style> </head> <body> <p>- Thiết lập nền màu hồng cho phần tử <h1> là con của phần tử có class là html</p> <hr> <div class="html"> <h1 class="content" title="hello">Tài liệu học HTML</h1> </div> <div class="css"> <h1 class="content" title="hello">Tài liệu học CSS</h1> </div> </body> </html>
<!DOCTYPE html> <html> <head> <title>Xem ví dụ</title> <style type="text/css"> .html > h1{ background-color:pink; } </style> </head> <body> <p>- Thiết lập nền màu hồng cho phần tử <h1> là con của phần tử có class là html</p> <hr> <div class="html"> <h1 class="content" title="hello">Tài liệu học HTML</h1> </div> <div class="css"> <h1 class="content" title="hello">Tài liệu học CSS</h1> </div> </body> </html>