Creating and Editing a Web Page using HTML IMED1316.

Slides:



Advertisements
Similar presentations
HTML Concepts and Techniques Fourth Edition Project 2 Creating and Editing a Web Page.
Advertisements

Project 8 Creating Style Sheets.
Creating and Editing a Web Page Using Inline Styles
Using Advanced Cascading Style Sheets
Chapter 5 Creating an Image Map
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Web Feature Creating Static and Dynamic Web Pages Using Excel.
Microsoft Office 2007 Excel Web Feature Creating Web Pages Using Excel.
Microsoft Office 2007 Excel Web Feature Creating Web Pages Using Excel.
Creating and Editing a Web Page
Creating a Form on a Web Page
Creating a Form with Selection Menus The SELECT control creates a selection menu This control only allows the visitor to choose pre-defined choices There.
Microsoft Office 2007 PowerPoint Web Feature Creating Web Pages Using PowerPoint.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t PowerPoint Web Feature Creating a Presentation on the Web Using PowerPoint.
Web Page Development Identify elements of a Web Page Start Notepad
Creating and Editing a Web Page
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Word Web Feature Creating Web Pages Using Word.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Creating and Editing a Web Page
Adding an Inline Style Sheet Page without Inline Style Sheet Page with Inline Style Sheet.
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
Creating Tables in a Web Site
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
HTML, XHTML, and CSS Chapter 12 Creating and Using XML Documents.
Project 1: Creating a Dreamweaver Web Page and Local Site 1 Project Objectives Add a background image Open and close panels Display and describe the Property.
Microsoft Office 2007 PowerPoint Web Feature Creating Web Pages Using PowerPoint.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
HTML Comprehensive Concepts and Techniques Second Edition Project 1 Creating and Editing a Web Page Review for Monday’s Test September 17, 2009.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
Writing a JavaScript User-Defined Function  A function is JavaScript code written to perform certain tasks repeatedly  Built-in functions.
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
HTML Concepts and Techniques Fourth Edition Project 12 Creating and Using XML Documents.
Creating a Form on a Web Page
Program Design and Coding
Microsoft Visual Basic 2010 CHAPTER THREE Program Design and Coding.
Windows Internet Explorer 7 Chapter 1 Introduction to Windows Internet Explorer.
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
Dreamweaver CS4 Concepts and Techniques Chapter 2 Adding Web Pages, Links, and Images.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
1 Creating the Header Page The header frame always displays on the AHS Web site The image (screagle.gif) that will go in the header is contained on the.
HTML Comprehensive Concepts and Techniques Third Edition 2 nd Project Creating and Editing a Web Page.
HTML Concepts and Techniques Fourth Edition Project 5 Creating an Image Map.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
Using Frames in a Web Site Project 6. Project Objectives Project 6: Using Frames in a Web Site 2 Define terms related to frames Describe the steps used.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Creating and Editing a Web Page
1 Start TextEdit. 2 Creating a Home Page  A home page is the main page of a Web site –Visitors usually view the home page first –Identify the purpose.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Creating and Editing a Web Page Using Inline Styles
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Project 1 Creating a Dreamweaver Web Page and Local Site.
PowerPoint Web Feature
Project 8 Creating Style Sheets.
Creating Tables in a Web Site Using an External Style Sheet
Creating Web Pages with Links, Images, and Formatted Text
Integrating JavaScript and HTML
Creating Tables in a Web Site
Project 5 Creating an Image Map.
Introduction to Internet Explorer
Creating and Editing a Web Page
DREAMWEAVER 8 Creating a Dreamweaver Web Page and Local Site.
Presentation transcript:

Creating and Editing a Web Page using HTML IMED1316

Objectives Identify elements of a Web page Start Notepad and describe the Notepad window Enable word wrap in Notepad Enter the HTML tags Enter headings and a paragraph of text

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

Objectives Add an image, change the background color of a Web page, center a heading, and add a horizontal rule View the HTML source code in a browser Print a Web page and an HTML file Quit Notepad and a browser

Notepad Click the Start button on the Windows Taskbar Click All Programs on the Start menu Point to Accessories on the All Programs submenu and then point to Notepad on the Accessories submenu Click Notepad

Starting Notepad

Enabling Word Wrap in Notepad Click Format on the menu bar If the Word Wrap command does not have a check mark next to it, click Word Wrap

Enabling Word Wrap in Notepad

Some HTML Tags and Their Functions

Entering HTML Tags to Define the Web Page Structure Type <!DOCTYPE html and then press the ENTER key Press the SPACEBAR three times, type PUBLIC "- //W3C//DTD XHTML 1.0 Transitional//EN" as the entry, and then press the ENTER key Press the SPACEBAR three times, type " transitional.dtd"> as the entry, and then press the ENTER key twice Type and then press the ENTER key

Entering HTML Tags to Define the Web Page Structure Type Campus Tutoring Service Home Page and then press the ENTER key Type and then press the ENTER key Type and then press the ENTER key twice Type and then press the ENTER key Type as the end tag

Entering HTML Tags to Define the Web Page Structure

Entering a Heading Click the blank line below the tag, type We'll be open soon! in the text area, and then press the ENTER key twice

Entering a Heading

Entering a Paragraph of Text With the insertion point on line 12, press the ENTER key and then type The Campus Tutoring Service will be open for business soon! Dr. Isabel Myers, Dean of Student Services, announced Monday that the university has several new services to help students succeed. Part of that effort includes the newest addition to Student Services, the Campus Tutoring Service. The university wants to make sure that all students can be successful, especially in their first year on campus. We have student tutors available for several freshman-level classes. and then press the ENTER key

Entering a Paragraph of Text With the insertion point on line 19, type Call for an appointment, or visit us in the Anderson building, room 360. and then press the ENTER key twice

Entering a Paragraph of Text

Creating an Unordered List With the insertion point on line 20, press the ENTER key, type Our services include tutors for the following courses: as the entry, and then press the ENTER key Type as the start tag and then press the ENTER key Type Math 141 and then press the ENTER key

Creating an Unordered List Type Accounting 200 and then press the ENTER key Type Economics 251 and then press the ENTER key Type as the end tag and then press the ENTER key

Creating an Unordered List

Saving an HTML File Click File on the menu bar Click Save As Type project.htm in the File name text box Click the Save in box arrow

Saving an HTML File Click your P: drive in the Save in list Click the HTML folder Click the Save button in the Save As dialog box

Saving an HTML File

Starting a Browser Click the Start button on the Windows taskbar and then point to All Programs on the Start menu Click Internet Explorer (or another browser command) on the All Programs submenu. If necessary, click the Maximize button to maximize the browser window

Starting a Browser

Viewing a Web Page in a Browser When the browser window appears, click the Address bar Type p :\IMED1316\HTML\project.htm in the Address box Press the ENTER key

Viewing a Web Page in a Browser

Activating Notepad Click the Notepad button on the taskbar

Adding an Image Click after the > symbol on line 10 and then press the ENTER key Type as the tag

Adding an Image

Adding a Background Color Click after the y in on line 10 and then press the SPACEBAR Type bgcolor=“#fffbc6” as the color code

Adding a Background Color

Centering a Heading Click line 12 just after the 1 in the tag and then press the SPACEBAR Type align=“center” as the attribute

Centering a Heading

Adding a Horizontal Rule Click line 11 just after the > symbol in the tag and then press the ENTER key Type as the HTML tag Click File on the menu bar and then click Save

Adding a Horizontal Rule

Refreshing the View in a Browser Click the Campus Tutoring Service Home Page button on the taskbar Click the Refresh button on the Standard toolbar

Refreshing the View in a Browser

Viewing HTML Source Code for a Web Page Click View on the menu bar Click Source on the View menu Click the Close button on the Notepad title bar

Viewing HTML Source Code for a Web Page

Printing a Web Page and an HTML File Ready the printer according to the printer instructions With the project2.htm Web page open in the browser window, click File on the menu bar and then click Print on the File menu Click the OK button in the Print dialog box

Printing a Web Page and an HTML File With 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 and then click Print on the File menu

Printing a Web Page and an HTML File

Quitting Notepad and a Browser Click the Close button on the Notepad title bar Click the Close button on the Campus Tutoring Service Home Page title bar