HTML and CSS Reference
In-Depth Information
Figure 2-7. Aptana's New Web Project wizard
This will create a new empty project in Aptana. The new project will appear in
the App Explorer panel on the left-hand side.
HTML
Writing for the mobile web is not dissimilar to writing for desktop web
applications. We'll start by creating a basic HTML5 document.
Create a new file in much the same way as creating a new folder, except select
File instead of Folder. Name this file index.html . It's important to make sure that
this file exists in the root of your project. The following code will form the basis
of our HTML file.
 
Search WWH ::




Custom Search