␡
- Introduction
- Creating an HTML Page
- Creating an ASP.NET Page
- Opening Web Pages from Within a Web
- Navigating Web Pages
- Displaying Web Pages in the HTML Format
- Managing Web Pages
- Setting the Home Page
- Changing the Web Page Title
- Changing Web Page Properties
- Inserting Background Pictures and Watermarks
- Changing Background Colors
- Adding Background Sound
- Setting Page Size
- Previewing Web Pages
- Previewing and Printing Web Pages
- Exporting Web Content
- Creating a Page Template
- Using a Dynamic Page Template
- Creating a Master and Content Page
- Saving a Web Page with Different Formats
- Expression Web Formats
- Animating Page Transitions
This chapter is from the book
Creating an HTML Page
An HTML page is a common Web page. HTML is a coding language that describes the elements on a Web page and instructs a Web browser how to display it. As you add elements to an HTML page in Design view, Expression Web creates the HTML code behind it. If you are familiar with the HTML language, you can use the Code view to make code changes. Split view allows you to display Design and Code view at the same time, which makes it a beneficial learning tool. When you add an element in Design view, you can view the related code in Code view.
Create an HTML Page
- Click the Web Site tab for the site in which you want a new page.
- Click the New button list arrow on the Common toolbar, and then click Page.
- In the left pane, click General.
- Click HTML.
- Click OK.
An untitled Web page appears.
- Click the Save button on the Common toolbar, type a name for the page, and then click Save.