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.

Slides:



Advertisements
Similar presentations
Basic HTML Workshop LIS Web Team Spring 2007.
Advertisements

HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
The Internet and the WWW What’s the difference between the Internet and the World Wide Web (WWW)? Or are they the same thing? The Internet and the WWW.
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
Tutorial 1: Introduction to JavaScript JavaScript - Introductory.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
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.
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Understanding HTML Code
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
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
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.
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using 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.
Explorers Guild April 27, What is HTML? Hypertext Markup Language (HTML) is the basic building block of the World Wide Web page. HTML files are.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
Just Enough HTML How to Create Basic HTML Documents.
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. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
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 &
Chapter 13. Applets and HTML HTML Applets Computer Programming with JAVA.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
JavaScript Tutorial 1 - Introduction to JavaScript1 Tutorial 1 Introduction to JavaScript Section A – Programming, HTML, and JavaScript.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
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.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML BASIC IST 210: Organization of Data IST210 1.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
HTML rev 01/09/2016 Hyper Text Markup Language. HTML -history  Hypertext Markup Language is the main language for creating web pages . It was first.
HTML – The Basics Rebecca Shillingburg
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.
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 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Introduction to HTML Section A – Programming, HTML
Sec (4.3) The World Wide Web.
HTML Basics Mr. Fazzalari.
Presentation transcript:

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 Physics (Geneva Switzerland) ▫Purpose  Provide an easy way to access cross-referenced documents that exist on the internet

Hyper text The World Wide Web ▫Hypertext  Is a text displayed on a computer ▫Hypertext links  Contain reference to locate and open specific documents ▫Hypertext Markup Language (HTML)  Language used to design web pages (documents) ▫Web Browser  Program that displays HTML documents

URL ▫Uniform Resource Locator (URL)  Consists of 4 parts:  Protocol  Hyper Text Transfer Protocol (HTTP)  Domain Name  or Internet Protocol (IP) address  Directory  Filename ▫Specific document filename ▫index.(s)htm(l) or default.(s)htm(l)

URL

HTML HyperText Markup Language – A method of encoding for web pages that tells (suggests) how to display the content – HTML commands are called tags and are enclosed in angle brackets opening tag closing tag

Explore a web page Right click on a web page ▫select ViewSource Look for the parts of the page – the tags  head  body  title Pairs of tags  Opening tags  Closing tags UPPER CASE vs. lower case?

Parts of the Page HTLM tags indicate this is an HTML document: Each page has 2 parts: Head – holds information like the page title Body – holds the visible text and images

A Basic Web Page MY PAGE - Home Hello, world!

Test Page Go to your directory on the c: drive. Save your NotePad file as index.html To view it, open a browser and enter file://c:/yourDirectory/index.html file://c:/yourDirectory/index.html Now, view the source using the right mouse button. Note: file not http because we are reading a local page.

Headings Headings: My Heading where # is a number between 1 and 6 with 1 being the largest. Example: My Web Page Activities Computer Workshop

Images Include the source file and path (location) as well as alternate text for those who can not load the picture or need to use a text reader.

Other Common Tags Paragraphs Forced Break Emphasis Bold Italics Alignment ▫Default is left.

Unnumbered Lists HTML My list list item 1 list item 2 list item 3 Note: list items can be multiple lines or paragraphs Output My list list item 1 list item 2 list item 3

Numbered or Ordered Lists HTML My ordered list list item 1 list item 2 list item 3 Note: list items can be multiple lines or paragraphs Output My list 1. list item 1 2. list item 2 3. list item 3

Horizontal Rules/Lines Example with parameters: Produces a line size 4 that goes across 75% of the page.

Links to Other Pages Use the anchor tag Link to another page Page 2 where page2.htm is located in the same directory Link to a web page Yahoo Note: some OS are case sensitive so be consistent in names.

Links to Specific Sections Link to another section of a page 1. Create a named anchor in the section chapter Create the link in the same document or another document. see also chapter23

Basic Settings Background: bgcolor=#ffffff Font and alternates: {font-family: Arial, Helvetica, sans-serif } Font color: text="#333333" Example: This is some text!

Basic Settings Links: ▫Link: link="#333333" ▫Visited link: vlink="#333333" ▫Active link: alink="#333333" Margins: leftmargin=0 topmargin=0 marginwidth=0 marginheight=0

Example MY PAGE - Home Hello, world!