An Introduction to HTML What is HTML? Things to know about HTML Create your first web page Where to learn more
What is HTML? HyperText Markup Language A text-based programming language Allows marking your text so it appears in a specific format Provides some specific features »Text formatting »Images »Links
A Sample HTML Page
An Introduction to HTML What is HTML? Things to know about HTML Create your first web page Where to learn more
Things to know about HTML Blank spaces and line endings do not matter Tags NOT case-sensitive »H1 = h1 »Body = body Typing and typos are very important There is lots of free information, including tutorials, online
An Introduction to HTML What is HTML? Things to know about HTML Create your first web page Common HTML tags Where to learn more
Create Your First Web Page Run Windows Explorer and create the folder C:\firstpage Run Windows Notepad and create a file called index.html Begin coding the web page
Your First Web Page Check it out!
Your First Web Page Check it out!
My First Web Page Your First Web Page Check it out!
My First Web Page Welcome to my first website Your First Web Page Check it out!
My First Web Page Welcome to my first website <img src="house.jpg" alt="[16 Orchard Terrace]"> Your First Web Page Check it out!
Adding an Image Find an image and save it to C:\firstpage\myimage.jpg Edit your web code to include the image name. Check it out!
Welcome to my first website Some of my favorite web sites Your First Web Page
….. Some of my favorite web sites bobanahalf.com My own website. Vermont Information Processing This is where I work, providing business solutions for beverage wholesalers. Your First Web Page Check it out!
….. Some things that interest me U.S. Merchant Marines My grandfather was in the Merchant Marines. The Beatles Your First Web Page Check it out!
Your First Web Page Check it out!
An Introduction to HTML What is HTML? Things to know about HTML Create your first web page Where to learn more
Common HTML Tags Check out Webmonkeys HTML cheat sheet: nce/html_cheatsheet nce/html_cheatsheet For more practice, see their online tutorial: index0a.html?tw=authoring index0a.html?tw=authoring
An Introduction to HTML What is HTML? Things to know about HTML Create your first web page Where to learn more