HTML Your Friend or Foe? and a little bit from Lazar.

Slides:



Advertisements
Similar presentations
HTML. The World Wide Web Protocols Addresses HTML.
Advertisements

HTML Introduction Creating a Web Page.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
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.
New Perspectives on Creating Web Pages with HTML
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Hyperlinks and Site Organization Putting it together...
Chapter 1 Understanding the Web Design Environment
Developing a Basic Web Page with HTML
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
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.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
Creating a Simple Page: HTML Overview
What is HTML ? HyperText Markup Language. The authoring language of the Web is currently HTML, which stands for HyperText Markup Language. Future versions.
Web design for fun Presented to the Rochester Computer Society 6/10/2003 By Michael Necheles EDS.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
1 Outline 3.1 Introduction 3.2 Editing HTML 3.3 First HTML Example 3.4 W3C HTML Validation Service 3.5 Headers 3.6 Linking 3.7 Images 3.8 Special Characters.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Web Technologies Website Development Trade & Industrial Education
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 Structure & syntax
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.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
Website Development with Dreamweaver
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
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.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
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,
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
ECA 228 Internet/Intranet Design I Intro to Markup.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Lecture 3 Creating a Web Page with HTML. Objectives §Hypertext Document in WWW p §The HTML language p l Definition l Web browsers and.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
Andy Dawson– University College London 1 EABH SUMMER SCHOOL Web Page Construction Andy Dawson Department of Information Studies, UCL.
High Points CSCI 1710 Fall The Internet Packet switching Arpanet Cold War.
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 Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
HTML HyperText Markup Language Victoria E. Kozlek.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Computer Basics Introduction CIS 109 Columbia College.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
High Points CSCI 1710 Spring 2016.
High Points CSCI 1710 Fall 2017.
Web Engineering Course Code: CSE 417
What is HTML?.
An Introduction to HTML Pages
WJEC GCSE Computer Science
High Points CSCI 1210.
Presentation transcript:

HTML Your Friend or Foe? and a little bit from Lazar

Some Terms... HTML: Hypertext Markup Language SGML: Standard Generalized Markup Language DTD: Document Type Definitions HTML is a SGML DTD used on the WWW

What does HTML Do? HTML script uses a code called a tag to describe how items should look HTML uses a syntax that is supposedly generally agreed upon to make it portable

Specifications or Standards The World Wide Web Consortium (W3) 0.0, 1.0, 2.0, 3.2, 4.0, 4.01 (recent) xhtml Proprietary code problems

Ways to Write HTML HTML Converters (Word, StarOffice) HTML Editors WYSIWYG WYSIWAG UNIX Editors (pico, jpico, vi, emacs) Notepad ;} EditPlus

Creating an HTML Document (AKA Web page) Let’s look at Mary’s Resume...Mary’s Resume

Creating an HTML Document (AKA Web page) - cont. Document Content -- controlled by HTML Tags Document Content

HTML Tags Mary Taylor Different Browsers interpret tags... differently. Mary Taylor A different approach

More HTML Tags

Subtle Differences... h tags versus font tags versus spacing bold the align property (3.2 and higher) the tag -- to or not to ? your friend the

Lists Unordered Ordered Definition

Unordered Lists Item and a are optional right now, but this is changing

Ordered Lists Item #1 Item #2 Item #3

Definition List definition list definition term definition

Options on Lists Unordered List Ordered List Let's Look

Using Notepad and Browser Saving the file as “foo.htm” (or foo.html) Making sure to save it as "All Files (*.*)" Looking at file in browser Saving before looking

Character Tags physical versus logical physical: exactly how you want the text to appear --,,, (big and small are html 3.0 and above) logical: how you want to use the text --,,,,, when to use one over another?

Example satellite technician satellite technician

Horizontal Lines

More Line Options More Options With Explorer Let’s Look

Inserting Images Inline Image Appears directly on the Web page External Image Browser needs a file viewer

Image Tag GIF versus JPEG Needs to be one of them

Two Ways to Center (3.x and above) Filenames are case sensitive!

Lifecycle and Evolutionary SDLC Hoffer, George, and Valacich Whitten and Bentley Evolutionary Spiral model Risk factors End user plays somewhat of a role

Lazar User-Centered Web Development Lifecycle Define the mission of the Website and the user population Collect the user requirements for the Website Create the conceptual design of the Website

Lazar User-Centered Web Development Lifecycle (cont.) Create the physical design of the Website Perform usability testing on the Website Implement and market the Website Evaluate and improve the Website

Challenges to Web Development Browser Type Browser Version Screen Size Operating System Download Time Infrequency of use Users don’t use your site all the time Some exceptions, of course

Clients versus Users Melding Mission with Need Determining User base Negotiating soltions

Clients Client versus User Not the same people Make sure the client has a clear purpose Make sure the client is committed Keep client frequently updated Learn the client's interaction style and use it to your advantage Meld client mission with user needs

Mission of the Website Type of Website Informational E-Commerce Entertainment Target Population local, international audience-split? WMU site

Let’s Set Up Your Site