Tài liệu tự học HTML
... hoặc .html Ví dụ: start.htm. Ðể thưởng thức thành quả của mình, bạn hãy open file đó bằng một Browser. Cấu trúc cơ bản Một document HTML luôn bắt đầu bằng < ;html& gt; và kết thúc bằng < /html& gt; ... t ng nối tiếp (repeat) / tự động nối tiếp theo chiều ngang (repeat-x) / tự động nối tiếp theo chiều dọc (repeat-y) / khộng tự động nối tiếp (no-repeat) Ví dụ: < ;html& gt;...
Ngày tải lên: 30/08/2012, 09:16
... Bình Trang 1 NGÔN NGỮ HTML I. Giới thiệu: HTML, viết đầy đủ là Hyper Text Markup Language – Ngôn ngữ đánh dấu siêu vă bản, là ngôn ngữ nền tảng của Web. HTML được thiết kế bởi ... II. Các khái niệm chung: 1. Tài liệu HTML: Tài liệu HTML, hay còn gọi là văn bản HTML, là một tập tin có phần kiểu là .htm hoặc .html, chứa nội dung cần hiển thị và các ta...
Ngày tải lên: 19/01/2014, 15:20
... Elements 15 3 Fonts and Font Sizes 15 5 Summary 16 7 Workshop 17 1 Q&A 17 1 Quiz 17 2 Quiz Answers 17 2 Exercises 17 2 PART III: Doing More with HTML and CSS LESSON 8: Using CSS to Style a Site 17 3 Including ... the information contained herein. ISBN -1 3 : 97 8-0 -6 7 2-3 309 6-4 ISBN -1 0 : 0-6 7 2-3 309 6-2 Library of Congress Catalog-in-Publi...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 2 pot
... Your Web Pages 6 12 Log Files 613 Google Analytics 614 Installing Google Analytics 614 Summary 616 Workshop 616 Q&A 617 Quiz 617 Quiz Answers 617 Exercises 618 LESSON 21 : Taking Advantage ... 26 0 Table Parts 26 0 The <table> Element 2 61 The Table Summary 2 61 Rows and Cells 26 2 Empty Cells 26 4 Captions 26 5 Sizing Tables, Borders, and Cells...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 4 pptx
... site on-the-fly, at any moment, is precisely why the site exists. Figure 1. 2 shows the home page for Yahoo! News, an online news site that’s updated 24 hours a day to reflect up-to-the-minute ... ptg 12 LESSON 1: Navigating the World Wide Web FIGURE 1. 1 The website for Little Brother. The pictures throughout this book usually are taken in Safari run- ning on Mac OS X. ... translations...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 5 doc
... leisure. Quiz 1. What’s a URL? 2. What’s required to publish documents on the Web? Quiz Answers 1. A URL, or uniform resource locator, is an address that points to a specific docu- ment or bit ... Even if you don’t use a particular browser on a day-to-day basis, your site will be visited by people who do. If you are interested in checking cross-browser compatibil- ity issues, start with ......
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 6 pot
... and go far- ther down into more specific information about particular fruits. FIGURE 2.5 Your hierarchy takes you to the Fruits page. Selecting Soft Fruits takes you to yet another menu-like page, ... publications lend themselves particularly well to the Web, and websites have the advantage of being more imme- diate and easier to update than their print counterparts. Delivery is a lot simpler...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 8 pdf
... closed, every attribute must have a value, and more. XHTML 1. 1 requires that HTML documents also be valid XML. Technically, XHTML 1. 1 and HTML 4. 01 are very similar. The tags and attributes are almost ... this book, as I introduce each tag, I explain any browser- specific issues you may encounter. The Current Standard: XHTML 1. 1 XHTML 1. 1 is written in Extensible Markup Language...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 9 doc
... started: <!DOCTYPE html& gt;< ;html& gt; <head> <title>My Sample HTML Page</title> </head> <body> <h1>This is an HTML Page</h1> </body> < /html& gt; 58 LESSON ... brackets. XHTML 1. 1, however, requires that all tags be closed. You’ll learn the proper way to open and close the tags as the book progresses. Another difference between...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 10 ppsx
... 4/XHTML 1. 1 and HTML5 , the standards supported by current browsers. 68 LESSON 4: Learning the Basics of HTML The DOCTYPE Identifier Although it’s not a page structure tag, the XHTML 1. 0 and HTML5 ... of HTML In HTML, closing some tags is optional. In HTML 4.0 and earlier, closing tags were forbidden in some cases. HTML standards that require your markup to be well-formed XML (...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 11 pdf
... and preview simple HTML files. You also learned about the HTML tags shown in Table 4 .1. TABLE 4 .1 HTML Tags from Lesson 4 Tag Attribute Use < ;html& gt; < /html& gt; The entire HTML page <head> ... Basics of HTML FIGURE 4.4 HTML comments displayed within the source for a page. Task: Exercise 4 .1: Creating a Real HTML Page At this point, you know enough to start c...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 12 doc
... of ingredients to be 10 , 11 , and 12 rather than 6, 7, and 8. You can reset the numbering at Eggs using the value attribute, as follows: <h1>Cheesecake Ingredients</h1> <ol> <li>Quark ... style=“list-style-type: disc”> <li>DAT - Digital Audio Tapes</li> <li>CD - Compact Discs</li> <li>Cassettes</li> </ul> <u...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 13 doc
... optional in HTML but required in XHTML 1. 0. <dd> </dd> The definition part of an item in a glossary list. Closing tag is optional in HTML but required in XHTML 1. 0. TABLE 5.3 CSS Properties ... Use/Values list-style-type Used to specify the bullet style or numbering style for the list. Valid values are disc, circle, square, decimal, lower-roman, upper-roman, lower-alp...
Ngày tải lên: 05/07/2014, 20:21
Tự học HTML và CSS trong 1 giờ - part 14 doc
... <l>, now you know: a actu- ally stands for anchor. Linking to Specific Places Within Documents 11 3 6 FIGURE 6 .10 Links and anchors. softfruits .html berries .html Please choose a subtopic: Soft ... like the following in HTML: Input ▼ <!DOCTYPE html& gt;< ;html& gt; <head> <title>Classical Music: M</title> </head> <body> <h1>M</h1>...
Ngày tải lên: 05/07/2014, 20:21
Giới thiệu CSS - Tài liệu tự học HTML và CSS
... điểm_đánh_dấu_mục_danh_sách. none disc circle square decimal decimal-leading- 4.0 4.0 CSS1 zero lower-roman upper-roman lower-alpha upper-alpha lower-greek lower-latin upper-latin hebrew armenian georgian cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha ... trong một khai báo. border-left-width border-style border-color 6.0 4.0 CSS1 border-left-color Thiết lập màu sắc của...
Ngày tải lên: 17/11/2014, 11:08