COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 

Slides:



Advertisements
Similar presentations
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,
Advertisements

WeB application development
Creating and Editing a Web Page Using Inline Styles
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
Chapter 2—HTML Dreamweaver for College & Business.
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. How to Create Web Pages Using HTML Introduction.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML Introduction HTML
1st Project Introduction to HTML.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Chapter ONE Introduction to HTML.
The Internet & Web Browsers Business Webpage Design Kelly Seale.
With Internet Explorer 8© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Go! with Internet Explorer 8 Getting Started.
Internet. Internet is Is a Global network Computers connected together all over that world. Grew out of American military.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
HTML Structure & syntax
Navigation Section 2. Objectives Student will knowhow to navigate through the browser.
Understanding HTML Code
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
15.1 Fundamentals of HTML.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
Just Enough HTML How to Create Basic HTML Documents.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
Chapter 8 Browsing and Searching the Web. Browsing and Searching the Web FAQs: – What’s a Web page? – What’s a URL? – How does a browser work? – How do.
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 &
Windows Internet Explorer 7 Chapter 1 Introduction to Windows Internet Explorer.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
15.1 Fundamentals of HTML DeKalb County School System.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
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.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Creating and Editing a Web Page
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
The Internet & Web Browsers Business Webpage Design Created by Kelly Seale Adapted by Jill Einerson.
XP Creating Web Pages with Microsoft Office
Introduction to HTML (Web Design) IT Fundamentals.
Introduction to HTML.
Computers and Information Systems
Project 1 Introduction to HTML.
Microsoft Office Illustrated Introductory, Premium Edition
Computers and Information Systems
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.
What is HTML?.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Introduction to Internet Explorer
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
Computers and Information Systems
Presentation transcript:

COMPUTERS AND INFORMATION SYSTEMS HTML

How the Web Works To access a web site  Enter its address (URL) in the address box of your browser   The indicates browser & web server will communicate using Hypertext Transfer Protocol  The www indicates a resource on the World Wide Web  The iwacademy.com is called a domain name  Identifies which computer (web server), hosts site Your web browser sends the request to the appropriate web server on the Internet

Connecting to the Internet Your modem converts signals from your computer to signals that travel over wire lines to an internet service provider (ISP) Your ISP provides a connection to the Internet

What is HTML? Hypertext Markup Language Web’s universal programming language Places codes or tags in a Web document Provides browsers with info about how to display pages and create links Developed in 1989  Simplified version of Standard Generalized Markup Language  Developed to share documents on different types of computers Uses hypertext to link documents

What is HTML? (continued) First version contained only 30 commands (tags) Subsequent versions expanded so Web sites could become highly interactive and dynamic W3C (World Wide Web Consortium) Text (ASCII) files with HTML tags embedded Display the HTML by having browser display source code  View  Source

Why HTML and not HTML Editors? Best way to learn HTML Easier to solve problems Tweak appearance Include new features on your page

Getting Started Create a New Folder in your H-Drive: name it Comp Info Create a New Folder inside Comp Info folder: name it MynameWebPortfolio (substitute your last name for myname in title of folder)

Creating Web Pages with HTML in NotePad Click the “Start” menu Click on:  All Programs  Accessories  Right Click on NotePad  Pin to Taskbar

Creating HTML Document in Notepad (cont.) After opening NotePad type the following: The Name of My Page Welcome to my Web Page! This is my first web page. My name is... I can't wait to learn more about this.

Save Your Web Page File  Save As Save in your H:Drive  Computer Info Folder  MyNameWebPortfolio Folder (you used your name where it says MyName) Name the file: myname1.htm Save as type: All Files Click Save

View the Source Code (HTML) Open Internet Explorer File  Open (If you do not have the menu bar commands showing on Internet Explorer : right click on the status line at the top of the page containing the commands you do have, select MENU BAR, then FILE  OPEN) Browse (lower right corner of dialog box) Select file (from H:drive) OK You are now viewing what your source code looks like displayed on the browser, Internet Explorer.

Display Notepad and Browser on Desktop at Same Time Open Notepad File Restore down to ½ size Open Browser, Browse for file Restore down to ½ size Make changes to Notepad file Refresh Browser to see changes

Problem Viewing in Browser? Did you save notebook file with the file extension.htm or.html? Are you looking at type of file ALL? Did you open/close all tags?

Understanding HTML Tags HTML is a set of codes (tags) used to create a document (“coding”) Tags:  Format text  Place graphics on the page  Create links

HTML Tags (continued) Syntax (format) is required Each tag begins with an opening angle bracket (<) Ends with a closing angle bracket (>) Contains a command between brackets  Example:  This tag designates beginning of an HTML document

HTML Tags (continued) Many tags are paired Closing tag has same syntax of Opening tag BUT:  Includes a forward slash (/) before command  Example : is the tag for the ending of an HTML document All text between the opening and closing tags is affected by the tags If the tag is not closed the command will stay in effect.

Review: HTML Tags HTML tags are keywords surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a pair is the start tag The second tag is the end tag Start and end tags are also called opening tags and closing tags

Practice Using a Tag Open your practice html in Wordpad (Remember how you saved: change type of file from Text Documents to All Files) Add a tag to your source code to bold the word first Insert before the word first Insert after the word first REMEMBER: Save Open (or Refresh) Internet Explorer  The changes you made to your source code (bold format) are now displayed on your browser

Using HTML Structure Tags Web pages have two main sections: Head and Body  Must contain a title  This title is displayed in title bar when document is displayed (Open Web Page in Browser, look at title)  May contain other info (format styles for document or keyword info for Web search engines)

Using HTML Structure Tags (continued)  Contains the information that will appear on the screen  Text  Graphics  Links, etc

Structure of a Web Document text that appears in the browser’s title bar all info that will be displayed on screen

About Titles (Head) A Web page can have only one title The title should be specific and descriptive because it is displayed as:  a line item in a browser’s history list  in bookmarks  in indexes  other programs that catalog Web pages The title should be concise Title cannot be formatted like other text, you cannot change its appearance