Started Getting started with HTML Authoring Authoring on the Web.

Slides:



Advertisements
Similar presentations
Computing – Weekly Review By Callum Innes HTML WWW WYSIWYG URL Hyperlink.
Advertisements

A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
INTRO TO THE WWW. What is the World Wide Web? The World Wide Web (WWW) is most often called the Web. The World Wide Web (WWW) is most often called the.
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Project 1 Introduction to HTML.
What is HTML? zThe authoring language of the Web is currently HTML, which stands for HyperText Markup Language. zFuture versions of the Web are likely.
What is HTML? zThe authoring language of the Web is currently HTML, which stands for HyperText Markup Language. zFuture versions of the Web are likely.
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 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
1st Project Introduction to HTML.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
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.
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.
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
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.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
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.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
HTML Structure & syntax
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 8 Word and the Internet Robert Grauer, Keith.
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.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
Web Programming : Building Internet Applications Chris Bates CSE :
Web Design-Lecture1-QN-2003 Web Design Web Design Using HTML.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
HTML ~ Web Design.
Introduction to web development and HTML MGMT 230 LAB.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
CSU - DCE Webmaster I Design with HTML #1 - Fort Collins, CO Copyright © XTR Systems, LLC Designing Web Sites using HTML #1 Instructor: Joseph DiVerdi,
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
A Look at HTML (and XHTML). Types of Web Applications.
The Web Wizard’s Guide to HTML Chapter One World Wide Web Basics.
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
(HYPER-TEXT-MARKUP-LANGUAGE) By: Saima Islam By: Saima Islam.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
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)
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
HTML, XHTML, and the World Wide Web
Introduction to HTML Section A – Programming, HTML
Chapter 1 Introduction to HTML
Web Site Development and Macromedia Dreamweaver 8
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Chapter 1 HTML, XHTML, and the World Wide Web
Chapter 1 HTML, XHTML, and the World Wide Web
Chapter 1 HTML, XHTML, and the World Wide Web
Tutorial Developing a Basic Web Page
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.
Intro Project Introduction to HTML.
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

started Getting started with HTML Authoring Authoring on the Web

HTML: What is it? HTML is a document layout and hyperlink specification language HTML defines the syntax and placement of special, embedded directions (called “tags”) that are not displayed by the client browser HTML is concerned with the STRUCTURE of a document, not so much the APPEARANCE of that document

HTML files and tags HTML files are simple ASCII files (aka “text files”) containing rudimentary “tags” describing the document layout of content authored by you HTML embedded tags are directions to the browser (e.g. Netscape or Internet Explorer) The browser uses the information inside the HTML tags to decide how to display or treat that content Ex: the tag specifies the title you choose to use for the document

What HTML is not Not a word processing tool Not a desktop publishing solution Not a programming language Its fundamental purpose is to “mark up” the structure and appearance of documents and document families so that they may be delivered efficiently and effectively over a distributed network (usually the Internet, but not required)

Who Governs HTML Development? Started as an informal specification Now used by millions (even Ebay ads!) Needed formal organizational blessing Enter the World Wide Web Consortium (W3C) W3C manages the HTTP standard and markup languages that address that standard The IETF (Internet Engineering Task Force) also defines the technology behind the Internet, and the WWW is but one small part of its purview

Tools for Web Authors The minimum: an editor, a browser and if possible an Internet connection HTML editor or word processor? Your decision (both have advantages): –Editors (pure ASCII) support “raw HTML coding” (aka “markup”) –WP supports content development – the most important step!!! (esp. spell check, thesaurus lookup, outlining)

Why not use a Web Authoring Toolkit? MS FrontPage, Netscape Composer, even MS-Word (and many others) automatically translate your text into HTML. Why not take the easy road? Not all adhere to latest W3C standards Some may not render well across different browsers Most WYSIWYG HTML editors don’t have up- to-date built in browsers (so they may give misleading displays) You can lose control over your document space…

Enough already! Let’s get started Basic HTML structures (Punch ‘n Run) From editor to browser (desktop review) From editor to web space on ISIS to browser (FTP required)