HTML 17 HTML 17. HTML 17 HTML is the language for making webpages Hypertext Markup Language You need to know the basics Questions about HTML are common.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
World Wide Web Hyperlinks Servers/Clients Browsers HTML (HyperText Markup Language)
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.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Introduction to HTML CPS470 Software Engineering Fall 1998.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
HTML Lesson 1 TBE 540 Farah Fisher. Prerequisites Before beginning this lesson, the student must be able to… Access web pages and navigate the web Access.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Why Worry About the WWW? Intranets -- with lots of HR applications »policies/procedures »job postings »benefits & other transactions »hiring & other workflows.
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
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.
THE BACKBONE OF EVERY WEB PAGE HTML Day 1. What will we learn? How to create a basic web page Backgrounds and colors How to link Web sites How to include.
HTML (HyperText Markup Language)
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
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.
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.
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.
HTML Codes Miss B.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic.
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
HTML HTML: Hypertext Markup Language. The basic language of the World Wide Web. Developed around 1991 at the CERN lab on the French-Swiss border by Tim.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
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.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
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.
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.
Web programming Part 1: HTML 由 NordriDesign 提供
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Take Web Design Presurvey Username: First initial, last name For example, Omar Estrella -> oestrella Password: Same as.
Notes Test #2 will be held one week from this Thursday Check to see if you have a Vision account –Launch Netscape –Point & Click to location and type vision.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
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.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Web Site Design Unit 11.3A: Web programming. Tags and Elements O h1 O p O h6 O li O Ol O Ul O Strong O Bold O Emphasis O Sub O Sup O How many standard.
Objectives At the end of this session students will: Define the following terms in two sentences or less Website Web page Browser Html URL Hyperlink Explain.
Web Basics: HTML/CSS/JavaScript What are they?
Introduction to HTML:.
Internet Exploration: HTML Basics
Elements of HTML Web Design – Sec 3-2
HTML GUIDE Press F5 and then
Uppingham Community College
HTML & teh internets.
Creating a Home Page in HTML
Web software.
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Internet Exploration: HTML Basics
Elements of HTML Web Design – Sec 3-2
COMPUTING FUNDAMENTALS
A guide to HTML.
Web Design and Development
Introduction to HTML- Basics
Chapter 16 The World Wide Web.
Computer communications
WJEC GCSE Computer Science
Presentation transcript:

HTML 17 HTML 17

HTML 17 HTML is the language for making webpages Hypertext Markup Language You need to know the basics Questions about HTML are common So let’s start by looking at what goes into a webpage…

HTML 17 Files Database Photos Info SourceHTML Web pages include lots of ingredients…

HTML 17 Here’s how making web pages fit into things… Client SideServer SideWeb CoderInternet Backbone Creates site and uploads to server 1 Sever stores site and sends when ‘requested’ 2 Site HTML & files travel across the Internet as packets of data 3 Site opens in browser on client devices 4

HTML 17 Here’s how making web pages fit into things… Web Coder Creates site and uploads to server 1 Writes HTML codes to include: Text Photos Hyperlinks Finished page Browser reads the code & displays the results

HTML 17 Heading Image Paragraph Hyperlink List We’ll explore HTML by making this silly page…

HTML 17

HTML 17

HTML 17 We’ll now look more closely at these tags…

HTML 17 Cows are cool Heading We’ll now look more closely at these tags… Tells the browser it’s the end of the heading Gives the browser the text to display for the heading Tells the browser it’s the start of the main heading End tagHeading textStart tag

HTML 17 Gives the browser the name of the image file Image We’ll now look more closely at these tags… Tells the browser to display an image file source Tells the browser where to find the image to display Change to newcow.jpg img tag

HTML 17 Some exciting text. Tells the browser the paragraph has ended Paragraph We’ll now look more closely at these tags… Tells the browser to display a new paragraph of text end tagtext Gives the browser the text to display for the paragraph start tag

HTML 17 Some exciting text. Tells the browser to stop making text bold Paragraph - Bold We’ll now look more closely at these tags… Tells the browser to make the text bold end tagbold tag

HTML 17 Some exciting text. Tells the browser to stop making text italics Paragraph - Italics We’ll now look more closely at these tags… Tells the browser to italicise the text end tagitalics tag

HTML 17 Some exciting text. Tells the browser to stop underlining the text Paragraph - Underline We’ll now look more closely at these tags… Tells the browser to underline the text end tagunderline tag

HTML 17 Some exciting text. Tells the browser to add a new line (like pressing Enter) Line Break We’ll now look more closely at these tags… Line break tag

HTML 17 Click here Gives the browser the text to display for people to click Hyperlink We’ll now look more closely at these tags… Tag tells the browser to display a hyperlink Clickable text Web address Tells the browser what page to load if link is clicked a tag & href href = hyperlink reference End tag Tells the browser the link text is finished

HTML 17 List – unordered (bullets) We’ll now look more closely at these tags… Tells the browser to display an unordered list (ul) ul tags Cows eat grass Cows make milk li tags Tells the browser to display a list item (li) Gives the browser the text to display for each list item List text End tag Ends each list item

HTML 17 List – ordered (numbered) We’ll now look more closely at these tags… This new tag will tell the browser to display an ordered list (numbered) Change tag to ol Cows eat grass Cows make milk

HTML 17 Special tags that give details about a page that can be used by web services, such as search engines. And finally…let’s have a quick look at meta tags…

HTML 17 Author name And finally…let’s have a quick look at meta tags… Gives the browser the name of the person who made this web page (the author) Tells the browser that this information will be about the author of this web page Tells the browser that this line of code contains information about the webpage contentauthor name meta tag

HTML 17 Description And finally…let’s have a quick look at meta tags… Gives the browser a brief description of what this web page is about Tells the browser that this information will give info that describes what the page is about Tells the browser that this line of code contains information about the webpage contentdescription meta tag

HTML 17 HTML 17

HTML 17 HTML 17