HTML Basics Objectives: Objectives: Understand what HTML is Understand what HTML is Know basic HTML tags Know basic HTML tags Understand how to view HTML.

Slides:



Advertisements
Similar presentations
Introduction to Creating a Web Page using a Simple Text Editor (Notepad) 1  2004 Ecirp Studios
Advertisements

HTML.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Getting Started with HTML HTML – Hypertext Markup Language.
HTML Computing Concepts HTML - An Introduction 1.
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.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Creating a Simple Page: HTML Overview
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
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.
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.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
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.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
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.
HTML I An Introduction to the Language of the Web Terry Bake
Web Design-Lecture1-QN-2003 Web Design Web Design Using HTML.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
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-
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Hypertext Mark-Up Language Web Page Creation HTML.
HTML Codes Miss B.
Lesson 2: Basic HTML Code Basic HTML Code. HTML is an acronym for Hypertext Markup Language. Internet browsers translate the HTML code into texts and.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML. Hypertext Markup Language Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
The Teacher Computing HTML HyperText Markup Language.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
Creating Your Own Web Page Using HTML (HyperText Markup Language.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
+ HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
PART 1: Introduction to HTML & CSS. Lecture 1: HTML 5 Basic Structure.
HTML: Hypertext Markup Language The language to make web pages 0.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
HTML NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
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.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
Basic Web Design UVI CELL Dave Gilliss Dave Gilliss
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.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
WEB PAGES: CREATING AND MAINTAINING **
HTML HYPERTEXT MARKUP LANGUAGE.
Creating your first website
Hypertext Markup Language
Presentation transcript:

HTML Basics Objectives: Objectives: Understand what HTML is Understand what HTML is Know basic HTML tags Know basic HTML tags Understand how to view HTML sources Understand how to view HTML sources Tasks: Tasks: Page in Notepad! (Simple Bio) Page in Notepad! (Simple Bio) Printing the Source & IDing Tags Printing the Source & IDing Tags

HTML HTML stands for Hypertext Markup Language. HTML file and Web Page are synonymous. HTML stands for Hypertext Markup Language. HTML file and Web Page are synonymous. All web pages; despite fancy graphics, music… etc… is nothing more than a text file with formatting codes inserted. All web pages; despite fancy graphics, music… etc… is nothing more than a text file with formatting codes inserted. You don’t necessarily NEED a fancy web authoring program like Dreamweaver. Notepad can do everything Dreamweaver can- if you know the tags. You don’t necessarily NEED a fancy web authoring program like Dreamweaver. Notepad can do everything Dreamweaver can- if you know the tags.

Basic HTML Tags Starting Three Sections exist of a webpage: Three Sections exist of a webpage: 1. The HTML Document 2. The HEAD Section 3. The BODY Section

Basic Tag Layout WRONG WRONG<HTML><HEAD><TITLE><BODY></TITLE></HEAD></BODY></HTML> RIGHT RIGHT<HTML><HEAD><TITLE></TITLE></HEAD><BODY></BODY></HTML>

Example of the BASIC site. <HTML><HEAD><TITLE> This is a basic website. </TITLE></HEAD><BODY> Welcome to my basic website. Boo. </BODY></HTML>

REMEMBER: Always save files (if you do them in notepad, for example) as.htm or.html to be able to view them in a web browser! Always save files (if you do them in notepad, for example) as.htm or.html to be able to view them in a web browser! Most first/main pages are saved as index… Most first/main pages are saved as index… If you want to later open a file in notepad- right click and use the open with option to select notepad (usually the default program to open a.htm or.html file is a browser) If you want to later open a file in notepad- right click and use the open with option to select notepad (usually the default program to open a.htm or.html file is a browser)

More Basic Tags There are a LOT more tags available for use. For example, some basic text tags include: There are a LOT more tags available for use. For example, some basic text tags include:<B>Bold</B><I>Italic</I><U>Underline</U> Blinks (only in certain browsers) Blinks (only in certain browsers) Heading 1 (goes up to 6) Heading 1 (goes up to 6) <SUB>Subscript</SUB> Basic Seperations Include: Basic Seperations Include: Paragraph White Space before & after Paragraph White Space before & after Horizontal Rule Horizontal Rule Line Break Line Break Etc.. Etc! Etc.. Etc!

NOTICE All Tags Start with and end with ! This keeps them invisible to the everyday web surfer.

Viewing Sources All websites can be viewed in their HTML version. All websites can be viewed in their HTML version. Most web browsers have a “view -> source” option in their menu. Most web browsers have a “view -> source” option in their menu. Viewing the source of a page helps you learn how other web masters do what they do, and if needed- you can copy their code and use it as your own (this is how JAVA most commonly gets shared!) Viewing the source of a page helps you learn how other web masters do what they do, and if needed- you can copy their code and use it as your own (this is how JAVA most commonly gets shared!) No need to reinvent the wheel! No need to reinvent the wheel!

Tasks: Page in Notepad & Printing the Source & IDing Tags