Creating and Editing a Web Page Using Inline Styles HTML5 & CSS 7th Edition Creating and Editing a Web Page Using Inline Styles
Chapter Objectives Identify elements of a Web page Start Notepad++ and describe the Notepad++ window Enable word wrap in Notepad++ Enter HTML tags Enter a centered heading and a paragraph of text Chapter 2: Creating and Editing a Web Page Using Inline Styles
Chapter Objectives Create an unordered, ordered, or definition list Save an HTML file Use a browser to view a Web page Activate Notepad++ Identify Web page image types and attributes Chapter 2: Creating and Editing a Web Page Using Inline Styles
Chapter Objectives Add an image, change the color of headings on a Web page, change bulleted list style, and add a horizontal rule using inline styles View the HTML source code in a browser Print a Web page and an HTML file Quit Notepad++ and a browser Chapter 2: Creating and Editing a Web Page Using Inline Styles
Plan Ahead Complete Web page planning Analyze the need for the Web page Choose the content for the Web page Determine the file naming convention that you will use for this Web page Determine where to save the Web page Chapter 2: Creating and Editing a Web Page Using Inline Styles
Plan Ahead Determine what folder structure to use on your storage device Identify how to format various elements of the Web page Find appropriate graphical images Establish where to position and how to format the graphical images Test the Web page for W3C compliance Chapter 2: Creating and Editing a Web Page Using Inline Styles
Starting Notepad++ Click the Start button on the Windows taskbar to display the Start menu Click All Programs at the bottom of the left pane on the Start menu to display the All Programs list Click the Notepad++ folder in the All Programs list Click Notepad++ in the list to display a blank Notepad++ window If the Notepad++ window is not maximized, click the Maximize button on the Notepad++ title bar to maximize it Chapter 2: Creating and Editing a Web Page Using Inline Styles
Starting Notepad++ Chapter 2: Creating and Editing a Web Page Using Inline Styles
Enabling Word Wrap in Notepad++ Click View on the menu bar If Word Wrap does not have a check mark next to it, click Word Wrap Chapter 2: Creating and Editing a Web Page Using Inline Styles
Enabling Word Wrap in Notepad++ Chapter 2: Creating and Editing a Web Page Using Inline Styles
Defining the Web Page Structure Using HTML Tags Chapter 2: Creating and Editing a Web Page Using Inline Styles
Formatting a Web Page Chapter 2: Creating and Editing a Web Page Using Inline Styles
Entering a Paragraph of Text Chapter 2: Creating and Editing a Web Page Using Inline Styles
Entering a Heading Chapter 2: Creating and Editing a Web Page Using Inline Styles
Using Lists to Present Content Chapter 2: Creating and Editing a Web Page Using Inline Styles
More About List Formats A definition list offsets information in a dictionary-like style Chapter 2: Creating and Editing a Web Page Using Inline Styles
Adding a Footer Content placed in a footer generally has to do with the company’s address, copyright, or contact information Chapter 2: Creating and Editing a Web Page Using Inline Styles
Saving an HTML File With a USB flash drive connected to one of the computer’s USB ports, click File on the Notepad++ menu bar Click Save As on the File menu to display the Save As dialog box Type the desired Web page name in the File name text box to change the file name. Do not press ENTER after typing the file name Navigate to the desired location to save the file Click the Save button in the Save As dialog box to save the file in the desired location with the desired name Chapter 2: Creating and Editing a Web Page Using Inline Styles
Saving an HTML File Chapter 2: Creating and Editing a Web Page Using Inline Styles
Starting a Browser Click the Internet Explorer icon on the taskbar If necessary, click the Maximize button to maximize the browser window Chapter 2: Creating and Editing a Web Page Using Inline Styles
Viewing a Web Page in a Browser Click the Address bar to select the URL Type the path and file name of the Web page to display Press the ENTER key to display the Web page as if it were available on the Web Chapter 2: Creating and Editing a Web Page Using Inline Styles
Viewing a Web Page in a Browser Chapter 2: Creating and Editing a Web Page Using Inline Styles
Activating Notepad++ Click the Notepad++ button on the taskbar to maximize Notepad++ and make it the active window Chapter 2: Creating and Editing a Web Page Using Inline Styles
Types of Web Page Images Chapter 2: Creating and Editing a Web Page Using Inline Styles
Adding an Image Chapter 2: Creating and Editing a Web Page Using Inline Styles
Adding Color to a Web Page Heading Chapter 2: Creating and Editing a Web Page Using Inline Styles
Changing the Bulleted List Style Chapter 2: Creating and Editing a Web Page Using Inline Styles
Adding a Horizontal Rule Chapter 2: Creating and Editing a Web Page Using Inline Styles
Changing the Footer Style Chapter 2: Creating and Editing a Web Page Using Inline Styles
Refreshing the View in a Browser Click the Internet Explorer button on the taskbar to display the Web page Click the Refresh button on the Address bar to display the modified Web page Chapter 2: Creating and Editing a Web Page Using Inline Styles
Refreshing the View in a Browser Chapter 2: Creating and Editing a Web Page Using Inline Styles
Validating HTML Code Click the Address bar on the browser to highlight the current URL Type validator.w3.org to replace the current entry, and then press the ENTER key If necessary, click OK if the browser asks to open a new window Click the Validate by File Upload tab Chapter 2: Creating and Editing a Web Page Using Inline Styles
Validating HTML Code Click the Browse button Navigate to the location containing the file to validate Click the Open button on the Choose File to Upload dialog box and the file path and name will be inserted into the File box Click the Check button. The resulting validation should be displayed Chapter 2: Creating and Editing a Web Page Using Inline Styles
Validating HTML Code Chapter 2: Creating and Editing a Web Page Using Inline Styles
Viewing HTML Source Code for a Web Page Click Page on the Command bar Click View source to view the HTML code in the default text editor Click the Close button on the text editor title bar to close the active text editor window Chapter 2: Creating and Editing a Web Page Using Inline Styles
Viewing HTML Source Code for a Web Page Chapter 2: Creating and Editing a Web Page Using Inline Styles
Printing a Web Page and an HTML File Ready the printer according to the printer instructions With the Web page to print open in the browser window, click the Print icon on the Command bar When the Print dialog box appears, click the Print button When the printer stops printing the Web page, retrieve the printout Click the Notepad++ button on the taskbar to activate the Notepad++ window Click File on the menu bar, click the Print command, and then click the Print button to print a hard copy of the HTML code Chapter 2: Creating and Editing a Web Page Using Inline Styles
Printing a Web Page and an HTML File Chapter 2: Creating and Editing a Web Page Using Inline Styles
Quitting Notepad++ and a Browser In Notepad++, click the File menu, then Close All Click the Close button on the Notepad++ title bar Click the Close button on the Hunger Fight Internet Explorer title bar Chapter 2: Creating and Editing a Web Page Using Inline Styles
Chapter Summary Identify elements of a Web page Start Notepad++ and describe the Notepad++ window Enable word wrap in Notepad++ Enter HTML tags Enter a centered heading and a paragraph of text Chapter 2: Creating and Editing a Web Page Using Inline Styles
Chapter Summary Create an unordered, ordered, or definition list Save an HTML file Use a browser to view a Web page Activate Notepad++ Identify Web page image types and attributes Chapter 2: Creating and Editing a Web Page Using Inline Styles
Chapter Summary Add an image, change the color of headings on a Web page, change bulleted list style, and add a horizontal rule using inline styles View the HTML source code in a browser Print a Web page and an HTML file Quit Notepad++ and a browser Chapter 2: Creating and Editing a Web Page Using Inline Styles
HTML 7th Edition Chapter 2 Complete