Trang đầu tiên
Trang đầu tiên học về HTML
by Trinh Hong
HTML
<body>
<h1>Hello World!</h1>
<p>This text is not easy to read on this background image.</p>
</body>
CSS
body {
background-image: url("//timoday.edu.vn/wp-content/uploads/2017/05/IT.jpg");
}