Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
HTML and JavaScript for Visual Learners- P3:Shows how to build first-rate Web sites using HTML and Javascript. Over 150 screen shots and diagrams guide beginners step-by-step through common tasks.Set up a Web site -Format pages and text -Create links and insert graphics -Lay out pages with tables and frames -Enable interactivity with forms and style sheets -Employ practical Javascript to create rollover graphics and open new windows.Includes a tutorial on uploading sites. Spiral-bound to lay flat on a desktop. . | 5 4. Save the file. 5. When the Save As window appears select the C drive in the Save in drop-down list. 6. Create a new folder by clicking on the J L icon. Download other Visibooks for free atwww.visibooks.com 6 7. Name the new folder Dog s then double-click it so it appears in the Save in box. 8. In the File name textbox type index.html. 9. In the Save as type drop-down list select All Files. When you re done the window should look like this Download other Visibooks for free atwww.visibooks.com 7 lO.Save the page by clicking on the Save button. Home page file names All Web pages have a .html extension or .htm . All home pages have the file name index.html. index. html comes up automatically when the address of a domain or directory where it s located is typed into a browser. For instance if you go to www.visibooks.com the home page appears automatically. That s because its file name is index.html .If the file name of the Visibooks home page was homepage.html you dhave to type www.visibooks.com homepage.html to get it to appear. The Microsoft exception To get your home page to come up automatically on a Web server running Microsoft s Internet Information Server as it s operating system give your home page the file name default.htm. 11. Below the html tag type head --Created by Your Name-- head Tip The head section contains information that doesn t show up on the page when it is viewed in a browser. Note the closing head tag in HTML you must give the browser instructions to end something as well as start it. Download other Visibooks for free .