HTML and CSS Reference
In-Depth Information
Listing 2-9 shows the <title /> tag, which contains the title of the page.
Listing 2-9. Title Tag
<title>My First Mobile Web App</title>
Finally, as shown in Listing 2-10, within the body, there is an <h1 /> tag
containing the text ''Hello World!''.
Listing 2-10. Title and Link Tags
<body>
<h1>Hello World!</h1>
</body>
Testing
Before continuing, you should create an Android Virtual Device (AVD) using the
Android SDK in Aptana to test your web site and to see its progress. For the
purpose of this chapter, you will create a simple AVD with minimal functionality.
Start by going to Window AVD Manager, as shown in Figure 2-8.
Figure 2-8. Creating a new Android Virtual Device
 
Search WWH ::




Custom Search