Project 2 Web Page Design Creating and Editing a Web Page Pages 30 - 68.

Slides:



Advertisements
Similar presentations
3.02D HTML Overview 3.02 Develop webpages.
Advertisements

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Creating and Editing a Web Page Using Inline Styles
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Creating and Editing a Web Page
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
CIS101 Introduction to Computing HTML Project Two.
Web Page Development Identify elements of a Web Page Start Notepad
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Creating and Editing a Web Page
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
The HTLM History HMTL Basics.  World Wide Web  World Wide Web (Web):The part of the Internet that supports multimedia and consists of a collection of.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Creating and Editing a Web Page
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Web Design Fundamentals Demystifying Basic HTML. 2 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags.
Creating and Editing a Web Page using HTML IMED1316.
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 2 Creating a Web Site with Links.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
15.1 Fundamentals of HTML.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
HTML PROJECT #2 Project 2 Creating and Editing A Web Page.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML Comprehensive Concepts and Techniques Third Edition 2 nd Project Creating and Editing a Web Page.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create 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.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Creating and Editing a Web Page Using Inline Styles
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
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
Creating and Editing a Web Page. Organization Logo Menu Bar Title Background Text Links Heading Image Links Body of Web Page.
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.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Marking Up with XHTML Tags describe how a web page should look
With Microsoft FrontPage 2000
Chapter 1: Introduction to XHTML (part 1)
Creating a Web Site with Links
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Creating and Editing a Web Page
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

Project 2 Web Page Design Creating and Editing a Web Page Pages

Understanding the Importance Planning Analysis And design

Project 2 – the Campus Tutoring Service Should include: Contact information List of courses for which tutors are available

Note Pad (term) Note pad is a basic text editor you can use for simple documents or for creating Web Pages using HTML.

Elements of a Web Page Most Web pages include several basic features, or elements. Window Elements Title (term) – the text that appears on the title bar of the browser window. It is the name assigned to the page. The title should identify the subject or purpose of the page.

Elements of a Web page (continued) Body (term) contains the information that is displayed in the browser window. It can include – Text – Graphics – And other elements

Elements of a Web page (continued) Background (term) is a solid color, picture or graphic. Don’t go too strong!

Elements of a Web page (continued) Text Elements – Normal Text is the default text format. It can be used in a series of text items called a List. Typically, lists are bulleted or numbered. – Headings (term) are used to set off different paragraphs of text or sections of the page. Headings are larger font sizes than the normal text.

Elements of a Web page (continued) Image elements – Inline image (term) the image or graphics file is not part of the HTML file – Web pages typically use several different types of inline images. – Image Map (term) inline image which you define one or more areas as hotspots. – Hotspot is an area of an image that activates a function when selected – animated – they include motion and change in appearance – Horizontal rules are displayed across a Web Page to separate different sections

Elements of a Web page (continued) Hyperlink Elements – Link is text, and image, or another web page. – – –

Starting Note Pad START button Accessories Notepad start accessories Notepad

Bunches of Terms for Note Pad Title Bar appears at the top of the window (default is untitled) Menu Bar appears at the top just below the title bar Text Area, it is the main part of the window. You know this….. Keyboarding

Remember Word Wrap? Think back to Keyboarding….. In Notepad you must enable the word wrap Keyboarding again????

Oh… here we Go! Let’s create! – HTML document tag and 4 sets of,,, and tag is used to tell the browser which HTML or XHTML version & type the document uses.

W3C Sounds like it should refer to a war But… There are three types of HTML/XHTML Where was this flag raised and why?

1. STRICT Strict is specified when you want to prohibit the use of deprecated tags. – What’s a deprecated tag?? – They are tags that the W3C has ear marked for eventual removal from their specifications, because those tags have been replaced with newer, more functional tags.

2. Transitional (document type) allows the use of the deprecated tags.

3. Frameset (document type) used to support frames on a Web Page. Also allows deprecated tags.

OK OK so what is DTD? Document type definition is a file containing definitions of tags and how they should be used in a Web Page. See table 2-1 for a few ideas…..

Make every body HAPPY HAPPY HAPPY Make your HTML files compliant with XHTML standard, always enter tags in lowercase (with the exception of tag

Creating a List Text on a Web page is easier for users to read and understand. – Bulleted (unordered) – Numbered (ordered)

Saving an HTML file HTML files MUST end with an extension of.htm or.html This is when we will use a jump drive or thumb drive (removable)

Using a Browser to View it Multitasking - it is important that you can run more than one program or process at the same time.

Activating NOTEPAD At the bottom of the screen you will see Notepad button recessed “click” Proj 2 Notepad

Web Page Images Image Types: – Graphics Interchange Format (GIF) files have an extension of.gif – Joint Photographic Experts Group (JPEG).jpeg – Portable Network Graphics (PNG).png or.ping

Image Attributes Src attribute is used to define the URL of the image to load. Alt attribute is used to provide alternative text, in the event the image is not displayed.

Visually Appealing (this one or…)

This one!

Source code (term) code or instructions used to create a Web page or program

Printing When creating a Web Page… Always keep a hard copy!

This Week we will…. Take notes View ppt2 Complete practice test Apply your knowledge In the lab And work with partners. Having fun yet?