C1999 Kathleen Schrock 1 Basic HTML By Kathy Schrock.

Slides:



Advertisements
Similar presentations
Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
Advertisements

Use Tables for Layout Control Day 7. You will learn to: Understand Tables Create a Simple Table Modify Your Tables Appearance Create Page Layouts with.
Chapter 3 – Web Design Tables & Page Layout
Internet Basics & Way Beyond!
HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
1 HTML Markup language – coded text is converted into formatted text by a web browser. Big chart on pg. 16—39. Tags usually come in pairs like – data Some.
CIS101 Introduction to Computing Week 07. Agenda Your questions JavaScript text Resume project HTML Project Three This week online Next class.
Creating a Web Page with Tables. Objectives Create a text table with preformatted text Create the basic structure of a graphical table Organize table.
Introducing Web Tables
Web Page Development Identify elements of a Web Page Start Notepad
XP Creating Web Pages with HTML Using Tables. XP Objectives Create a text table Create a table using the,, and tags Create table headers and captions.
Using HTML Tables.
Basic HTML UCR Webmasters Support Group Derk Adams.
Marking Up With Html: A Hypertext Markup Language Primer
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: 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. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Chapter 5 Working with Tables. Agenda Add a Table Assign a Table Border Adjust Cell Padding and Spacing Adjust Cell Width and Height Add Column Labels.
1 The Structure of a Web Table beginning of the table structure first row of three in the table end of the table structure table cells You do not need.
Creating Tables in a Web Site Using an External Style Sheet
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
CHAPTER 11 Tables. How Are Tables Used Data Display  Very tidy and very useful Better Text Alignment  Putting text in tables allows you to format indents.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Introduction to Computers CS Dr. Zhizhang Shen Chapter 4: Talking.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 Basic HTML. 2 Part 1: Basic Web Page Production.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
Exploring Office 2003 – Grauer and Barber Enhancing the Web Page Chapter 3 BCIS 1405 Session 15.
1 Committed to Shaping the Next Generation of IT Experts. 02: Enhancing the Web Page HTML.
Unit 1 Changing the Appearance of Text. TITLE CORNELL NOTES TOPIC: NOTES: Summary: HTML Hypertext Markup Language 1 st and last tag on a page Tags Tags.
Getting Started with HTML Please use speaker notes for additional information!
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.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Just Enough HTML How to Create Basic HTML Documents.
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.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Chapter 2 Designing Web Pages With HTML JavaMethods An Introduction to Object-Oriented Programming Maria Litvin Gary Litvin Copyright © 2003 by Maria Litvin,
Computer Science 101 Lists and Tables. Lists Unordered lists - use a bullet Ordered lists - use a number, Roman numeral, or letter.
Unit 4 Create and Use Tables. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date: 09/08/2009 Period : Summary: Reasons for using tables Unit 4 Page 1 Display.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
1 Creating Links Lesson 2. 2 In the center column type : Home | Order Now | Contact Us This is the navigation button which will link to the other pages.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
CIS101 Introduction to Computing Week 07 Spring 2004.
Marking Up with XHTML Tags describe how a web page should look
COMPUTING FUNDAMENTALS
Computers and Scientific Thinking David Reed, Creighton University
Using HTML Tables SWBAT: - create tables using HTML
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Basic HTML.
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

c1999 Kathleen Schrock 1 Basic HTML By Kathy Schrock

c1999 Kathleen Schrock 2 Part 1: Basic Web Page Production

c1999 Kathleen Schrock 3 Basic Web page creation n Basic HTML tags n Heading tags n Paragraph and break tags n Text alignment n Background color n Text color n Horizontal rules n Bold and italic

c1999 Kathleen Schrock 4 Basic HTML tags

c1999 Kathleen Schrock 5 Heading tags n Used to denote main headings and subheadings; go from 1 to 6 n Show relative importance of information This is H1 This is H1 This is H2 This is H2 This is H3 This is H3 This is H4 This is H4

c1999 Kathleen Schrock 6 Paragraph and break tags n surround a paragraph of info n Skips a line and starts a new paragraph n (single-sided tag) n Starts the next word on the next line n No space left between lines

c1999 Kathleen Schrock 7 Text alignment n The default is that all text is left-aligned n To align paragraphs, you can add to the paragraph tag n To center whole blocks of text, just use

c1999 Kathleen Schrock 8 Background color n Attribute added to the tag n There are 16 color names you can add (red, blue, yellow, etc.) or you have to know the hexadecimal code n Examples

c1999 Kathleen Schrock 9 Changing the text color n Same codes as for background color n Attribute of the body tag, too n Example would lead to a light blue page with dark purple text

c1999 Kathleen Schrock 10 The horizontal rule n Used to separate portions of a page n A one-sided tag n Can include a % attribute n Example

c1999 Kathleen Schrock 11 Bold and italic n Used to emphasize text n Two-sided tags n Examples This is bold This is bold This is italic This is italic

c1999 Kathleen Schrock 12 Part 2: Creating Lists

c1999 Kathleen Schrock 13 Lists n Bulleted lists n Numbered lists n Definition list

c1999 Kathleen Schrock 14 Bulleted (unordered) list n Good for drawing attention to items that are in no particular order Dogs* Dogs Cats* Cats

c1999 Kathleen Schrock 15 Numbered (ordered) lists n Great for describing sequential tasks or step-by-step procedures Phase 11. Phase 1 Phase 22. Phase 2

c1999 Kathleen Schrock 16 Definition list n Includes a statement of the word and followed by the definition CirrusCirrus high wispyhigh wispy NimbusNimbus darkdark

c1999 Kathleen Schrock 17 Part 3 : Links and Navigation

c1999 Kathleen Schrock 18 Links and navigation n Relative links –Links in your own directory n Absolute links –Links located on another server n Changing link color

c1999 Kathleen Schrock 19 Relative links n Give you the name of the file you want to access in relation to the page you are on n If index.htm and page2.htm are in the same directory, the link on the index page to page 2 would look like this n Go to page 2

c1999 Kathleen Schrock 20 Absolute links n Specify the entire URL to go to n Go to CNN

c1999 Kathleen Schrock 21 Changing the link color n If you change the background color, you may need to change the link color, too n n Link is the color before choosing n Vlink is the color of the visited link

c1999 Kathleen Schrock 22 Part 4: Adding Graphics

c1999 Kathleen Schrock 23 Graphics for your page n Adding graphics to your page n Aligning graphics n Using graphics as links n Insert a background package

c1999 Kathleen Schrock 24 Adding graphics to your page n Two file formats –GIF for icons and line drawings –JPEG for photographs n Try to keep graphic files under 30k n Example of adding an apple picture n n The alt tag shows up in text browsers

c1999 Kathleen Schrock 25 Aligning graphics on a page n By default, the next line of text starts after the graphic image n By using the align tag, the text can be next to the graphic n

By using the align=right tag, you can move the picture to the right side of the text and put the text next to the picture rather than below it.

c1999 Kathleen Schrock 27 Using graphics as links n You may use a picture as a hypertext link n n This would give you the apple picture with a blue box around it to show that it is a link; for no box, add BORDER=0

c1999 Kathleen Schrock 28 Inserting a background picture n Background pictures should be small gifs that tile well n

c1999 Kathleen Schrock 29 Part 5 : Tables

c1999 Kathleen Schrock 30 Parts of a table

c1999 Kathleen Schrock 31 Adding a border n Becomes an attribute of the TABLE tag n n Gives your table a 2 pixel border n With a border=0, you can easily create columns that are lined up and leave as much space as you wish

c1999 Kathleen Schrock 32 Changing the size of a table n By default, tables take up as much room as they need to hold the text n To make it a certain size, add the attribute to the TABLE tag n n You can also use these in the tag to change the size of a particular cell

c1999 Kathleen Schrock 33 Adding a caption n Used to tell someone what the table means n Comes after the TABLE tag n n Appears at the top of the table

c1999 Kathleen Schrock 34 Cell padding and spacing n Attributes of the TABLE tag n Cell spacing adds space between the cells without making the cells bigger n Cell padding adds space around the contents of a cell, pushing the walls of the cell outward n

c1999 Kathleen Schrock 35 Table Headings n Used to put column headings in the table

c1999 Kathleen Schrock 36 Spanning across columns or cells n would have data cover two columns n would have data cover two rows

c1999 Kathleen Schrock 37 The End