CIS 141 Western Kentucky University

Slides:



Advertisements
Similar presentations
Validation checking and testing that your web pages function as intended.
Advertisements

4.01 How Web Pages Work.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
Website design basics QUME Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches.
FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
Microsoft Office XP Illustrated Introductory, Enhanced Office Applications with Internet Explorer Integrating.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Computer Concepts 2014 Chapter 7 The Web and .
HTML History CS 101. HTML Stands for Hypertext Markup Language A “Markup Language” dates from the early days of publishing when editing was done manually.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Unit 3 Day 2 FOCS – Web Design. Journal Unit #3 Entry #1 Which of the videos that we saw yesterday did you find the most interesting? What was it about.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
1 An Overview of Telecommunications Telecommunications: the electronic transmission of signals for communications Telecommunications medium: anything that.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
HTML ~ Web Design.
HTML BASICS Web Design I. Web Design  WWW created in the late 1980’s  Used in academics for the next 5 years  Mosaic (1994) allowed both pictures &
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
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.
CPS Today’s topics Basic HTML The Internet Upcoming ä Networks and the Internet ä Writing programs in pseudocode Reading Great Ideas Chapters 1,
Introduction to HTML Unit 3: E-business.
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.
Forcier and Descy The Computer as an Educational Tool (Fifth Edition) Copyright © 2008 by Pearson Education, Inc. Columbus, Ohio All rights reserved.
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
(HYPER-TEXT-MARKUP-LANGUAGE) By: Saima Islam By: Saima Islam.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
U NIT 9 Level 2 Web Design. What does HTML stand for? HTML stands for Hypertext Markup Language and it is the language used by all web pages. It consists.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
4.01 How Web Pages Work.
Basic concepts of web design
Creating a Web Page CSC 121.
Chapter 1 Introduction to HTML
JavaScript and Ajax (Internet Background)
Introducing XHTML: Module A: Web Design Basics
Exploring Microsoft Word 2000
Introducing XHTML: Module A: Web Design Basics
Chapter 1 Introduction to HTML.
CNIT 131 Internet Basics & Beginning HTML
Basic HTML PowerPoint How Hyper Text Markup Language Works
(or how to build a webpage)
CIS 5.2, Spring 2010 Word and the WWW
THE INTERNET.
Tim Berners Lee By Jack Neus.
HTML History CS 101.
Basic HTML PowerPoint How Hyper Text Markup Language Works
1 Introduction to the Internet.
Digital Planet: Tomorrow’s Technology and You
Overview of HTML.
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
What is HTML?.
All About the Internet.
HTML What is Html? HTML stands for Hypertext Markup Language.
HISTORY OF THE INTERNET
Educational Computing
WEB & HTML Background Info.
WEB DESIGNING THROUGH HTML
DD Sir-Infomatics Web Development Part-1.
Use an Internet Browser
An Introduction to HTML Pages
Browsing the Web Chapter 19 PYP002 Intro.to Computer Science
BTT Web Design Quiz Solutions.
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
Presentation transcript:

CIS 141 Western Kentucky University Making Web Pages

Why do I have to learn about Web pages? Why do you have to learn about HTML: Chapter 2 of the textbook covers the Internet and World Wide Web so it is testable material. You will use it at WKU. Other CIS classes such as CIS 243 include Web topics. Other classes will require you to create a Web site as part of a project (more common every year). Employers will expect you to be comfortable using and working with Web pages. You will be the newest, youngest person in the office so they (older people) expect that you are familiar with it.

Basics The Internet The World Wide Web documents Browser Software Internet Explorer Firefox Safari The Internet evolved from a project to research packet switching networks. The resulting network was called APRPAnet. World Wide Web documents were invented by Tim Berners-Lee at CERN. A browser is software that a computer uses to display Web pages.

Web Pages Hypertext Markup Language (HTML) Examples of HTML code Making Web pages Manual HTML coding HTML Editors Dreamweaver ExpressionWeb Microsoft Publisher Microsoft Word As stated a moment ago, browsers display Web pages for us. Web pages are created using hypertext markup language (HTML), a markup language. It consists of tags that browser programs can understand. Let’s look at some! Briefly show examples of HTML code in the two examples pages that accompany this presentation. Point out how lean the code in these examples is. Pages created with editors include much more overhead. Although you can create Web pages by manually coding them, most people don’t. Software programs called HTML editors can do it for you. Please note that knowing basic HTML is VERY helpful for Web site developers, even people that use an editor (99%). It can help you fix problems quickly!