XP New Perspectives on HTML and XHTML, Comprehensive 1 Developing a Basic Web Page Week 2.

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
Chapter 2 HTML Basics Key Concepts
Beginning Web Site Creation: Dreamweaver CS4 Noreen Brown XHTML CODING -- TAGS.
XP Tutorial 1 New Perspectives on HTML and XHTML, Brief 1 Developing a Basic Web Page Creating a Web Page for Stephen Dubé’s Chemistry Classes Tutorial.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
New Perspectives on Creating Web Pages with HTML
Developing a Basic Web Page Go see -- look around HTML Tutorial 1.
Tutorial 1 Developing a Basic Web Page
Tutorial 1 Developing a Basic Web Page. XP Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Developing a Basic Web Page
Developing a Basic Web Page with HTML
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
7 Selecting Design and Color Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2.
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
Creating a Simple Page: HTML Overview
Developing a Basic 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.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
CNIT 132 – Week 2 HTML (1). Introducing the World Wide Web A network is a structure linking computers together for the purpose of sharing resources such.
1.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
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.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML and Web Pages. HTML?  HTML is not a programming language  A type of SGML (standard generalized markup language)  HTML uses paired tags to markup.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Basic Design Tips for Web Pages. Alignment Left, right, center Choose one alignment and use it on the entire page Align form elements, table elements,
Building Your Web Page. Build Your Web Page Orfordville Public Library held at: Parkview High School Tue. April 8 Tue. April 15 Tue. April 22.
Note #2.  How does a structure of HTML document look like?  How do you align … A paragraph? A heading?  What is the main difference between one-sided.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
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.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
XP 1 Developing a Basic Web Page Tutorial 1. XP 2 Introducing the World Wide Web Network - linking computers, sharing resources Network - linking computers,
Web Development Lecture # 09 Text Formatting in HTML.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Chapter 4 Source: CSE 190 M (Web Programming) lecture notes, es/slides/lecture02-basic_xhtml.html.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
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.
Web page layout in elegance.  Specific Designs for Target Audiences Consider your audiences tastes when creating your website.
Introduction to Interactive Media 09: Good Design is CRAP.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Web Design Basics What is a good web site from a design standpoint?
Lecture 6, MAT 279, Fall HTML Introduction (cont.) 9/17/2009.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Developing a Basic Web Page
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Section 7.1 Section 7.2 Identify presentation design principles
The good, the bad, & the ugly…
Tutorial 1.3 Using Element Attributes
Presentation transcript:

XP New Perspectives on HTML and XHTML, Comprehensive 1 Developing a Basic Web Page Week 2

XP New Perspectives on HTML and XHTML, Comprehensive 2 Objectives Create boldfaced and italicized text. Describe logical and physical elements. Define empty elements. Insert an inline image into a Web page. Insert a horizontal line into a Web page.

XP New Perspectives on HTML and XHTML, Comprehensive 3 Objectives Store meta information in a Web document. Display special characters and symbols. Web Site Design Basics

XP New Perspectives on HTML and XHTML, Comprehensive 4 Working with Inline Elements Character formatting elements are one of HTML’s set of inline elements. This element allows you to format text characters.  Strongly emphasized content (appears in bold) Welcome to our Chemistry Classes. HTML: Welcome to our Chemistry Classes. Check out page 32 for a list of inline elements

XP New Perspectives on HTML and XHTML, Comprehensive 5 Welcome to our Chemistry Classes. HTMLResult Welcome to our Chemistry Classes. * Notice the order in which the tags are closed!

XP New Perspectives on HTML and XHTML, Comprehensive 6 Understanding Logical and Physical Elements A logical element describes the nature of the enclosed content, but not necessarily how that content should appear. A physical element describes how content should appear, but doesn’t indicate the content’s nature. You should use a logical element that accurately describes the enclosed content whenever possible, and use physical elements only for general content.

XP New Perspectives on HTML and XHTML, Comprehensive 7 Working with Empty Elements To display a graphic, you insert an inline image into the page. An inline image displays a graphic image located in a separate file within the contents of a block-level element. You can insert a horizontal line by using the one-sided tag. With Styles A pixel is a dot on your computer screen that measures about 1/72” square.

XP New Perspectives on HTML and XHTML, Comprehensive 8 Working with Empty Elements Other empty elements you may wish to use in your Web page include line breaks and meta elements.  Meta elements are placed in the document’s head and contain information about the document that may be of use to programs that run on Web servers.

XP New Perspectives on HTML and XHTML, Comprehensive 9 Occasionally you will want to include special characters in your Web page that do not appear on your keyboard. HTML supports the use of character symbols that are identified by a code number or name. ₤ ® Working with Special Characters &code

XP New Perspectives on HTML and XHTML, Comprehensive 10 Working with Special Characters

XP New Perspectives on HTML and XHTML, Comprehensive 11 Summary: Tips for Good HTML Code Make sure that nested elements do not cross. Use styles in place of presentational elements whenever possible. Use logical elements to describe an element’s content. Use physical elements to describe the element’s appearance.

XP New Perspectives on HTML and XHTML, Comprehensive 12 Summary: Tips for Good HTML Code Include the alt attribute for any inline image to specify alternative text for non-graphical browsers. Know your market and the types of browsers that your audience will use to view your Web page. Test your Web page on all relevant browsers.

XP New Perspectives on HTML and XHTML, Comprehensive 13 Designing a Web Site The good news is that anyone can create a web page or web site. The bad news is that anyone can create a web page or web site.

XP New Perspectives on HTML and XHTML, Comprehensive 14 Steps to Designing 1.Define the site’s purpose What’s the message? What is the purpose? 2.Consider the audience Who’s the audience? 3.Gather ideas and information How should the site be organized? What is the content? 4.Determine navigation (more on this later) 5.Sketch Pages

XP New Perspectives on HTML and XHTML, Comprehensive 15 Design Principles Need to guide us throughout design process Need to avoid  Viewers have expectations

XP New Perspectives on HTML and XHTML, Comprehensive 16 What are these expectations? As Jakob Nielsen wrote back in November 1999, “If you are thinking about how to design a certain page element, all you have to do is to look at the twenty most-visited sites on the Internet and see how they do it.” This still applies today. “If 90% or more of the big sites do things in a single way, then this is the de-facto standard and you have to comply. Only deviate from a design standard if your alternative design has at least 100% higher measured usability.” Source:

XP New Perspectives on HTML and XHTML, Comprehensive 17 Getting Ideas Look to popular sites for inspiration Locating popular sites   Example: _ http:// 6061_

XP New Perspectives on HTML and XHTML, Comprehensive 18 Fundamental Principles of Design Four principles to keep in mind:  Contrast Use changes in font, color, and shape to make things stand out  Proximity If objects on a page relate, put them close together  Alignment Align items on a page  Repetition Repeat visual elements throughout a site

XP New Perspectives on HTML and XHTML, Comprehensive 19 Contrast Elements are visually different from each other If two elements are not the same, make them very different

XP New Perspectives on HTML and XHTML, Comprehensive 20

XP New Perspectives on HTML and XHTML, Comprehensive 21 Repetition Certain elements should be repeated in multiple pages on a site These elements should be repeated throughout site to unify disparate parts

XP New Perspectives on HTML and XHTML, Comprehensive 22 Branding

XP New Perspectives on HTML and XHTML, Comprehensive 23

XP New Perspectives on HTML and XHTML, Comprehensive 24 Alignment Items on a page should be lined up with each other Goal is to choose alignment and use it throughout the site

XP New Perspectives on HTML and XHTML, Comprehensive 25

XP New Perspectives on HTML and XHTML, Comprehensive 26 Proximity Items that are close together appear to have a relationship Items that belong together should be grouped together

XP New Perspectives on HTML and XHTML, Comprehensive 27

XP New Perspectives on HTML and XHTML, Comprehensive 28 Design Principles at Work How Design Principles Improve Web Sites

XP New Perspectives on HTML and XHTML, Comprehensive 29 Before & After Alignment Contrast

XP New Perspectives on HTML and XHTML, Comprehensive 30 Before & After Contrast

XP New Perspectives on HTML and XHTML, Comprehensive 31 Before & After Proximity

XP New Perspectives on HTML and XHTML, Comprehensive 32 Good & Bad Repetition

XP New Perspectives on HTML and XHTML, Comprehensive 33 Design Principles Examples Repetition Before Repetition After Contrast Before Contrast After Picture Source: Allison McMorris -

XP New Perspectives on HTML and XHTML, Comprehensive 34 Design Principles Examples Alignment Before Alignment After Proximity Before Proximity After Picture Source: Allison McMorris -

XP New Perspectives on HTML and XHTML, Comprehensive 35 Beware of… Common mistakes  Jakob Nelson “King of usability” His Site: –The Ten Most Violated Homepage Design Guidelines –Top Ten Guidelines for Homepage Usability –Top Ten Web Design Mistakes “A wall of text is deadly for an interactive experience. Intimidating. Boring. Painful to read.” - Jakob Nielsen

XP New Perspectives on HTML and XHTML, Comprehensive 36 Questions