Một số bài tập về HTML
1. A very simple HTML document
<html>
<body>
The content of the body element is displayed in your browser.
</body>
</html>
2. How text inside paragraphs is displayed
<html>
<body>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>Paragraph elements are defined by the p tag.</p>
</body>
</html>
Các file đính kèm theo tài liệu này:
- BaiTapHTML.doc