Introduction to HTML Unit 3: E-business.

Slides:



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

DEPARTMENT OF INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues Basics of XHTML Andy Dawson Department of Information Studies,
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
BB efore, accessing information through the internet was a rather technical affair. II t was so hard for people to swap data. 11 990 TT im Berners.
HTML. The World Wide Web Protocols Addresses HTML.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5
Introducing HTML Skills: create simple Web pages
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.
V Summer workshop in Guildford County, July, 2014.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. How to Create Web Pages Using HTML Introduction.
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.
MA10126 Introduction to HTML Gavin Shaddick
HTML Introduction HTML
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Developing a Basic Web Page with HTML
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
What is HTML ? HyperText Markup Language. The authoring language of the Web is currently HTML, which stands for HyperText Markup Language. Future versions.
Web Design ITM 2010 Tutorial 1 Prepared by Wang Shiyu.
HTML Structure & syntax
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
1 Essential HTML coding By Fadi Safieddine (Week 2)
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
Web Programming : Building Internet Applications Chris Bates CSE :
Just Enough HTML How to Create Basic HTML Documents.
Introduction to Web Design Web publishing HTML basics Web design principles Multimedia on the Web.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
HTML ~ Web Design.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
CO1552 – Web Application Development Linking Pages - The Basis of the Web.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
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.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
Chapter 4 Applets Cop Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
CPS Today’s topics Basic HTML The Internet Upcoming ä Networks and the Internet ä Writing programs in pseudocode Reading Great Ideas Chapters 1,
The Web Wizard’s Guide to HTML Chapter One World Wide Web Basics.
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.
Web programming Part 1: HTML 由 NordriDesign 提供
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
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.
HTML HyperText Markup Language Victoria E. Kozlek.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
HTML Structure & syntax
Online PD Basic HTML The Magic Of Web Pages
Chapter 1 Introduction to HTML
LIS1510 Library and Archives Automation Issues Basics of XHTML
Introduction to HTML.
Web Programming– UFCFB Lecture 9
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
What is HTML?.
Introduction to HTML5.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Web Programming– UFCFB Lecture 9
BTT Web Design Quiz Solutions.
Intro Project Introduction to HTML.
HTML Structure & syntax
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Introduction to HTML Unit 3: E-business

What is HTML? HTML - stands for HyperText Markup Language It is the language of the web The commands of HTML are interpreted by the web browser (Netscape or Internet Explorer) that constructs the web page on the screen An HTML command is called a tag. Tags are contained within < > Sub-commands of tags are called attributes (for example, the image tag has attributes for source, height, width, and border) HTML is continually being revised New versions of HTML include new tags and capabilities

Why do Web Pages look different? Not all web pages look the same all the time The following affect, in small ways, what a web page looks like: the browser (Netscape vs Internet Explorer) browser version (Internet Explorer version 4 vs version 5) different computers (Windows vs Macintosh) different screen sizes (640 x 480 vs 800 x 600)

Ways to Construct aWeb Page Use a simple HTML editor like HotMetal. Use an advanced HTML editor like FrontPage or Dreamweaver. Program the code directly in HTML

Dreamweaver We will use the HTML Editor Dreamweaver for the following reasons: Dreamweaver is fast to learn. It looks and acts a lot like a word processor Dreamweaver includes a lot of advanced features Dreamweaver shows you the HTML code. You need to learn HTML code for this course Dreamweaver produces the efficient code Dreamweaver will give us direct control over the web page and access to the advanced web components. Most HTML editors are limited in what they can do

HTML Tutorials Open up your email and you will find a number of links to different tutorials You are to complete the tutorials and the exercises provided with each in the Handout You may work in partners, but you must both complete the work individually