Getting Started with HTML HTML – Hypertext Markup Language.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
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.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Web Page Development Identify elements of a Web Page Start Notepad
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 Introduction 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.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
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 
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
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.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
 2002 Prentice Hall, Inc. All rights reserved.2 Chapter 2 — Introduction to HyperText Markup Language 4: Part I Outline 2.1Introduction 2.2Markup Languages.
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.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
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.
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.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
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.
15.1 Fundamentals of HTML.
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.
HTML Codes Miss B.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
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.
HTML: Hyptertext Markup Language Doman’s Sections.
HTML Basics BCIS 3680 Enterprise Programming. Web Client/Server Architecture 2  Your browser (the client) requests a Web page from a remote computer.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
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 Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
Lesson One Quick HTML Know-How Pages 3 to 30. Objectives for Today! For Today:  Discover HTML tags  Enter starting tags  Learn to save  Create a page!
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.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
This shows CIS17 and the first day introduction..
LBSC 690 Session 4 Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
PART 1: Introduction to HTML & CSS. Lecture 1: HTML 5 Basic Structure.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
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.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
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.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Online PD Basic HTML The Magic Of Web Pages
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
HTML.
What is HTML?.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
Presentation transcript:

Getting Started with HTML HTML – Hypertext Markup Language

HTML PRIMER Hypertext Markup Language Standard format/official language of all web pages (the WWW) Enhanced with JavaScript, Java, RealAudio, RealVideo, VRML, Flash and Shock animation, Fireworks, etc. Can be created from scratch using Notepad, Word, any word processing software

HTML TAGS Instructions to a Web browser specifying how a document is to be read HTML formatting commands are enclosed in or wickets Regular (non-code) text is not enclosed in wickets NOT case sensitive, but must be spelled correctly,, and are all the same Easier to see, use to emphasize tags Use to emphasize text, not tags is not good practice – don’t do this!

Tag Components Tag elements Opening and closing tags Standalone tags Attributes and attribute values Closing tag switches Tag element Left Wicket Right Wicket Basic anatomy of an HTML tag

Tag Elements The first word within the tag determines the identity Elements differentiate one tag from other tags Typically an abbreviated or acronym-like form of the tag name = Horizontal rule tag element = Break tag element = Anchor tag element

Opening/Closing Tags Most HTML tags appear in a tag set Tag set begins with an opening tag and ends with a closing tag. Every thing between the opening/closing tags is affected Closing tag Switch My Web Page Opening tagClosing tag

Examples of opening/closing tags Erich’s Porsche was the fastest in town.

Standalone Tags Minority of tags in HTML Do not require a corresponding closing tag Common Break inserts a line break Paragraph inserts a paragraph break Horizontal Rule Tag Tag element Attribute Value Example of a standalone tag

Standalone Tag Examples Erich’s Porsche is the coolest and fastest car in town. Erich got a speeding ticket. Janet’s Toyota is the slowest and ugliest car in town. Janet will never get a speeding ticket.

Attributes and Attribute Values Terms within a tag (within the wickets) specify characteristics of the tag element Example: tells the browser to display a horizontal line as 60% of the width of the browser window HR is the ELEMENT WIDTH is the attribute 60% is the attribute value

Closing Tag Switches Add the switch (forward slash / ) to the closing tag My Web Page Without the switch, it is like the tag never existed!

Characteristics of HTML Tag Attributes A tag can have only one element All attributes are optional Not all tags have attributes Those tags that have multiple attributes can feature all attributes simultaneously Attributes only appear in opening tags; closing tags never include attributes

Example HR (horizontal rule/line) defaults Width=“100%” Alignment=“Center” Size =“2” If no attributes are specified, browser will use these defaults

HTML DOCUMENT COMPONENTS Beginning and end of an HTML document are marked with tags HTML document normally has two sections HEAD BODY

HEAD Section This section contains Document TITLE Author Date created Method of creation Keywords Enclosed by … tags Metadata

Information about the document, e.g., author, date created, and keywords Used by search engines to index a Web page in a database Not required, but helpful if you want users to be able to locate your Web site using a search engine Title of document will show in title bar in browser Rest of information in HEAD section will be invisible to visitors to site

BODY Section Enclosed by the … tags Contains the actual content of the document Everything you want visitors to see in their browser window when they access the page must be included in the BODY section

PROBLEMS WITH HTML Coding large documents in a complex website can become Time-consuming Tedious Cumbersome Must remember to close tags you opened

ACTIVITY 1: VIEWING SOURCE CODE Open your web browser and wait for the opening page Click View, Source or Page Source Examine the tags – Can you guess what some of them do? Great way to see how something is coded so you can put on your web page!

FILE TYPES AND EXTENSIONS Need to know this because you have to save code a certain way Computers add file extension to file names to tell them apart.docxMS Word document.rtfMS Rich Text Format.txtText files.htmlFiles that can be viewed on the Web

FILE TYPES AND EXTENSIONS Name coded document _____.html Save document as text type.html extension is like putting up a sign that says, “Hey browser, read me. I’m an HTML document!”

USING HEADINGS Headings help readers find important portions of text 6 standard headings give you an easy way to control the size of text H1 through H6 Numbers indicate the level of importance H1 is the biggest VERY BIG H6 is the smallest VERY SMALL

NUMBERED/BULLETED LISTS One of the most powerful ways to organize information on a web page Unordered (bulleted) list -, gives bullets Ordered (numbered) list - gives 1, 2, 3 or a, b, c or I, II, III… Mark the beginning of the list with a tag or Mark the items to be listed with the list tag

ORANGES APPLES PEARS Ordered Lists Example: 1.ORANGES 2.APPLES 3.PEARS Type this in NOTEPAD Get this in Browser