Chủ Nhật, 12 tháng 7, 2015

Bai 1-Task1:HTML

                                             HTML

-HTML stands for  HyperText Markup Language.
-
  1. Things inside <>s are called tags and Tags nearly always come in pairs: an opening tag and a closing tag.
  2. -whenever you open one, you should close it.
  3. -Everything in our HTML file will go between the opening <html> and closing </html> tags.
  4. -there two part .this is head and body
  5. -The head contains information about your HTML file, like its title.
  6. <head></head>
  7. -The body is where you put your content, such as text, images, and links
  8. -There are six heading sizes, where <h1> is the boss and <h6> is puny!
  9. ex:<h1> </h1> -------> <h6></h6>
  10.  
  11. -What if you wanted to send the user to another part of your website, or another website altogether? You use hyperlinks, or links for short!
  12. <a></a>
  13. -You can add images to your websites to make them look fancy.
  14. <img src="" />
  15. -add links and images to your website.
  16. <a><img src = ""
    ></a>

Không có nhận xét nào:

Đăng nhận xét