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.

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

Introduction to HTML
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
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.
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.
HTML.
How To Create A Web Page By: Mikeon Briddy & Darrius Jacobs April 10,2006 Mr. Barnett.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
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.
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.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
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.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
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.
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.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
Understanding HTML Code
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup 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.
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 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.
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.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
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 Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
WELCOME TO THE WORLD OF WEBPAGES Here you will learn the basic coding to create your own web page.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
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 is a markup.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
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.
Websites Creating Basic Course. What´s a website ? A website (or "web site") is a collection of related web pages, images, videos or other digital assets.
1 Foundation of HTML Web Page Design. 2 Safe Web Fonts: Used by most computers regardless of environment or platform  Times New Roman  Arial  Courier.
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.
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.
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
Online PD Basic HTML The Magic Of Web Pages
HTML Basics.
Creating a Home Page in HTML
HTML.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

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 sites and pages are written in HTML.

Getting Started... By learning HTML you’ll have more control over how your web pages look, and you’ll more easily discover ways to make your pages look better. HTML is platform independent, meaning it can be viewed on any type of computer. The program Notepad in Windows is the easiest ways to write HTML.

Using “index.html” Your homepage (1 st page) MUST be titled index.html because this is the way almost all host servers are set up to handle the main page of your site.

What are tags... Tags make up the entire structure of an HTML document. __ When you place something within these you are making it known as a tag. Tags define what is within them. For example: the tags are saying to start and stop bold text. The tag with the slash (/) is known as the closing tag. This text is bold Most HTML Tags work in pairs. (Does that make these dynamic duos ‘tag teams’?).

Document Structure... HTML documents have 2 parts = the head and the body. The head contains the document’s title and similar information (this info does NOT show on your page or body). The body contains most everything else.

(defines the page for web browsers). (Defines everything in your document and sets the boundaries). (contains document title, used by search engines, doesn’t appear in the webpage). Title goes here (created within the head, displays at the top of the browser window). (contains text, headings, links, graphics, sound etc.) Body goes here Example of a basic HTML document:

Headings... Headings are some of the most important tags within the body of your HTML document. Usually use headings to tell what the following section of your page is about. These are similar to titles. The opening tag for a heading is and the closing __being the size of the heading…from 1 to 6. (1 being the largest and 6 being smallest) Ex. Headings

Sample Headings... Today is a good day. H1 Today is a good day. Today is a great day. H2 Today is a great day. Today is a marvelous day. H3 Today is a marvelous day. Today is a wonderful day. H4 Today is a wonderful day. Today is a neat day. H5 Today is a neat day. Today is a fabulous day. H6 Today is a fabulous day.

The Line Break... If you want your text to start on a new line (similar to pressing enter) you need to insert a line break. Tag for a line break is There is NO ending tag, but being consisted is a good habit to follow. Example w/o Line Break: Sentence one. Sentence two. Sentence three. Example with Line Break: Sentence one. Sentence two. Sentence three.

Paragraphs... You will often use paragraphs in HTML, just as you do when you’re writing stories. The tag is The closing tag is not always needed, but be safe and use it anyway. - adds single space - adds double space

Creating Unordered Lists Unordered List: uses bullets Classes Computers Multimedia TV/Digital Production Tags for List - ! Classes Computers Video Gaming 2 English

Creating Ordered Lists Ordered List: numbered Classes Computers Multimedia TV/Digital Production Tags for List - ! Classes 1.Computers 2.Video Gaming2 3.English

Text Formatting Properties... formattingCommon formatting tags: bold italics horizontal line or break or underline Center or list or

Horizontal Ruled Lines... Horizontal Ruled Lines are used to separate different areas of a web page. The tag is IT DOES NOT HAVE A CLOSING TAG! You may add width=n (for setting pixel width) OR width=n% (for a certain percentage of the screen width). Size=n to make the line a certain pixel amount thick. A plain with no attributes will make the line the full width of the screen.

ALIGN Attributes... Setting alignment: LEFT - Left CENTER Center RIGHT Right Text after the ‘red’ is what will be seen on web page. Center applies to ‘heading’ only. Tags can also have attributes, which are extra bits of information.

Links...(Hypertext Reference) To add a link - Link Title. Whatever appears between these two tags will become underlined and colored, and if you click on the underlined text it will send the browser to the location within the quotes. Example of link: Visit the best Video Gaming Company ever! Site ! To insert a link from your page, copy the URL into your index.html page.

Links... links are usually used to send people to other web pages, you may also use it to send to a specific address by using a location of Example of a Mailto: Link… Send to Ms. Julie MacLeod ! To insert your , copy your address into your index.html page.

Images...(Image Source) Make sure images are in the gif or jpg (or jpeg) file formats. You won’t be able to use.bmp format files! Tag: THERE’S NO CLOSING TAG! Example : To insert an image from another webpage you must copy the code into your index.html page. Once an image is located > right click on image > Properties > copy source > paste into the tag.

The BODY Attributes... Can change link colors in body tag… EXAMPLE EXAMPLE: Can add ‘moving’ text to page EXAMPLE: Video Gaming ROCKS! EXAMPLE: Video Gaming ROCKS! Center and link EXAMPLE: Goals EXAMPLE: Goals Create a ‘horizontal’ rule EXAMPLE: EXAMPLE:

Now let’s practice!!! Practice creating a page using the ‘basic’ formatting tags. (

Tutorials Intro Getting Started Basic Elements Attributes Heading Paragraphs Links Images