HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.

Slides:



Advertisements
Similar presentations
Chapter 3 – Web Design Tables & Page Layout
Advertisements

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?
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
HTML. The World Wide Web Protocols Addresses HTML.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
WeB application development
Basic Web Publishing BA209 Arturo Perez-Reyes. Web is a communication protocol The Internet is A net of nets That use the TCP/IP protocol To publish on.
Its easy to be an information provider Tutorial: Web Publishing.
CIS101 Introduction to Computing
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Introduction to Web-Based Systems HTML, XML, and JavaScript.
Creating an HTML page Skills: edit and debug HTML pages IT concepts: text editor This work is licensed under a Creative Commons Attribution-Noncommercial-
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.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 10: GUI HTML Editors © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Creating a Web Page HTML, FrontPage, Word, Composer.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
Getting Started with Dreamweaver
What is Web Authoring? Web Authoring Tools Use Text Editors HTML Editors Web-based Authoring Tools Integrated Web Authoring Tools 8Basic Understanding.
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.
DAT602 Database Application Development Lecture 14 HTML.
A simple example An HTML file is a text (ASCII) file in a special format: Charles Ling's home page My first.
HTML Web Authoring Tonya L. DeZarn Janice Thompson Juana Wallace.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Web Technologies Website Development Trade & Industrial Education
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Website Development with Dreamweaver
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
CIS 205—Web Design & Development Dreamweaver Chapter 1.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML Hyper Text Markup Language A simple introduction.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
Presented by Graduate Design Group 2 Meredith, Jennifer, Cammay and Diane.
1 © Copyright 2000 Ethel Schuster The Web… in 15 minutes Ethel Schuster
1 After completing this lesson, you will be able to: Transfer your files to the Internet. Choose a method for posting your Web pages. Use Microsoft’s My.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
CSC3530 Software Technology Tutorial One Assignment overview & HTML basics.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
HTML HyperText Markup Language ©Richard L. Goldman July 15, 2003.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Compare and Contrast : Blackboard & a Personal Web Page www3.ltu.edu/~s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :
LBSC 690 Session 4 Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
COMP 143 Web Development with Adobe Dreamweaver CC.
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
XP Creating Web Pages with Microsoft Office
Creating Web pages using HTML: Here, you will learn how to set up facilities on the internet by creating Web pages and mounting them on the World Wide.
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Presentation transcript:

HTML Hyper Text Markup Language

The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within a tag. These are called “styles” u Styles can be imbedded within styles u TEXT u Tags begin with and end with

Adding Hypertext u The (anchor) tag u This tag is used for a clickable element which is a link to another document (or another location within the current document) u Documents can be located on any web server on the internet u A hypertext reference looks like u My home page

Creation Tools u Unix u Pico editor u Vi u Emacs u Windows u Notepad u Word 2000 u Bbedit u Netscape Composer u Dreamweaver u Front Page

Why do we need to know HTML? u There are many tools that will generate reasonable looking web sites u However, you usually need to know HTML in order to connect your web page to a data base

Easiest Tools u Unix u Pico u cd public_html u pico file.htm u chmod o+r file.htm (makes it readable) u Windows (need to move file to sales) u Notepad u Word (add new ftp location to publish) u Netscape Composer u Probably easiest of all, but no advanced features u Use to create initial document, then “hack” the html to add advanced features.

Advanced Tools u Dreamweaver 3 u Handles Frames, Forms, Tables etc. u Generates Javascript behaviours u Handles site management details u Broken links, publishing etc. u Works with Flash and Fireworks u Dreamweaver Ultra extends support to databases

A Simple Document u u This is the Title u u This is the body of the page u And here is some more u

HTML Basics Important Tags u Anchor statement u Text to display u Examples u Click here for myfile u Things to remember u Links are relative to current folder if not fully specified u I.e. “/multim/myfile.htm” means the myfile.htm file in the folder named multim underneath the current folder u Good idea to use relative addresses whenever possible, then you can move complete sites around easily

The IMG tag u u Options u

In-Line Image Maps u

Other areas u Rect u Circle Coords=“X,Y,Radius” u Oval Coords=“x1,y1,x2,y2” u Poly Coords=“x1,y1,x2,y2,x3,y3…” u Point Coords=“x1,y1”

Problems u How do I find the coordinates? u Top left is 0,0 u Bottom right is height, width (pixels) u To find other coordinates, need to examine image with software like LVIEW, PAINTSHOP, PHOTOSHOP, IMAGE COMPOSER etc.

Other interesting tags u u Use to define multicolumn tables u Useful for aligning items u Easy to make and very flexible u Example

Sample Table u <table) u u cell 1 row 1 u cell2 row 1 >/td> u

Tables and Data bases u Since the relational data bases are stored in tables, and the result of any relational query is also a table, guess what, we tend to display data base results as HTML tables. u But that is jumping ahead, first we need to understand the Common Gateway Interface (CGI) model and other related server side solutions.

Advanced tags u Frames u Forms u Layers u …

FORMS u Forms allow user to enter data to be processed on the server. u Forms and tables two necessary ingredients for web enabled databases.

Form Types u TEXT u RADIO u CHECKBOX u LIST u MENU u COMBOBOX u SCROLLBAR u …

Conclusion u HTML is pretty simple u Knowledge of a few tags can get you a long way.. u Have fun… u So let’s publish a web page for your group.

Viewing the HTML Source u To View the “code” for an HTML document, click on “VIEW”, “PAGE SOURCE” u This is very useful for learning html

Publishing Hypertext u Need to move it to web server and place in location web server program can read it u Need to give WEB server read access to the directory and page(s)

Publishing at Stern u Microsoft Word - Internet Assistant u Create document in Word, save as html u Netscape Communicator u Click on FILE in Communicator u Click on New, Blank Page u Create document u PUBLISH Document

Netscape NavigatorPublish u To Publish in NN, you need to set up Netscape with the file location of your HTML files (I.e. your public_html directory) u To find it, login to sales and type u cd public_html u pwd u You also need to provide your user id and password

Publishing... u You need to put the following address in to Netscape for publishing u ftp://sales.stern.nyu.edu/TheAddressOfYourPage u I.e. u ftp://sales.stern.nyu.edu/ export/ugrad/e/ep5/public_html u Where “export/ugrad/e/ep5/public_html” is the output of the pwd command you issued u Netscape will move your file to the server and put it in your directory u to view it go to u

Editing HTML u You can now use many different methods to modify your HTML u 1) Keep using Netscape Composer u 2) Edit on sales using PICO u type pico index.html in your public_html directory u 3) ftp back to your PC and change it in WORD and then ftp it back to sales u Frontpage 98

For more info u go to u Let’s try it….