Chapter 6 An Introduction to HTML Pages 169-180. 6-2 Tag Nesting You can put two tags together to combine the effects Bold and underlined But make sure.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
HTML popo.
Intro To Cascading Style Sheets By Mario Yannakakis.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
OMT II Mam Saima Gul. * Static web page * a web page with contents that remain fixed and unchanged once it has been created by the author Web server Client.
CSS. CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.
Links.  Styling Links  Links can be styled with any CSS property (e.g. color, font-family, background-color).  Special for links are that they can.
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
กระบวนวิชา 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.
HTML Tags. Bolding Text Or Italics Text Or
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Tutorial 3 – Designing a Web Page Working with Color & Graphics Mrs. Wilson.
1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling 9.7Linking 9.8Images 9.9Formatting Text With 9.10Special.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling.
Chinese Building. Today’s Topic Review last lab Links.
Computer Science 1611 Internet & Web Creating Webpages with Style Hypertext and the HTML Markup Language (continued)
Marking Up With Html: A Hypertext Markup Language Primer
WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
Using color and fonts in HTML and XHTML Please use speaker notes for additional information!
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.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
HTML basics exercises.
Shows the entire path to the file, including the scheme, server name, the complete path, and the file name itself. Same idea of stating your full name,
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.
Colors, Images, & Image Maps. Working with Color Colors are defined in terms of RGB Triplet –Red, Green, Blue –0 to 255 in intensity –(00, 00, 00) is.
1 Essential HTML coding By Fadi Safieddine (Week 2)
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
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
Kevin Murphy Web Color Basics Masters Project CS 490.
Doing L I N K S Links 1: Internal Links Links to anchors on the current page (Internal).
1 Introduction to HTML Joshua S. Simon Collective Technologies.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Formatting Text and Lists Essentials for.
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.
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.
Getting Started with HTML Please use speaker notes for additional information!
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Just Enough HTML How to Create Basic HTML Documents.
Most of the attributes of the body element specify colors for the Web page. Note: The background attribute won’t be useful till we learn about graphics.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
CSS Tutorial 1 Introduction Syntax How to use style specifications. Styles.
HTML. Adding Background Color The bgcolor attribute lets you change the background color of the Web page. Located in the body tag See common Web Page.
Colors & Fonts Building a Website Lesson 7. Font Font The tag specifies the font face, font size, and color of text. The tag can have any or all of these.
The Teacher Computing HTML HyperText Markup Language.
XHTML Formatting font with a style declaration. Formatting Font HTML uses the font tag to change size and family of font But… the font tag is being deprecated.
Body and Heading Tags and their Attributes. Attribute Name DefinitionValues backgroundIndicates the background image of the Web page. Ex. Filename(path.
12/20/20151 Color Fall, 2010 Modified by Linda Kenney 10/26/10.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML – The Basics COE 201- Computer Proficiency. The Internet The World Wide Web ▫Also known as the Web ▫Created in 1989  European Laboratory for Particle.
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.
Fine Tuning Basic HTML CGS3066. Some HTML Tags and Their Defaults default = What will happen in the absence of instructions to the contrary from you.
CSS Syntax. Syntax The CSS syntax is made up of three parts: a selector, a property and a value: selector {property: value}
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
HTML – The Basics Rebecca Shillingburg
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
HTML  HyperText Markup Language  The Language used to design web pages  Code mixed with text  Tags enclosed in angle brackets  Single tags  Paired.
1 Cascading Style Sheets
Basic HTML Tags Ryan Frazier April 30,2004 CSC113.
Introduction to Cascading Style Sheets (CSS)
CSS Styles Fonts and Colors.
Presentation transcript:

Chapter 6 An Introduction to HTML Pages

6-2 Tag Nesting You can put two tags together to combine the effects Bold and underlined But make sure the inner opening and closing tag are entirely inside the outside tags as shown above. This is wrong: Bold and underlined

6-3 Font size and color will change font color – There are 16 named colors on page 172 will make font bigger – will make font size 7 (the sizes go from 1 to 7) – will change font color and font size Closing tag is always

6-4 Colors Font Color – Font tags can use color name or hexadecimal code – – With the hex codes, you can use all 16 million colors, BUT – Not all colors display the same in every browser Browser Safe Colors 216 colors which display essentially the same in any browser Dithering Technique of mixing colors to reach a color between the colors a browser can display See link Ch 6d for an example

6-5 Font face will change font to Arial, but only if the viewer’s computer has that font installed

6-6 Font types Serif or Sans-Serif – Serifs are the little points at the corners Serif example –THE Sans-Serif example – THE

6-7 Font types Proportional or Monospaced – Monospaced characters are all the same width, like this iiiii mmmmm wwwww – Proportional fonts are narrower for some letters, like this iiiii mmmmm wwwww

6-8 Font face Good platform-independent font face lists: Browsers try the fonts listed in order

6-9 Tag Attributes The structure of an HTML tag may contain one or more attributes like this: –

6-10 Align Attribute – Centers a paragraph – Right-aligns a paragraph – Left-aligns a paragraph (the default setting) Align works the same on header tags And so on

6-11 Hypertext Links To make hypertext, use the anchor tag Click here to go to Yahoo – Text becomes blue and underlined (unless you specify some other color for links in the BODY tag) If you omit the the link goes to another page on your site Click to see page 2

6-12 Page Properties Attributes for BODY Tag – text Color for the text in the page – bgcolor Background color for the page – link Color for the hypertext links – vlink Color for the visited links – alink Color for the active link