Basic Web Publishing M. Scott Gartner 7/15/98.

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

Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
1 تقنيات الانترنت عال457 HTML. 2 HTML  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
HTML Programming last updated 9/12/05 at 1:30pm HyperText Markup Language Reference: – HTML BasicsHTML Basics An HTML program is a set of paired tags that.
HTML Computing Concepts HTML - An Introduction 1.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Marking Up With Html: A Hypertext Markup Language Primer
HTML Introduction HTML
HTML BASIC
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.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
1 Introduction to HTML. 2  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language  of Web Pages on the World Wide Web. HTML is a.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Computer Sciences Department
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
What is HTML ? HyperText Markup Language. The authoring language of the Web is currently HTML, which stands for HyperText Markup Language. Future versions.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
July 2007 Web Design Developing a Class Website for the Tsunami Shelter Challenge Rozeanne Steckler
HTML 4.0 History and Application By: Marc Mayzes.
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
CSCI 1101 Intro to Computers
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Getting Started with HTML Please use speaker notes for additional information!
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
Just Enough HTML How to Create Basic HTML Documents.
Stylin’ with CSS Monday October 8 th and Tuesday October 9 th.
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
HTML & Color How to Use Color  Backgrounds-  Usually a light color is best  Should have a color based on a theme or plan  Can have a dark.
CS 330 Class 2: Programming Plan for Today Recap from last time More UNIX Begin HTML (material from Chapters 5-8) –Tags and attributes –Hyperlinks Features.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Hyper Text Markup Language. In Early 1970s VINT CERF & BOB KAHN released a paper In 1980s That Solution was implemented as TCP/IP.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CompSci 1 Lecture 2 HTML Webpages. Today’s Topics Basic HTML The basis for web pages “Almost” programming Upcoming Programming Java Reading Great Ideas.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
HTML Basics.
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
CSCI-235 Micro-Computers in Science
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
AN INTRODUCTION BY FAITH BRENNER
Presentation transcript:

Basic Web Publishing M. Scott Gartner 7/15/98

Introduction What will I be covering? What won’t I cover? Should you create a web page?

Steps to creating a web site. Get an ISP account and an address Get some web space –5Mb should be plenty Get an editor –notepad –word/wordperfect/other word processor –HTML authoring program HotMeTaL, Front Page, HotDog, etc.

More steps Have a goal –Getting a job –Selling a product –Research –Publishing your own writings or graphics Design the site Upload the site to the ISP’s computer Update it often

What is a web site? A set of files (the part you provide) –HTML –graphics –image maps –Java class files –etc. A computer connected to the Internet. A web server (Netscape, Apache, IIS)

Creating your first web page A minimal example A minimal example This is the body of the page

What is a tag? Enclosed in angle brackets “ ” (less-than and greater-than signs) The name of the tag. A list of zero or more attributes For example: – Tag names are not case sensitive – is identical to,, or

Closing tags Uses the same tag name but begins with a forward slash – Some enclosed text Most tags in HTML have both tags and closing tags Tags can enclose other tags – Bold and Italics Some have only the opening tag –,

Back to the minimal web page the tag pair encloses the entire page –Text outside of this tag may not be processed by a web browser. the tag pair encloses the page header –Text within here will not be displayed within the web page

Header tags Some tags only make sense in the header sets the window title denotes information about the page There can only be one section in a web page.

Body tags Text formatting tags Form tags Graphic display tags Java applets JavaScript or VBScript Basically anything that doesn’t go in the header.

The Body Tag has attributes Background image – Various colors –Background –Foreground –Links –Visited links –Active links

Colors in HTML Common names: “red,” “purple,” “gray,” etc. Hexadecimal triplets Red, Green, and Blue are written as: –#RRGGBB For example: –White is #FFFFFF, black is #000000, and yellow would be #FFFF00

Body tag using color background color will be black foreground color will be white link color will be apricot –

Character formatting tags strong - - usually bolded emphasis - - usually italicized cite - - usually italicized usually fixed width tags –keyboard -, sample - –code -, typewriter - bold - - bold italic - - italic

Font size and color range from 1 (small) to 7 (large), default 3 Seven, Six, Five, Four, Three, Two, One Font colors are hex triplets or color names Black, maroon, green, olive, navy, purple, teal, gray, silver, red, lime, yellow, blue, fuchsia, aqua

Paragraph formatting All white space is compressed Paragraphs and breaks must be specified Indenting and other spacing Organizing the page

Section tags division - paragraph - break - nobreak - heading tags levels 1 (largest) through 6 (smallest) – This is a large heading – This is a small heading

Special characters

Preformatted text Returns and space for formatting Tab support Fixed-width characters Displays any tag except

Comments Can be placed around other tags – This header is hidden -->

Separators Produces a horizontal line Width and height of line can be controlled – width can also be a percentage of browser width –

Images A file in the HTML directory – A file in a sub-directory – A file at some absolute location –

What formats to use GIF - Graphics Interchange Format –Limited to 256 colors –Useful for cartoon style graphics JPG - Something –May be millions of colors –Better compression, but “lossy”

Hyperlinks Also called “anchors” Transfers control to another HTML file Text to highlight Another file in the HTML directory – A file in a sub-directory –

Conclusion Writing HTML is easy Creating a web site is hard Keep it simple Use tools where you can HTML links on my web site: – Questions to me at:

Basic Web Publishing M. Scott Gartner 7/15/98