Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter One World Wide Web Basics.
Advertisements

 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Introduction to Research: The Internet
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
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.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to: Web Site Development. Terminology HTML Hypertext Markup Language HTML File A web page built from HTML Index File The home or main page.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Introduction to Web Lingo
Using the WWW in Teaching and Learning Barbara Watson Andrew Stansfield IT Service.
Introduction to Web Creation iMet Tool Training. Basic Principles Have a plan Focus on the content and communication Make navigation logical and consistent.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
1st Project Introduction to HTML.
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.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
HINARI/Basic Internet Concepts (module 1.1). Instructions - This part of the:  course is a PowerPoint demonstration intended to introduce you to Basic.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
Introducing Dreamweaver MX 2004
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Postacademic Interuniversity Course in Information Technology – Module C1p1 Contents Data Communications Applications –File & print serving –Mail –Domain.
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
1999 Asian Women's Network Training Workshop What the Internet Offers Communications  Across the country or across the world Information resources and.
Introduction to HTML. HTML Hyper-Text Markup Language: the foundation of the World-Wide Web Design goals:  Platform independence: pages can be viewed.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
HTML ~ Web Design.
CIS 250 Advanced Computer Applications Internet/WWW Review.
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
Internet Overview Data Service Center What is the Internet? F A network of networks connecting computers/people around the world allowing them to share.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
JavaScript Tutorial 1 - Introduction to JavaScript1 Tutorial 1 Introduction to JavaScript Section A – Programming, HTML, and JavaScript.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Web Based Systems for Engineering and Management Professors Iris D. Tommelein and Arpad Horvath Fall 2000.
The Web Wizard’s Guide to HTML Chapter One World Wide Web Basics.
History Internet – the network of computer networks that provides the framework for the World Wide Web. The web can’t exist without the internet. Browser.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
01 - Introduction Informatics Department Parahyangan Catholic University.
Lesson No:12 Introduction to Internet CHBT-01 Basic Micro process & Computer Operatio.
Introduction to Web & HTML
The Internet and World Wide Web Sullivan University Library.
Introduction to the World Wide Web & Internet CIS 101.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
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)
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.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
How Much Do You Know About the Internet?. What is the Internet? The Internet is the world’s largest computer network, connecting more than 4 million computers.
The World Wide Web.
Introduction to HTML Section A – Programming, HTML
Chapter 1 Introduction to HTML.
Web Info for Project Presentations
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
HTML HYPERTEXT MARKUP LANGUAGE.
Web Page Concept and Design :
What is HTML?.
Document Structure & HTML
Presentation transcript:

Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop

© Directorate of Information Systems and Services, 1999 About this Workshop Learn the basic concepts of HTML Create simple HTML pages Publish these pages on the University Web Learn to use an HTML authoring tool This workshop will enable you to:

© Directorate of Information Systems and Services, 1999 Workshop Plan Introduction to W W W and HTML Hands-on session: building and publishing your own W W W pages Break for air / coffee Introduction to Web authoring tools Hands-on session, using: Symantec Visual Page

© Directorate of Information Systems and Services, 1999 What we will assume You are familiar with browsing the World Wide Web You are familiar with using Windows

WWW Architecture W W W is based on a client / server architecture Remote server Desktop computer Client: Netscape or MS IE Give me file x Here it is HTTP

Terminology HTTP: Hypertext Transfer Protocol Set of rules for communication between W W W clients and servers URL: Uniform Resource Locator Can be regarded as the “address” of an object on W W W: HTML: Hypertext Markup Language Native language for documents on W W W

What is HTML? HTML is the language for creating WWW documents HTML documents use “markup tags”: Introduction HTML tags are case-insensitive: is the same as But “attributes” (e.g. filenames) are case-sensitive HTML tags usually come in pairs: …. But a few are used singly:,

Overall Document Structure HTML documents should almost always have the following structure: inside here: information about the document inside here: actual document content Omitting, and elements will not affect document appearance, but could affect document maintenance and searching

Different types of HTML tags Simple tags used in most HTML documents:,, Logical tags, which convey meaning and structure:,, Formatting tags, which control visual appearance:, Hypertext links: ….

© Directorate of Information Systems and Services, 1999 Practical Time! Now it’s time for you to write some HTML for yourself. You will create a Web page, containing text, graphics and links Then you will publish your page on the University Web