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>

 

doc36 trang | Chia sẻ: zimbreakhd07 | Lượt xem: 1790 | Lượt tải: 1download
Bạn đang xem trước 20 trang nội dung tài liệu Một số bài tập về HTML, để xem tài liệu hoàn chỉnh bạn click vào nút DOWNLOAD ở trên

Các file đính kèm theo tài liệu này:

  • docBaiTapHTML.doc
Tài liệu liên quan