Announcements. WWW and HTML zReview what is WWW zDescription of HTML yHyperText Markup Language.

Slides:



Advertisements
Similar presentations
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Advertisements

Chapter 8 HTML Editors Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors No single method Notepad Textpad, Notetab, and.
Web Site Development Test 2 Working in DreamWeaver.
CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
Web I Introduction to Dreamweaver and Web Publishing.
Internet Publishing / Dreamweaver Luke E. Reese ANR Educ. and Communication Systems
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML Introduction HTML
Internet Publishing / Dreamweaver Luke E. Reese CARRS
ETT 429 Spring 2007 Web Design I.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
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.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
Creating a Web Page HTML, FrontPage, Word, Composer.
Introduction to Nvu Jing Fu. What is nVu? Free web design and development tool WYSIWYG (/wiziwig/) software Other similar tools: Dreamweaver, Googlepages.
Web Development 311 Fall : Fall Why web pages? Most companies have intranets, extranets, and web sites Content can be changed quickly and.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
A simple example An HTML file is a text (ASCII) file in a special format: Charles Ling's home page My first.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
WWW and HTML. Annoucement n Many people submitted the.vbp file and lost points n Can resubmit the.frm file to my , and get most.
Web Design ITM 2010 Tutorial 1 Prepared by Wang Shiyu.
Create Your Own Webpage. Fun with images Today we’ll cover –Working with images Including an image on your page Making the image a link Editing images.
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.
Website Designers Goal Evolve from know-nothing, nat-brain rookies … into Incredible Website Designers Reference Websites:
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Graphics and Hyperlinks b Graphics on the web are what make a web page interesting b Hyperlinks are what make it a “web”
Understanding HTML Code
Using FrontPage Express. Slide 1 Standard toolbars and menus Time indicator: gives an approximation of download time of the page.
Web Design-Lecture2-QN-2003 Web Design Microsoft FrontPage®
Website Development with Dreamweaver
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Dreamweaver An introduction to Dreamweaver by a beginner who can show you the rudiments of quickly and easily creating a web site. An attempt to offer.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
Understanding a Web Web page is a single page containing text and graphics that has been labeled with the appropriate HTML coding for the.
1 Week 1 l HTML l Applets Applets and HTML. 2 Overview l Applets: Java programs designed to run from a document on the Internet l HTML: Hypertext Markup.
Chapter 13. Applets and HTML HTML Applets Computer Programming with JAVA.
Introduction to web development and HTML MGMT 230 LAB.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
Internet Publishing Luke E. Reese ANR Education and Communication Systems
Web Page Fundamentals HTML: The Language of the Web.
Graphics in HTML. Graphics  Question: How does a web page include graphics?  Are the graphics included in the HTML file or separate files?
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Chapter 2 Designing Web Pages With HTML JavaMethods An Introduction to Object-Oriented Programming Maria Litvin Gary Litvin Copyright © 2003 by Maria Litvin,
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
Internet Publishing / Dreamweaver Luke E. Reese Biosystems & Ag. Engr. / CARRS
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
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)
Chapter 1 Introduction to HTML
Web Site Development and Macromedia Dreamweaver 8
With Microsoft FrontPage 2000
Prodi Teknik Informatika , Fakultas Imu Komputer
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Internet Publishing Luke E. Reese
Using FrontPage Express
Intro Project Introduction to HTML.
Presentation transcript:

Announcements

WWW and HTML zReview what is WWW zDescription of HTML yHyperText Markup Language

What is WWW? zVia Internet, computers can contact each other zPublic files on computers can be read by remote user yusually HyperText Markup Language (.html) zHTTP - HyperText Transfer Protocol zURL - Universal Resource Locator - is name of file on a remote computer xhttp://

How to make a web page zDefine the two basic steps required in making a web page.

Two Basic Steps zCreate an HTML File zUpload file to server

.html zWeb documents are text files with.html extension zThese text files have HTML “tags” in them

HTML Tags zEach opening HTML tag has a closing HTML tag that matches it. y for begin paragraph is followed by for end paragraph y goes at beginning of paragraph y goes at end of paragraph

Example of Tags z Here is the paragraph about something Here is the second paragraph What it will look like: Here is the paragraph about something. Here is the second paragraph.

Essential HTML Tags z begins HTML document z begins body of document z Here’s a header in big type z Here’s a paragraph z ends body z ends HTML document

Browser Output of Page If you opened that page in Netscape Navigator, it would look like this: Here’s a header in big type Here’s a paragraph

View Page Source zUsing “View Page Source” allows you to see the HTML behind a page zWhen we get into advanced HTML pages, this can be really important for learning how someone did something zhttp://puffin.bird.audubon.org/

File Transfer Protocol zFTP Program (also called FTP client) used to transfer files from your computer to your public web directory housed on the MSU computers zWS_FTP LE is a good, free FTP program zIn MSU Labs, can directly save stuff in your AFS space, on the P: drive, in the web directory

Your personal web space zhttp:// zThree steps: yMake your pilot web space public (in advanced features) yCreate a file named index.html yUse FTP to transfer a file named index.html into your web directory

Web Design Packages zMicrosoft FrontPage zAdobe GoLive zNetscape Composer zMacromedia DreamWeaver

Netscape Composer zNetscape Composer allows WYSIWYG (what-you-see-is-what-you-get) editing of web pages zControls similar to Microsoft word – font formatting, colors, etc.

Macromedia Dreamweaver zExcellent Site Building Tool zAllows organization of files, ftp, and WYSIWYG editing all-in-one zPrincipal program we will use in class zCreate page, then go to Site | Put and it transfers it for you!

Dreamweaver zYou can download a trial version of Macromedia Dreamweaver by going to: zhttp:// zExpires in 30 days

HTML Advanced zNeoTrace zHyperlinks and WWW zAdvanced HTML Formatting

Where is a Domain Server? zDomain is on a server owned by Microsoft. But where is the server? zHow does your computer contact that server?

NeoTrace zNeoTrace is a shareware program that allows you to watch the “hops” and “stops” in a search for a web document

What is a Hyperlink? zHyperlinks (also called “links”) are references in an HTML file that allow a user to connect to a different URL zHyperlinks are the magic behind the WWW - they transport you to a different world zMichigan State UniversityMichigan State University zYou may link to any page you wish!

Hyperlinks in HTML Code Text for link

Hyperlinks in Action Welcome to Lyman Briggs School. Lyman Briggs School is a residential science program. What it will look like: Welcome to Lyman Briggs School. Lyman Briggs School is a residential science program.

Local Hyperlinks zIf you are linking to a file in your directory, you do not need the entire URL. Personal Statement zYou may also link to a location within the page (link to a “target”) zDone

Inserting a Link in Macromedia Dreamweaver Highlight Text Go to Link part of properties box (may need to expand box using lower right arrow) Local : Click on Folder to Right of Link Box and find file -or- Remote: Type in hyperlink – must include e.g.

Question? zHow would you make a three column layout in a web page? zTalk to your neighbor and figure it out

Tables in HTML zTables are incredibly difficult to hand code. zWhy? Each cell needs a tag, each row needs a tag, and the outer table needs a tag. zUse Microsoft Word or Netscape Composer to edit tables. I recommend NC. zDone

Why Tables? zCONTROL! zTables allow you to control where items appear on pages. zLBS Homepage is all tables (without borders)

Inserting Tables in Macromedia DreamWeaver

A Word about Frames zFrames are also used to control layout zEach cell is a separate window zFrames are BAD! because they are user- UN-friendly

Graphics zQuestion: How does a web page include graphics? zAre the graphics included in the HTML file or separate files?

Graphics: JPGs zJPG (JPEG) is a file format standing for Joint Photographic Experts Group zUse.jpg ending on files zJPGs are the best format for color photos and high-color images on the web zScanned photos should be saved as JPGs zPhotoshop, SuperPaint or other image editor is good for editing JPGs

Graphics: GIFs zGIF stands for Graphic Image Format z.gif ending on GIF files zGIFs are perfect for graphical images with only a few colors (e.g. text headers) zVery bad for photographs zPhotoshop, SuperPaint, PowerPoint and others good for GIFs

Graphics in HTML z zCan include size parameters y zNote: No closing tag!