WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text.

Slides:



Advertisements
Similar presentations
WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli Instructor: Wednesday: 10:15 -11:15 Week 3.
Advertisements

CSS Títol pàgina. CSS Títol "estil.css" );
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
HTML popo.
Cascading Style Sheets (CSS): Pixel-Level Control with HTML Ease
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
Tutorial 2: Formatting Text. Objectives Session 2.1 – Learn the functions of the Common toolbar – Change the size of text – Discern which fonts to use.
1 CSS Styling with Fonts and Colors. 2 CSS Cascading Style Sheets and fonts CSS provides Style or Presentation options for our html pages CSS properties.
Workshop: CSS-Part I Cascading Style Sheets add style to your HTML web pages.
Cascading Style Sheet (CSS) Instructor: Dr. Fang (Daisy) Tang
More HTML Chapter 4. 2 Nesting Tags How do you write the following in HTML? The wrong way: This is really, REALLY fun ! Tags must be correctly nested.
HTML BASIC
3.1 Cascading Style Sheets. Motto Fashions fade, style is eternal. —Yves Saint Laurent.
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
WEB DESIGN 1 THEORY : 30 PRACTICE : 60 Lecturer : Phạm Sĩ Quan Phone : Blog:
Web Fonts. Choosing Fonts for a Website: Only those fonts that are installed on our viewers' computers will display properly on our web pages. For this.
HIGHER COMPUTING CSS. WHAT IS CSS? CSS: Cascaded Style Sheets used to separate a web site’s content(information) from its style(how it looks).
CompSci Today’s topics Networks & the Internet Basic HTML ä The basis for web pages ä “Almost” programming Upcoming ä Connections ä Algorithms.
Font Families by Anthony Asay. Font Family ●Font family or font face is the typeface that is applied to the text by a web browser. ●There are a lot of.
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.
Typography.  Introduction to Typography  Font Collections ▪ Serif ▪ They have small strokes at the end of the character strokes ▪ Ex: Times New Roman,
Cascading Style Sheets " Provide means to control and change presentation of HTML documents. " Allow the user to impose a standard style. " Three levels.
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.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Formatting Text and Lists Essentials for.
Chapter 6 An Introduction to HTML Pages Tag Nesting You can put two tags together to combine the effects Bold and underlined But make sure.
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.
Tutorial #3 Cascading Style Sheets. Tutorial #2 Review - Anchors Links to Site DMACC Internal Links Go to Top Mail To me Local.
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.
ALBERT WAVERING BOBBY SENG. Week 2: HTML + CSS  Quiz  Announcements/questions/etc  Some functional HTML elements.
Text and Fonts in CSS. Customizing fonts In CSS, fonts are divided into “font families” Only certain fonts are commonly installed on most computers Therefore.
Stylin’ with CSS Monday October 8 th and Tuesday October 9 th.
Files you will need ... Black Goose Bistro Summer Menu
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Creating Your Own Webpage COSC Cascading Stylesheets Think of: HTML: content of your webpage HTML has tags CSS: presentation and appearance of your.
CSS with XHTML Please use speaker notes for additional information!
Text Formatting and Font Control. Boldface, Italics, and Special Formatting Way back in the age of the typewriter, we were content with plain text and.
HTML & Color How to Use Color  Backgrounds-  Usually a light color is best  Should have a color based on a theme or plan  Can have a dark.
CS543: WEB APPLICATION PROGRAMMING Lab 1: HTML tags & SW installation Computer Science Department.
1 2/21/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Lists, Fonts, Links, and Preformatted Text.
Web Design (14) CSS Formatting Text. Formatting Text In Brackets, go to your ‘externalcss’ website and find the ‘formattingtext’ page. Use the ‘main’
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
CSS Cascading Style Sheets *referenced from
ColorsColors. Color Keywords/Names 140 color keywords/names are defined in the HTML and CSS color specification –17 standard colors (HTML accepts 16 of.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Font-Family, Color and Background. Basics  CSS rule: Selector (multiple separated by, ) Declaration (multiple separated by ; ) Example: p { color: red;
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.
Formatting Text with HTML and CSS. Summary block-level elements. Character-level elements Logical and physical style Special elements: hr,address, quotation.
Basic Web Publishing M. Scott Gartner 7/15/98.
Applying Basic Styles. The Browser has “default styling” for all tags. AppEngineLearn Sites Topics Google App Engine: About Welcome to the site dedicated.
HTML WITH CSS.
CSS for Styling Text.
Cascading Style Sheets Color and Font Properties
The Internet 10/11/11 Fonts and Colors
HTML WITH CSS.
Creating Your Own Webpage
Cascading Style Sheets
Fundamentals of Web Programming
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
Cascading Style Sheets
Introduction to Web programming
CSS – Properties & Values
The Internet 10/13/11 The Box Model
Stylin’ with CSS.
More Basic HTML 2 assignments: 1—complete the worksheet
CS3220 Web and Internet Programming CSS Basics
Stylin’ with CSS.
Stylin’ with CSS.
Presentation transcript:

WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text

Basic HTML Tags On ALL Web Pages

Basic HTML Tags On ALL Web Pages N= 1..6 Formatting Tags

THE HEADING TAG smallest largest HEADING Note! Always on its own line ! HEADING

Tag Options THE HEADING TAG ALIGN = “left, right, center ” This is Centered This is left This is right This is centered This is left This is right

Tag Options Paragraph Tag ALIGN = “Left, Right, Center” Default This text will be centered

No Tag Options Break Tag Starts a new line Similar to a carriage return but does not start a new paragraph Does not need to be “closed” This is the first line This is the next line This is the first line This is the next line

Main Heading All of this paragraph is centered on the page Main Heading All of this paragraph is centered on the page

Basic HTML Tags - bold -italic -underline Text Formatting Tags = Subscript e.g. H 2 O = Superscript e.g. Today is February 25 th H 2 O Today is February 25 th

Basic HTML Tags Formatting Tags non-breaking space This is one space, but this has extra spaces. This is one space, but this has extra spaces.

Main Heading All of this paragraph is centered on the page Main Heading All of this paragraph is centered on the page

Tag Options THE FONT TAG SIZE COLOR FACE

Tag Options THE FONT TAG SIZE = “1 … 7” smallest largest This is Large Default Opposite to the Heading tag

Tag Options THE FONT TAG color = “one of 16 standard colors” aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow This is: red and blue

Tag Options THE FONT TAG This is Large & Green Options may be grouped or distributed Tags should be “nested”

This is Large & Green This is Large & Green only large

Tag Options THE FONT TAG FACE = “name1, name2, name3, …” These are different types of Font Faces

Tag Options THE FONT TAG FACE = “name1, name2, name3, …” Browsers have VERY limited “Font Face” Support The “Font Face” file must reside on the Users Computer Name must match – might not look the same – MAC’s -PC’s

Tag Options THE FONT TAG FACE = “name1, name2, name3, …” These 12 fonts are installed on both PC and MAC and are considered as ‘safe’ arial arial black comic sans ms courier courier new georgia helvetica impact palatino times new roman trebuchet ms verdana

Tag Options THE FONT TAG FACE = “name1, name2, name3, …” arial arial black comic sans ms courier courier new georgia helvetica impact palatino times new roman trebuchet ms verdana cursive fantasy Serif Sans-serif monospace Font-Family Generic-Family

Tag Options THE FONT TAG FACE = “name1, name2, name3, …” arial arial black comic sans ms courier courier new georgia helvetica impact palatino times new roman trebuchet ms verdana Font-Family generic-Family Hello cursive fantasy monospace Serif Sans-serif

Fonts – Let’s Practice Make a web page for: Welcome to my Web Page I did it myself Blue, size = 4, underline Italic, Underline, size = 3 Arial, size = 3 Color= “red” Welcome to my Web Page I did it myself `

Tag Options THE HEADING TAG ALIGN = “left, right, center” This is Centered This is left This is right This is centered This is left <font color = “red” face = “arial”> This is right Can “nest” font color and face in the heading tag

Basic HTML Tags On ALL Web Pages … to …,,, Formatting Tags Tag Options Colors – aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow