Java Reference
In-Depth Information
In addition to the browser and server software, another important part of the WWW is Web pages. (All that
software is not much use if there aren't any pages to look at!) Simple Web pages are defined with a language called
HTML (Hypertext Markup Language). HTML “tags” define the content and appearance of a Web page. Many HTML
tags are paired. This means that there is one tag that marks the beginning of a page area and another tag that marks
the end of the area. In addition, most tags start with a < and end with a >. For instance, a Web page begins with the
“start HTML” tag ( <HTML> ) and ends with an “end HTML” tag ( </HTML> ). In addition, each Web page is usually broken
up into a header area and the Web page body. The header section contains information about the page and the body
contains the actual content of the page. These sections are also defined by start and end tags.
Tutorial: Using HTML to Create a Web Page
We will now go through the pain of entering HTML code to define a Web page so that you will appreciate RAD's Page
Designer later.
1.
In the Tutorials/src, create a new package called c8.
2.
In the Navigation pane, click on c8 to select the package.
3. To create a file to hold the HTML, click File , New , and then Other .
The New frame will be displayed.
4.
Scroll down the list and expand the Web item.
5.
Scroll down the list and select Web Page (as in Figure 8-1 ).
Figure 8-1.
6.
Click the Next button.
 
Search WWH ::




Custom Search