1 CSC160 Introduction to HTML. 2 What Is a Computer?  A computer is a programmable machine that can store data, interacts with users and devices, and.

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
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.
Business Technology Applications Computer Basics.
Project 1 Introduction to HTML.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
CIS101 Introduction to Computing
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML Introduction HTML
Developing a Basic Web Page with HTML
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.
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.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
Chapter ONE Introduction to HTML.
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.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
TERMS TO KNOW. Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Lesson 2 — The Internet and the World Wide Web
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
4 HTML Basics 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.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
Introduction to Engineering and Technology Concepts Unit Five Chapter Five – Computer and Internet Connections.
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.
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
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.
Just Enough HTML How to Create Basic HTML Documents.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
HTML: Hyptertext Markup Language Doman’s Sections.
1 © Copyright 2000 Ethel Schuster The Web… in 15 minutes Ethel Schuster
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Computer Architecture
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Computer Basic Vocabulary
4 HTML Basics 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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Introduction to the World Wide Web & Internet CIS 101.
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.
SEPTEMBER 8, 2015 Computer Hardware 1-1. HARDWARE TERMS CPU — Central Processing Unit RAM — Random-Access Memory  “random-access” means the CPU can read.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
Computer and Internet Basics
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Project 1 Introduction to HTML.
Chapter 27 WWW and HTTP.
Presentation transcript:

1 CSC160 Introduction to HTML

2 What Is a Computer?  A computer is a programmable machine that can store data, interacts with users and devices, and executes programs.  Data includes words, numbers, images, sounds, ….  Execute instructions to perform operations on data and produce the results.  Instructions tell the computer what to do with the given data.  Computers can handle repetitive chores without becoming bored or exhausted and at a great speed.  Computers are flexible to be able to handle a wide range of tasks

Computer Hardware The Physical Components of a Computer I/O interface Connects input/output devices to the computer and allows the computer to exchange information with the outside Input device: inputs data and commands into the computer. E.g., keyboard, mouse, scanner, microphone Output device: outputs the data to users. E.g., printer, monitor Memory unit Stores data and instructions. 3

Computer Hardware (cont’d) Central processing unit (CPU) Interpret and executes instructions Control unit: interprets the instructions & control their execution Algorithmic/logic unit: perform mathematical/boolean operations Other peripheral devices Auxiliary storage device (E.g., disk drive, CD_ROM and DVD_ROM) Communication device (E.g., modem) To communicate and exchange data with another computer 4

5 Basic Components of a Computer Central processing unit Memory unit Input device Output device Other peripheral devices

6 Schematic Design of a Personal Computer CPU (Central Processing Unit): the brain of a computer Memory: RAM (the main memory) Hard disk, floppy disk and CD-ROM (the secondary storage) I/O interface I/O interface (ports, graphic card, sound card and network card) connects different kinds of input devices (keyboard and mouse) and output devices (printer, monitor and speakers) to the computer.

7 Computer Programs A program is a sequence of instructions and decisions that the computer carries out to achieve a task. Computer programming is the act of designing and implementing programs. A computer itself cannot analyze a problem and come up with the steps to solve it. Without programs, a computer can do nothing. A programmer designs and implements these programs.

8 Computer Networking  To interconnect computers and devices together via communication media and devices in order to communicate and exchange information. Application examples Multimedia streaming (e.g., Video-on-demand) Internet telephony Distributed games Instant messaging World Wide Web Many other applications

9 World Wide Web & Web Pages World Wide Web contains millions of documents (Web pages) stored on Web servers that are distributed all over the world A Web page is a text file that contains text, graphics, video, sound, links to other Web documents, and so on. To access and view a web page, open it in a web browser E.g., Microsoft Internet Explorer and Netscape Navigator

10 Develop a Web Page We will learn to use HTML & JavaScript HTML (Hypertext Markup Language) Specifies what information to be displayed on a web page JavaScript It is usually placed in an HTML file to make the Web page more interactive and dynamic Text editor: notepad, JS-IDE, etc. Where is the Web page placed? To make your Web pages available to everyone on the Internet, the Web page and all supporting files must be placed on a computer that acts as a Web server. You may use a commercial or free Web-hosting service EKU student web place Each EKU student has 10MB web space EKU Code of Ethics at No abusive, offensive, or commercial material

11 What is HTML? A markup language that specifies what information is to be displayed in a web page It is written as plain text that any Web browser can read Display static information Rendong's Web Page. Welcome to Rendong's Web Page!

12 What is JavaScript? A web scripting language used to write web pages It is usually placed in an HTML file to make the Web page more interactive and dynamic … To insert JavaScript code into an HTML document Rendong's Web Page. window.alert("Welcome to CSC160!"); Welcome to Rendong's Web Page! document.write("This writes text to the page.");

13 General Web Page Structure Page Title My web page content

14 HTML Tags: Basic Elements … Start/end of a web page … Page header. Generally includes page title, keywords … Page title, appears in the title bar of the browser … Page body: main content of a Web page Can specify page color, text color, etc. by adding attributes

15 HTML Tags: Text Phrases & Paragraphs Phrases & paragraphs Line break: starts a new line in a Web page (or … ) Start a new paragraph Formatting … : bold text … : italicized text

16 HTML Tags: Lists Numbered lists Unnumbered (bullet) lists: item1 item2 item1 item2

17 HTML Tags: Tables … : identifies a table … : specifies a data cell as a table heading … : defines a horizontal row … : defines a data cell within that row Col1 Col2 Col3 data11 data12 data13 data21 data22 data23 data31 data32 data33

18 HTML Tags: Hyperlinks (1) User text Uniform Resource Locator (URL) Specifies the address of a Web page, a Internet resource, or a file. User text Describes this link and where it goes. Linking to files and Relative link To a related page (on the same server, often in the same folder) Absolute link To an specific URL (on a same or different server) links Snoopy is typing. EKU Home My address

19 HTML Tags: Hyperlinks (2) Linking within a page Point to a specific spot inside an HTML document Anchor is a named point on a Web page. Defining an anchor … Linking to an anchor … Assignments for CSC 160 Assignment 1 Assignment 2 Assignment 1 (Due 1/23) … Assignment 2 (Due 2/4) …

20 HTML Tags: Images (1) Adding an image Adding alternate text

21 HTML Tags: Images (2) Adjusting the height and width How many pixels, or what percentage of the original height/width

22 HTML Tags: Images (3) Thumbnail images To link from one image to another Create a smaller version of the image file, called a thumbnail Click the thumbnail to open the larger image file

23 HTML Tags: Page Colors & Background Background and text colors TEXT: specifies the color of text on the page as ‘color1’ BGCOLOR: specifies the color of the background as ‘color2’ Colors can also be specified as “#rrggbb” “rr”, “gg”, “bb” are hexadecimal values from 00 to ff specifying the amount of red, green, and blue for the desired color Background images BODY TEXT="#ff0000" BGCOLOR="#ffff66"

24 HTML Tags: Other Frequently Used Tags Horizontal rule … Center the stuff between the tags Headers … – Header 1 (really large/bold text) … - Header 2 (smaller and less bold) … … – Header 6 (the smallest and least bold header)

25 Some Helpful Web Sites Some web sites to help in selecting colors /java09e.html HTML Reference Sites References for good web pages