Introduction to Computers 12/6/2015 1 BEGINNING HTML DESIGNING YOUR OWN WWW PAGES.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
HTML Basics Customizing your site using the basics of HTML.
Learning the Basics – Lesson 1
HTML. The World Wide Web Protocols Addresses HTML.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
How Tags are used to form your Web Page
1 Chapter 9 Introduction to HTML and Applets Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
Introduction to HTML CPS470 Software Engineering Fall 1998.
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
World Wide Web1 Applications World Wide Web. 2 Introduction What is hypertext model? Use of hypertext in World Wide Web (WWW) – HTML. WWW client-server.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
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.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
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.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
1 Week 1 l HTML l Applets Applets and HTML. 2 Overview l Applets: Java programs designed to run from a document on the Internet l HTML: Hypertext Markup.
Chapter 13. Applets and HTML HTML Applets Computer Programming with JAVA.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Lec.10 + (Chapter 8 & 9) GUI Java Applet Jiang (Jen) ZHENG July 6 th, 2005.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
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.
Introduction to HTML : Hyper Text Markup Language.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
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.
1 Lecture 12 Lecture 12 Basic HTML ITEC 1000 “Introduction to Information Technology”
HTML – The Basics COE 201- Computer Proficiency. The Internet The World Wide Web ▫Also known as the Web ▫Created in 1989  European Laboratory for Particle.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Introduction to Hypertext Markup Language James H. Harrison, Jr., M.D., Ph.D. Center for Biomedical Informatics University of Pittsburgh Medical Center.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
Creating Web Pages with Links, Images, and Embedded Style Sheets
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Computer Basics Introduction CIS 109 Columbia College.
Chapter 8 Introduction to HTML and Applets
Marking Up with XHTML Tags describe how a web page should look
Learning the Basics – Lesson 1
COMPUTING FUNDAMENTALS
Computers and Scientific Thinking David Reed, Creighton University
Chapter 16 The World Wide Web.
Presentation transcript:

Introduction to Computers 12/6/ BEGINNING HTML DESIGNING YOUR OWN WWW PAGES

Introduction to Computers 12/6/ What is HTML? Hypertext Markup Language Used to create documents for the WWW Structure is important

Introduction to Computers 12/6/ General Command Format Not case sensitive Tabs and Returns are not recognized Commands start with a There is a beginning and an ending to most command structures The / symbol is used to terminate a command structure

Introduction to Computers 12/6/ Starting a WWW page Start a WWW page by declaring itself End a WWW page by terminating itself

Introduction to Computers 12/6/ Parts of a HTML document Heading Title Body

Introduction to Computers 12/6/ The Heading Title of your WWW page

Introduction to Computers 12/6/ The Body Starts with: Heading Levels Paragraphs Lists Links Ends with:

Introduction to Computers 12/6/ The Body: Heading Levels Six heading levels: h1 to h6 General format and where x is the heading level 1..6 Level 1 is the largest font size and 6 the smallest Example: My First Page

Introduction to Computers 12/6/ The Body: Paragraphs Used to separate paragraphs General format This is your paragraph

Introduction to Computers 12/6/ The Body: Lists Three kinds of lists OrderedNumbered UnorderedBullets DefinitionExplanatory List

Introduction to Computers 12/6/ Lists : Ordered Numbered General Format Begins with and ends with Individual items in the list are designated with a in front of them. (NOTE: there is no ) Example: Chapter 1 Chapter 2

Introduction to Computers 12/6/ Lists: Unordered Bullets General Format Begins with and ends with Individual items in the list are designated with a in front of them. (NOTE: there is no ) Example: Chapter 1 Chapter 2

Introduction to Computers 12/6/ Examples Ordered My first WWW page This is your paragraph 1. Chapter 1 2. Chapter 2 Unordered My first WWW page This is your paragraph Chapter 1 Chapter 2

Introduction to Computers 12/6/ Lists: Definition Bullets General Format Begins with and ends with Individual items in the list have two parts Term (NOTE: there is no ) Definition (NOTE: there is no ) Example: Chapter 1 Keys to Success

Introduction to Computers 12/6/ The Body: Links Four types Page Images - still Images - motion Sound

Introduction to Computers 12/6/ Links: Page URL - Uniform Resource Locator Internet protocol used to reach document or resource Address of a document or resource protocol://machine.name.directory/docum ent

Introduction to Computers 12/6/ Links: Page General Format text of link The text of link is the part that the users will click or select to activate the link Example: Dakota RoughRider

Introduction to Computers 12/6/ Links: Images - Still Image must be in GIF or JPEG format Image must be in same folder as your html file General Format optional caption Example: This is a parrot

Introduction to Computers 12/6/ Links: Images - Still Options Image alignment - top, middle or bottom Aligns base of the image with the base line of the surrounding text General Format: optional caption Example: parrot

Introduction to Computers 12/6/ Links: Images - Motion Image should be in MPEG format Image must be in same folder as you html file General Format text of link Example: Parrots in flight

Introduction to Computers 12/6/ Links: Sound Sound should be in AU format Image must be in same folder as you html file General Format text of link Example: Sounds of parrots

Introduction to Computers 12/6/ Extras Bold text Italic text Center text or image

Introduction to Computers 12/6/ General Overview Ostrich text for your page

Introduction to Computers 12/6/ Java Applets A Java applet is a small Java application that is embedded in an HTML document and runs in a browser window. When a browser interprets a document that contains a Java applet, the program files are downloaded onto the user’s machine and then the browser’s Java interpreter runs the applet.

Introduction to Computers 12/6/ Making an Applet Must change your program to extend to the class GBApplet rather than GBFrame. public class programName extends GBApplet Must also import: java.applet.*; java.awt.*; Must add a reference to the class file in a HTML document to access Java file. Must be included in the body of the HTML document.