1. Register and DownloadXray, an XML, XSLT editor and processor. (安裝X-Ray需要權限) (助教碎碎念:若無法順利安裝再點我) 2. Given the theXML file andXSLT file, use Xray to do the transformation of the XML into HTML. You have to replace [ with <. 3. View the formatted HTML file.
網際網路應用系統設計: XML: Take a look at islandwide temperatures of Taiwan. What happens if you just want Taoyuan's temperature? If you want to include Taoyuan&#...
1. Study what anALT tagis. 2. Use Notepad++ to edit the following homepage athttp://bloggercamp.blogspot.com/2007/01/2007.html You can copy and paste the content to your Notepad++. 3. Save your editings and preview your webpage. 4. Make the webpage accessible by adding ALT text to the images. 5. Check whether you can see the ALT text for the images by moving the mouse over the image.
Preparation 1. Using Notepad++, Copy and paste the HTML example at Introduction to HTML 2. Save the file as myfile.html 3. Open the file using Browser. (請將3.輸出結果拍一張圖)
網際網路應用系統設計: CSS by examples: an introduction Try it yourself Using styles in HTML How to add style information inside the section. Link that is not underlined ...
網際網路應用系統設計: HTML by Examples: a simple start HTML Page Structure This a heading This is a paragraph. This is another paragraph. source HTML Versions ...
Write a form to send a query to Google maps. If the input is not in the format of coordinates, display an error, clear the input, and ask the user to retry. For example, an incorrect input may look like 12.a2,21.22 1. You should define a function check() to check the query input. 2. You can call the function check as follows:form action="http://maps.google.com/maps" method="get" name="f" onsubmit="return check()"
1. Go to Google Docs. Google Docs lets you write Word documents through an online web service. 2. Start writing. 3. Publish the Word document. Make sure your friends can view your document. 4. What's the URL of your document. 5. Save your document as .doc and .pdf, the two common formats for documents.