Unit 1 — HTML BASICS Lesson 2 — HTML Organization Techniques.

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

Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
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.
1 تقنيات الانترنت عال457 HTML. 2 HTML  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting.
Unit 4 Lesson 2 HTML Organization Techniques
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thur 14:00 – 16:50) TA: Jackie Lo.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
CIS101 Introduction to Computing HTML Project Two.
Basic HTML UCR Webmasters Support Group Derk Adams.
Marking Up With Html: A Hypertext Markup Language Primer
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Contains 16,777,216 Colors. My Car is red My Car is red How do I add colors to my web page? Notepad Browser Works with the “Standard” colors: Red, Green,
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Explanation of Web 6, Web 7 and Web 9 at my site Please be sure to bring up the speaker notes for the explanation Intro - Web 6, Web 7 and Web 9.
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
CS105 Introduction to Computer Concepts HTML
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
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.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
Understanding HTML Code
XP 1 New Perspectives on Creating Web Pages with HTML Adding Hypertext Links to a Web Page.
Lesson 2 HTML organization techniques Week 2. Respect WWW  R = responsibility: assume personal responsibility and create only ethical and appropriate.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
F-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
More Basic XHTML Module 2: XHTML Basics LESSON 2.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
Linking web pages Wah Yan College (Hong Kong) Mr. Li C.P.
Creating Web Pages with Links, Images, and Formatted Text Information Presented by S. Cox.
Just Enough HTML How to Create Basic HTML Documents.
Review session for Web development. Time line of the internet history When was the ARPANET first demostrated? When did the NFSNet replace it? When did.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
 To specify blue as the background color for a page, put bgcolor=“blue” inside the tag. Of course, you can use many colors other than blue. You can choose.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Links HTML uses a hyperlink to another document on the Web.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
CompSci Today’s topics Networks & the Internet Basic HTML ä The basis for web pages ä “Almost” programming Upcoming ä Connections ä Algorithms.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
Writing Web Pages in HTML HTML.1 The Web  Lots of computers connected together in a collection of networks  HyperText Markup Language (HTML) is a common.
CompSci Today’s topics Basic HTML  The basis for web pages  “Almost” programming Upcoming  Programming  Java Reading Great Ideas Chapters 1,
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
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.
Basic Web Publishing M. Scott Gartner 7/15/98.
HTML Basics.
Web Development & Design Foundations with HTML5 8th Edition
Introduction to HTML.
Web Development & Design Foundations with HTML5
Tag Basics.
Computers and Scientific Thinking David Reed, Creighton University
Lesson 4: Hyperlinks.
Lesson 2 HTML Organization Techniques.
Lesson 2 — HTML Organization Techniques
Presentation transcript:

Unit 1 — HTML BASICS Lesson 2 — HTML Organization Techniques

HTML BASICS 2 Objectives Organize page information with single and double spacing. Organize page information with lines. Implement attributes and values. Change Web page color defaults by altering attributes and values.

HTML BASICS 3 Objectives (cont.) Alter Web page text colors. Create a hyperlink to another spot within a Web page. Create a hyperlink to an URL or Web page anywhere on the World Wide Web. Create a hyperlink to another Web page on your own computer.

HTML BASICS 4 Creating Better Web Pages Formatting tags can greatly improve the look of a Web page. The page shown in Figure 2-2 is unorganized and needs reworking.

HTML BASICS 5 Creating Better Web Pages Two simple tags can make the changes in Figure 2-4: – The tag creates a double-space. The tag creates a single- space. The close tag for the tag is optional.

HTML BASICS 6 Use tag attributes and values to format a Web page in a variety of ways. – The BACKGROUND COLOR attribute – A BACKGROUND COLOR value Lines and Background Colors

HTML BASICS 7 You can use either names or hexadecimal numbers to define color values. – White = #FFFFFF – Green = #00FF00 – Black = # – Blue = #0000FF – Red = #FF0000 – Yellow = #FFFF00 Is the same as… Lines and Background Colors (cont.)

HTML BASICS 8 Lines and Background Colors (cont.) The BACKGROUND COLOR attribute has been changed to yellow. Horizontal rules, or lines, have been added through the use of the tag.

HTML BASICS 9 Lines and Background Colors (cont.) The WIDTH attribute changes the length or width of the line. The SIZE attribute changes the size of the line.

HTML BASICS 10 Hyperlinks Inside Your Document Internal hyperlinks require two steps: – Enter an anchor tag using a # before the name of the target location. – Define where the link will take you (the target location) with the NAME attribute. Text Powerful Lines Text Powerful Lines

HTML BASICS 11 Hyperlinks Inside Your Document (cont.) Internal hyperlinks jump from an index to content below in another area on a Web page. – Internal hyperlink – Jumps to content below

HTML BASICS 12 Web hyperlinks: – Open anchor tag – HREF= attribute – Full Web address in quotes – Name of the link between brackets – Close anchor tag Course Creating Hyperlinks to the Web

HTML BASICS 13 Web hyperlinks: – Break tag – Open anchor tag – HREF= attribute – Filename in quotes – Name of the link between brackets – Close anchor tag one Linking to Pages Already Created

HTML BASICS 14 Linking to Pages Already Created (cont.) Hyperlinks to the World Wide Web look exactly like hyperlinks to pages on the local computer. – Links to the Web – Links to files on the local computer

HTML BASICS 15 Coloring Text You will use three separate attributes to color text: – Use the text attribute to change color of text. – Use the hypertext link color attribute to change color of hypertext links. – Use the visited link attribute to change color of hypertext links that have been selected. Text <BODY TEXT=BLUE LINK=RED VLINK=GREEN> Text

HTML BASICS 16 Coloring Text (cont.) Text <BODY TEXT=BLUE LINK=RED VLINK=GREEN> Text

HTML BASICS 17 Summary You can organize page information with single and double spacing. You can organize page information with lines. You can use attributes and values to improve Web page design. You can change color defaults, attributes, and values.

HTML BASICS 18 Summary (cont.) You can create hypertext links to a spot in a Web document. You can create hypertext links to another page on the World Wide Web. You can create hypertext links to Web pages on your own computer.