Web Pages: HTML and Hypertext Prepared by: Dalal Oubraim Ilhame Majdi Mounia Khelloufi Mounia Reda.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

Multimedia Web Site Design Chapter Building an Effective Web Site Creating a Web site is easy, but creating one that is useful and attractive takes.
© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Getting Familiar with Web Pages 1 2 The Internet Worldwide collection of interconnected computer networks that enables businesses, organizations, governments,
XHTML Basics.
Project 1 Introduction to HTML.
. Website and file organization. How websites work.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
1 Chapter 11 Developing Custom Help. 11 Chapter Objectives Use HTML to create customized Help topics for an application Use the HTML Help Workshop to.
Microsoft Office XP Illustrated Introductory, Enhanced Office Applications with Internet Explorer Integrating.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Developing a Basic Web Page with HTML
1st Project Introduction to HTML.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Chapter Objectives Discuss the relationship between page length, content placement, and usability Complete Step 4: Specify the website’s navigation system.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
Build a Free Website1 Build A Website For Free 2 ND Edition By Mark Bell.
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
The Internet Writer’s Handbook 2/e Web Page Design Writing for the Web.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Lesson 2 HTML organization techniques Week 2. Respect WWW  R = responsibility: assume personal responsibility and create only ethical and appropriate.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
1 An Overview of Telecommunications Telecommunications: the electronic transmission of signals for communications Telecommunications medium: anything that.
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Introducing XHTML: Module A: Web Design Basics.
Introduction to web development and HTML MGMT 230 LAB.
, Online Help, and Web Sites For the first time in centuries, the written word has undergone a quantum metamorphosis, leaping from the printed page.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
Introduction to Web Page Design. General Design Tips.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
History Internet – the network of computer networks that provides the framework for the World Wide Web. The web can’t exist without the internet. Browser.
Technical Communication A Practical Approach Chapter 14: Web Pages and Writing for the Web William Sanborn Pfeiffer Kaye Adkins.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
By Mrs. Houle  It is time to visit the Internet. You are going to jump onto Google Chrome to learn how to use the web browser tools to get around. Along.
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Web Page Design 1 Information Technology ClassAct SRS enabled. Web Page Design This presentation will explore: creating web pages structure, formatting.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Lesson 10—Networking BASICS1 Networking BASICS The Internet and Its Tools Unit 3 Lesson 10.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
COMP 143 Web Development with Adobe Dreamweaver CC.
By: The Immigrants :D I mean the Mexican and the Colombian I mean Daniel and Felipe.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Introducing XHTML: Module A: Web Design Basics
Introducing XHTML: Module A: Web Design Basics
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Web software.
Objective % Explain concepts used to create websites.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Multimedia Web Site Design
Objective Explain concepts used to create websites.
Presentation transcript:

Web Pages: HTML and Hypertext Prepared by: Dalal Oubraim Ilhame Majdi Mounia Khelloufi Mounia Reda

Guidelines on web pages Guidelines on Hypertexts Guidelines on Websites

Definitions Web page: electronic file that uses special codes call HTML tags containing whatever information you want to provide HTML tags: codes that instruct the web browser (internet explorer, Mozilla Firefox etc.) how to the display the web page (colors, headings etc.)

Creation of web pages Every page on the web is created and delivered as a simple text document containing the words that will appear on the web page, as well as instructions for how they should appear. These instructions are written in HTML.

Naming web pages Each page on your web site will have a unique web address (URL) based on the name of its corresponding HTML file. Names should end in.html or.htm to allow its identification as an HTML file. Names should not contain spaces (for easy reading use underscore) Names are case-sensitive: be careful when you use upper case and lower case letters.

Frames in HTML Frames are one of the features of HTML. They allow the web page to be divided into multiple independent section, scrollable sections. Each scrollable area displayed is a unique HTML document. So, different web pages are actually displayed within one interface

Can we use Microsoft world to creat web pages? Avoid software like Microsoft in creating Web pages. → it forces you into certain tagging style you may not want.

What is Hypertext? It is one or more documents stored electronically that use devices called «links» The links permit rapid electronic cross- referencing and searching.

Brief History of the Hypertext It was first conceived in 1940s by Vannevar Bush It was named by Ted Nelson in 1960s. It started being practiced in 1980s

Hypertext Essential Components: Navigation Links Menus and Submeneus Search tools

Spot Links Links to information related to the text In case a concept is covered throughout different parts Example

Spot Links (Cont…) Disadvantage: distracting  Should be used carefully  Only when necessary  Use Related-Information Section

Creating Hypertext 1st Recommendation:  Conduct Audience Analysis: Who is the audience (readers, viewers, consumers…) ? Identify the audience needs - type of information - use of information  Basis of the design process

Audience Analysis (Cont…) Examples (From Mike Markel’ website) Glaucoma Foundation’s site Dell

Design the Web Site Shallow Site Design

Web Site Design (Cont…) Deeper Site Design

Web Site Design (Cont…) Typical Page Design

Basic Design Principles Use contrast: Legible text Use spatial relationship: Clarity Establish patterns: Consistent Design throughout pages. Use Moderation: Simplicity + Avoiding confusing readers Present a balanced look: visually balanced appearance

Test the site Using different browsers Using different screen sizes Using different computers  Example of a page that was not tested

Thank you for you attention