USQ/CSC2046 Web Publishing

Size: px
Start display at page:

Download "USQ/CSC2046 Web Publishing"

Transcription

1 USQ/CSC2046 Web Publishing Lecture 2: Design Guidelines, Graphics & Image Maps Tralvex (Rex) Yeap 29 November 2002

2 Outline Quick Review on Lecture 1 Search Engine Video Tutorial Topic 2: Advanced HTML Topic 3: Design Guidelines Topic 4: Graphics & Image Maps Class Activity 1: Reading Class Activity 2: Assignment 1 Discussion & Work Additional Handouts for L2 What s in Store for Lecture 3

3 Quick Review of Lecture 1 N-ways Introduction - Personal Information and Background - Students Information and Background Course Outline: - Requirements and Expectation - Module Assessment - Layout of Course - Strategies for Local Lectures - Virtual Office Hours Course Delivery Methods Organization of WPub Website Modules for Lecture 1 T1: Introduction Class Activity 1: Discussion T2: HTML: Background, HR, Colours, Paragraph, H1...H6, List Elements, Alignment, Font Styles, Images, Hyperlink, Bookmark Class Activity 2: Reading Additional Handouts for L1 What s in Store for Lecture 2

4 Search Engine Video Tutorial Google.com

5 Topic 2b: Practical Advanced HTML Practical Advanced HTML Tables: Basic, Colors, Merging, Blank Cell, Frames & Target <meta http-equiv="refresh" content= 0; URL= Cascading Style Sheets

6 Topic 2b: Practical Advanced HTML Table HTML codes: <table <table border="1" border="1" cellspacing="1" cellspacing="1" width="100%"> width="100%"> <tr> <tr> width="33%">a1</td> width="33%">a1</td> width="33%">a2</td> width="33%">a2</td> width="34%">a3</td> width="34%">a3</td> </tr> </tr> <tr> <tr> width="33%">b1</td> width="33%">b1</td> width="33%">b2</td> width="33%">b2</td> width="34%">b3</td> width="34%">b3</td> </tr> </tr> <tr> <tr> width="33%">c1</td> width="33%">c1</td> width="33%">c2</td> width="33%">c2</td> width="34%">c3</td> width="34%">c3</td> </tr> </tr> </table> </table> Result: A1 A2 A3 B1 B2 B3 C1 C2 C3

7 Topic 2b: Practical Advanced HTML Table (variations) HTML codes: <table <table border="10" border="10" cellspacing="1" cellspacing="1" width="50%" width="50%" bgcolor="#99ccff"> bgcolor="#99ccff"> <tr> <tr> width="33%" width="33%" bgcolor="#ff99ff">a1</td> bgcolor="#ff99ff">a1</td> width="33%">a2</td> width="33%">a2</td> width="34%">a3</td> width="34%">a3</td> </tr> </tr> <tr> <tr> width="33%">b1</td> width="33%">b1</td> width="67%" width="67%" colspan="2">b2 colspan="2">b2 and and B3 B3 merged</td> merged</td> </tr> </tr> <tr> <tr> width="33%">c1</td> width="33%">c1</td> width="33%">c2</td> width="33%">c2</td> width="34%"></td> width="34%"></td> </tr> </tr> </table> </table> Result:

8 Topic 2b: Practical Advanced HTML Frames HTML codes: File 1: index.htm <frameset <frameset rows="10%,*"> rows="10%,*"> <frame <frame name="top" name="top" src="top.htm"> src="top.htm"> <frame <frame name="body" name="body" src="body.htm"> src="body.htm"> <noframes> <noframes> <body> <body> <p>this <p>this page page uses uses frames, frames, but but your your browser browser doesn't doesn't support support them.</p> them.</p> </body> </body> </noframes> </noframes> </frameset> </frameset> File 2: top.htm <p <p align="center"><b>title</b></p> align="center"><b>title</b></p> <p <p align="center"><a align="center"><a target="body" target="body" href="body.htm# href="body.htm# Bookmark"> Bookmark"> Hyperlink Hyperlink to to Bookmark Bookmark in in the the Body</a></p> Body</a></p> File 3: body.htm <p align="center">body</p> <p align="center">body</p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"><a name="bookmark"> <p align="center"><a name="bookmark"> Bookmark</a></p> Bookmark</a></p>

9 Topic 2b: Practical Advanced HTML Frames (cont) Result:

10 Topic 2b: Practical Advanced HTML Frames (cont)

11 Topic 2b: Practical Advanced HTML meta http-equiv="refresh tralvex.com HTML codes: File 1: index.htm -> <html> <html> <head> <head> <meta http-equiv="refresh" content="0; URL= <meta http-equiv="refresh" content="0; URL= </head> </head> </html> </html> File 2: index.htm -> <html> <head> <html> <title>university <head> of Southern Queensland - CSC2406 Web Publishing</title> </head> <title>university of Southern Queensland - CSC2406 Web Publishing</title> <body </head> bgcolor="#d5e3ff"> <table <body border="0" bgcolor="#d5e3ff"> width="100%"> <tr> <table border="0" width="100%"> ><a <tr> href=" src="g-usq.gif" width="69" height="102" alt="g-usq.gif ><a href=" (4973 bytes)" border="0"></a></td> src="g-usq.gif" width="69" height="102" alt="g-usq.gif align="center" (4973 width="60%"><big><big><big><a bytes)" border="0"></a></td> name="top">uni</a>versity of Southern Queensland</big></big></big></td> align="center" width="60%"><big><big><big><a name="top">uni</a>versity of Southern Queensland</big></big></big></td> align="right"><a href=" src="g-thames.gif" alt="tcol" border="0" align="right"><a width="246" href=" height="70"></a></td> src="g-thames.gif" alt="tcol" </tr> border="0" width="246" height="70"></a></td> <tr> </tr> <tr> colspan="3"><p align="center"><a HREF=" colspan="3"><p align="center"><a SRC=" HREF=" ISMAP width="1" height="1" border="0"></a></td> SRC=" ISMAP width="1" height="1" </tr> border="0"></a></td> </table> </tr> <hr> </table> <blockquote> <hr> </blockquote> <blockquote> </blockquote> =

12 Topic 2b: Practical Advanced HTML Cascading Style Sheets Cascading Style Sheets, or CSS for short, allow you to specify various style settings to be used in one or more web pages. <HTML> <HTML> <HEAD> <HEAD> <STYLE <STYLE TYPE="TEXT/CSS"> TYPE="TEXT/CSS"> <!-- <!-- P {font-family: {font-family: Verdana, Verdana, color: color: #0000FF;} #0000FF;} --> --> </STYLE> </STYLE> </HEAD> </HEAD> <BODY> <BODY> <P>Blue <P>Blue Verdana Verdana text!</p> text!</p> </BODY> </BODY> </HTML> </HTML> A stylesheet rule is of the form: tag-name {style-settings} BODY BODY {font-family: {font-family: Verdana; Verdana; background-color: background-color: #EEFFEE;} #EEFFEE;} H1 H1 {font-weight: {font-weight: normal; normal; color: color: #000066; #000066; text-align: text-align: center;} center;} P, P, H6 H6 {font-family: {font-family: Verdana, Verdana, color: color: #0000FF;} #0000FF;}

13 Topic 2b: Practical Advanced HTML Cascading Style Sheets list of style-settings SETTING VALUE(S) DESCRIPTION background-color COLOR Tags that might have background colors associated with them include BODY, P, table cells and even form elements, which we'll encounter at a later time. You can set a color name, or a hex color. Alternatively, you can use the rgb function, which takes three integer arguments from 0 to 255. These correspond to the red-green-blue value of your color, so rgb(255,0,0) is red, rgb(255, 128, 0) -orange etc. backgroundimage url("image.gif") none Replace image.gif with the URL of your image. Background images are used mostly with the BODY tag and table cells. color COLOR Assign a color name, hex color, or the rgb() value. A large number of web page elements can accept the color setting. font-family FONT(S) You can specify a single font, or a list of fonts, separated by commas. Font names with spaces should be enclosed in quote marks. font-size pt px Font sizes can be in terms of standard point sizes (e.g. 8pt), or in terms of pixels (e.g. 10px). Other units are available, like the "width of m" (em) and percents, but pt and px are the common ones. You must specify a unit - simply writing font-size: 10; can cause problems in Netscape! font-style font-weight text-align normal Italic bold bolder lighter normal left right center justify Fonts have the normal style applied to them by default. Notice that bold isn't a valid option for font-style.... Setting this to bold will make your text stand out more. normal can be used to disable the boldness of headings created with the heading tags. You can also a multiple of 100 from 100 to 900, where 900 is the boldest. bolder and lighter increases / decreases the boldness. The horizontal alignment of text (default is left). Notice the justify setting - the only way make blocks of text justified is to use CSS (the text in these tutorials is justified!). text-decoration This setting controls the lines through text. none turns off underlining - useful for links, which are underlined by default. line-through is the CSS equivalent of the STRIKE tag. overline creates a line at the top of text. underline is the CSS equivalent of the U tag.

14 Topic 3: Design Guidelines A good Design Principles paper compiled by Mark Huang

15 Topic 4: Graphics & Image Maps JPEG Graphic Format JPEG/JPG Short for Joint Photographic Experts Group Browser enabled graphic format Lossy compression technique JPG images support 16 million colors Best suited for photographs and complex graphics. The user typically has to compromise on either the quality of the image or the size of the file Not suitable for line drawings, lettering or simple graphics.

16 Topic 4: Graphics & Image Maps GIF Graphic Format GIF Short for Graphics Interchange Format Browser enabled graphic format Unlike JPG, the GIF format is a lossless compression technique Supports only 256 colors GIF is suitable for images with less than 256 distinct colors, such as line drawings, black and white images With an animation editor, GIF images can be put together for animated images GIF also supports transparency The compression algorithm used in the GIF format is patented and owned by Unisys, and companies whose software generates GIF image(s) are required to license the use from Unisys.

17 Topic 4: Graphics & Image Maps PNG Graphic Format PNG Short for Portable Network Graphics Browser (some) enabled graphic format PNG was developed as a patent-free answer to the GIF format and is also an improvement on the GIF technique An image in a lossless PNG file can be 5%-25% more compressed than a GIF file of the same image PNG builds on the idea of transparency in GIF images and allows the control of the degree of transparency, known as opacity As at 2002, not common among web authors PNG does not support animation.

18 Topic 4: Graphics & Image Maps An image for GIF format (Quality vs Filesize) 6 kb 48 kb Original in GIF JPG (15% Compression) JPG (60% Compression) JPG (99% Compression) 29 kb 16 kb

19 Topic 4: Graphics & Image Maps An image for JPG format (Quality vs Filesize) 9.5mb 0.6mb Original in TIFF Uncompressed JPG (15% Compression) JPG (60% Compression) GIF 0.2mb 1.5mb

20 Topic 4: Graphics & Image Maps Animated GIFs Animation Shop: GIF Construction Set: Free animated GIFs:

21 Topic 4: Graphics & Image Maps Image Maps An IMAGE MAP describes the location of clickable "hot spots" of an image. Hot spots are simply clickable areas of an image that usually take you to another location. They can exist in various shapes and sizes. For example, each circle of this image is a hot spot: To make an image map, you define each hot spot using an <AREA> tag, which are all placed between <MAP> and </MAP>. <MAP> only has one attribute that you must set: NAME. This name will be used in the USEMAP attribute of the <IMG> tag. <IMG <IMG SRC= 5-nodes.gif" SRC= 5-nodes.gif" WIDTH="180" WIDTH="180" HEIGHT="180" HEIGHT="180" USEMAP="#Map"> USEMAP="#Map"> <MAP <MAP NAME="Map"> NAME="Map"> <AREA <AREA SHAPE="CIRCLE" SHAPE="CIRCLE" COORDS="90,30,10" COORDS="90,30,10" HREF= home/"> HREF= home/"> <AREA <AREA SHAPE="CIRCLE" SHAPE="CIRCLE" COORDS="160,90,10" COORDS="160,90,10" HREF= html/"> HREF= html/"> <AREA <AREA SHAPE="CIRCLE" SHAPE="CIRCLE" COORDS="130,150,10" COORDS="130,150,10" HREF="forums/"> HREF="forums/"> <AREA <AREA SHAPE="CIRCLE" SHAPE="CIRCLE" COORDS="50,150,10" COORDS="50,150,10" HREF="books/"> HREF="books/"> <AREA <AREA SHAPE="CIRCLE" SHAPE="CIRCLE" COORDS="20,90,10" COORDS="20,90,10" HREF="c/"> HREF="c/"> </MAP> </MAP>

22 Topic 4: Graphics & Image Maps Image Maps (cont) ATTRIBUTE VALUE DESCRIPTION SHAPE RECT CIRCLE POLY Describes the shape of the hot spot. COORDS List of integers Taking the top left corner of the image as he origin (0,0), the list depends on the shape of the image map. If SHAPE was set "RECT", COORDS should be of the form: "x1,y1,x2,y2", where x1 and y1 are the coordinates of the top left corner of the hot spot, and x2 and y2 are the coordinates of the bottom right corner. If SHAPE was set "CIRCLE", COORDS should be of the form: "x,y,r", where x and y are the coordinates of the center of the circle, and r is the radius. If SHAPE was set "POLY", COORDS should be of the form: "x1,y1,...,xn,yn", where all the xn and yn are the coordinates of the polygon's nodes. More examples later... HREF URL The location you want to point to. TARGET Frame name, window name, or _blank, _self (default), _top or _parent. ALT TEXT This is IE only, but it's the alternative text displayed when the cursor floats over a hot spot (like the ALT attribute of <IMG>).

23 Topic 4: Graphics & Image Maps Image Maps (cont) <MAP <MAP NAME="Map2"> <AREA SHAPE="RECT" COORDS="67,3,115,18" HREF="home/"> <AREA SHAPE="RECT" COORDS="139,62,179,79" HREF="html/"> </MAP> <MAP <MAP NAME="Map3"> <AREA SHAPE="POLY" COORDS="67,3,113,3,90,42 HREF= home/"> <AREA SHAPE="POLY" COORDS="160,60,180,80,160,100,140,80 HREF= html/"> </MAP>

24 Assignment 1: Discussion & Workouts Due: 23 Dec 2002 You work for a company that designs web sites, this includes designing the public interface and also the server side of the site. Your company is bidding for a lucrative contract to design a web site (front end and back end) for a mail order company that sells - Succulent Plants. Succulent plants include the cacti that are commonly found in arid regions of the world. The company also sells related products required by the keen succulent grower. You are to design the public side (HTML pages, Images, Forms pages) and server side (CGI scripts, Image Maps etc.) of your company's bid for the contract. The basic design criteria you are to employ are the following There should be an entrance page to the site. This should be simple but entice the potential buyer to look further into the site. From the entrance or welcome page there should be links to four major areas of the site. A section containing the product catalogue. A section describing the company. A section for submitting orders. A section to help the client in all aspects of the site. This first assignment is to set up the basic structure of the company's site, construct the welcoming page and the description of the company.

25 Assignment 1: Discussion & Workouts Due: 23 Dec 2002 (cont) In the directory ~/CSC2406/html/ass1 create four directories that will contain the documents and images etc. for the four main sections of the site: catalogue This directory will contain the catalogue with all its images that clients will be ordering from. order This directory will contain the ordering forms, CGI scripts and client orders info This directory will contain information on the company and its products. help This directory will be used by you to document your solutions to the assignments. Your site should contain the following elements: Images (at least one each): Transparency, Navigation buttons with Javascript mouse-over effects, image maps, animated GIF & Javascript on-off event; CSS: All font changes, all text colors, background colors, H1 to H6 elements etc. through style sheets. Readable and navigable with style sheets turned off; Tables; Style Guide: Follow guidelines in study book; A simple & eye-catching welcome page for the site with basic information & purpose of the company

26 Assignment 1: Discussion & Workouts Due: 23 Dec 2002 (cont) Create a catalogue page. This should list all the items the client can purchase via the web. This part of the site will be tackled more fully in Assignment 2. For assignment 1 all that is required is that examples of what will be available soon for online purchase be given. In Assignment two this page will have to be re-written using Forms - so do not spend too much time on it. But remember this will be part of the company's site and viewable by the public - so more than just "Under Construction" is required. Create a Company Information page in the directory info. This page should contain images and information about the company. Information that should sell the company to prospective clients. As this is not a main entry point to the site this can be a flashy section - but remember to bear in mind the recommendations in the Style Guide Module. Create a Help page which will contain the following Describe, with examples from your site, all the Required images and Image maps. Explain how you made your images. Display All the component images of the animated gif. Describe how you created the component images, and how you created the final animated image. Include All code included in the site - Javascipt, Image Maps etc. Describe the rationale for your page design - That is, using the Style Guide - explain your design. The help directory is to be used to document your solution to the assignments. Rex s suggestion: A final checklist for items from [1] to [6] to please and aid the marker.

27 Additional Handouts for Lecture 2 1. Design Principles by Mark Huang 2. Assignment 1

28 What s in Store for Lecture 3 Topic 5: Javascript Topic 6: HTTP and MIME Additional Class Activities / Discussion

29 End of Lecture 2 Good Night.

30 Course Outline: Strategies for Local Lectures Lecture 1/6 Getting to know each other (to optimize communications) Topic 1: Introduction Topic 2: HTML / Advanced HTML Additional Topic: Additional Class Activities / Discussion Lecture 2/6 Topic 3: Document and Site Design and Style Guidelines Topic 4: Graphics & Image Maps Discussion on Assignment 1 Additional Class Activities / Discussion

31 Course Outline: Strategies for Local Lectures (cont.) Lecture 3/6 Topic 5: Javascript Topic 6: HTTP and MIME Additional Class Activities / Discussion Lecture 4/6 Topic 7: HTML Forms Topic 8: CGI Scripts Discussion on Assignment 2 Additional Class Activities / Discussion

32 Course Outline: Strategies for Local Lectures (cont.) Lecture 5/6 Topic 9: Server Configuration Topic 10: Server Security Additional Class Activities / Discussion Lecture 6/6 Topic 11: Future of Web Publishing Exam Preparations Additional Class Activities / Discussion

Chapter 5 Images. Presented by Thomas Powell. Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A.

Chapter 5 Images. Presented by Thomas Powell. Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Chapter 5 Images Presented by Thomas Powell Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Powell Image Introduction Images are good for illustrating ideas showing

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element Web Development & Design Foundations with HTML5 Ninth Edition Chapter 4 Visual Elements and Graphics Learning Objectives (1 of 2) 4.1 Create and format lines and borders on web pages 4.2 Apply the image

More information

CSS: The Basics CISC 282 September 20, 2014

CSS: The Basics CISC 282 September 20, 2014 CSS: The Basics CISC 282 September 20, 2014 Style Sheets System for defining a document's style Used in many contexts Desktop publishing Markup languages Cascading Style Sheets (CSS) Style sheets for HTML

More information

Web Development & Design Foundations with XHTML. Chapter 4 Key Concepts

Web Development & Design Foundations with XHTML. Chapter 4 Key Concepts Web Development & Design Foundations with XHTML Chapter 4 Key Concepts Learning Outcomes In this chapter, you will learn to: Create and format lines and borders on Web pages Decide when to use graphics

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking Fall 2005 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language

More information

STD 7 th Paper 1 FA 4

STD 7 th Paper 1 FA 4 STD 7 th Paper 1 FA 4 Choose the correct option from the following 1 HTML is a. A Data base B Word Processor C Language D None 2 is a popular text editor in MS window A Notepad B MS Excel C MS Outlook

More information

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations).

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). WDI Fundamentals Unit 4 CSS Cheat Sheet Rule The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). Declaration A declaration is made

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 9A0-803 Title : Certified Dreamweaver 8 Developer Exam Version : DEMO 1 / 7 1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 1 Web Development & Design Foundations with HTML5 CHAPTER 4 VISUAL ELEMENTS AND GRAPHICS 2 Learning Outcomes In this chapter, you will learn how to... Create and format lines and borders on web pages Apply

More information

DAY 4. Coding External Style Sheets

DAY 4. Coding External Style Sheets DAY 4 Coding External Style Sheets LESSON LEARNING TARGETS I can code and apply an embedded style sheet to a Web page. I can code and apply an external style sheet to multiple Web pages. I can code and

More information

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style precedence and style inheritance Understand the CSS use

More information

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML specifies formatting within a page using tags in its

More information

Welcome. Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs

Welcome. Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs Welcome Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs Health and Safety Course Information General Information Objectives To understand the need for photo

More information

COSC 2206 Internet Tools. CSS Cascading Style Sheets

COSC 2206 Internet Tools. CSS Cascading Style Sheets COSC 2206 Internet Tools CSS Cascading Style Sheets 1 W3C CSS Reference The official reference is here www.w3.org/style/css/ 2 W3C CSS Validator You can upload a CSS file and the validator will check it

More information

255, 255, 0 0, 255, 255 XHTML:

255, 255, 0 0, 255, 255 XHTML: Colour Concepts How Colours are Displayed FIG-5.1 Have you looked closely at your television screen recently? It's in full colour, showing every colour and shade that your eye is capable of seeing. And

More information

Introduction to Web Tech and Programming

Introduction to Web Tech and Programming Introduction to Web Tech and Programming Cascading Style Sheets Designed to facilitate separation of content and presentation from a document Allows easy modification of style for an entire page or an

More information

1/27/2013. Outline. Adding images to your site. Images and Objects INTRODUCTION TO WEB DEVELOPMENT AND HTML

1/27/2013. Outline. Adding images to your site. Images and Objects INTRODUCTION TO WEB DEVELOPMENT AND HTML Outline INTRODUCTION TO WEB DEVELOPMENT AND HTML Images and Objects: Adding images to your site Adding Objects with Using Images as Links Image Maps Exercise Lecture 05 - Spring 2013 Adding images

More information

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

<body bgcolor=  fgcolor=  link=  vlink=  alink= > These body attributes have now been deprecated, and should not be used in XHTML. CSS Formatting Background When HTML became popular among users who were not scientists, the limited formatting offered by the built-in tags was not enough for users who wanted a more artistic layout. Netscape,

More information

HTML Text Formatting. HTML Session 2 2

HTML Text Formatting. HTML Session 2 2 HTML Session 2 HTML Text Formatting HTML also defines special elements for defining text with a special meaning. - Bold text - Important text - Italic text - Emphasized text

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 3 Configuring Color and Text with CSS Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

HTML5 and CSS3--Images Page 1

HTML5 and CSS3--Images Page 1 HTML5 and CSS3--Images Page 1 1 HTML5 and CSS3 IMAGES 2 3 4 5 6 Images in HTML Since HTML is text, images are not inserted into the HTML document using the tag Different image types used on the Web:.jpg

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB Unit 3 Cascading Style Sheets (CSS) Slides based on course material SFU Icons their respective owners 1 Learning Objectives In this unit you

More information

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets 3.1 Introduction - HTML is primarily concerned with content, rather than style - However, tags have presentation properties, for which browsers have default values - The CSS1 cascading style sheet specification

More information

Reading 2.2 Cascading Style Sheets

Reading 2.2 Cascading Style Sheets Reading 2.2 Cascading Style Sheets By Multiple authors, see citation after each section What is Cascading Style Sheets (CSS)? Cascading Style Sheets (CSS) is a style sheet language used for describing

More information

Creating Web Pages. Getting Started

Creating Web Pages. Getting Started Creating Web Pages Getting Started Overview What Web Pages Are How Web Pages are Formatted Putting Graphics on Web Pages How Web Pages are Linked Linking to other Files What Web Pages Are Web Pages combine

More information

A Balanced Introduction to Computer Science, 3/E

A Balanced Introduction to Computer Science, 3/E A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 2 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is

More information

- HTML is primarily concerned with content, rather than style. - However, tags have presentation properties, for which browsers have default values

- HTML is primarily concerned with content, rather than style. - However, tags have presentation properties, for which browsers have default values 3.1 Introduction - HTML is primarily concerned with content, rather than style - However, tags have presentation properties, for which browsers have default values - The CSS1 cascading style sheet specification

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

Adding CSS to your HTML

Adding CSS to your HTML Adding CSS to your HTML Lecture 3 CGS 3066 Fall 2016 September 27, 2016 Making your document pretty CSS is used to add presentation to the HTML document. We have seen 3 ways of adding CSS. In this lecture,

More information

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Note: We skipped Study Guide 1. If you d like to review it, I place a copy here: https:// people.rit.edu/~nbbigm/studyguides/sg-1.docx

More information

Frequently Asked Questions about Text and Graphics

Frequently Asked Questions about Text and Graphics 1 Frequently Asked Questions about Text and Graphics 1. What is a font? A font is a set of printable or displayable text characters that are in a specific style and size. The type design for a set of fonts

More information

HTML/XML. HTML Continued Introduction to CSS

HTML/XML. HTML Continued Introduction to CSS HTML/XML HTML Continued Introduction to CSS Entities Special Characters Symbols such as +, -, %, and & are used frequently. Not all Web browsers display these symbols correctly. HTML uses a little computer

More information

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 SUBJECT CODE : SCSV1223 (Section 05) SUBJECT NAME : WEB PROGRAMMING YEAR/COURSE : 1SCSV TIME : 2.00 4.00 PM DATE : 18 APRIL 2013 VENUE : KPU 10

More information

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6 CS 350 COMPUTER/HUMAN INTERACTION Lecture 6 Setting up PPP webpage Log into lab Linux client or into csserver directly Webspace (www_home) should be set up Change directory for CS 350 assignments cp r

More information

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS2.1 reflects browser implementations - CSS3 is partially finished and parts are implemented in current browsers

More information

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS2.1 reflects browser implementations - CSS3 is partially finished and parts are implemented in current browsers

More information

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

Creating A Website - Part 1: Web Design principles, HTML & CSS. CSS Color Values. Hexadecimal Colors. RGB Color

Creating A Website - Part 1: Web Design principles, HTML & CSS. CSS Color Values. Hexadecimal Colors. RGB Color Notes Week 3 By: Marisa Stoolmiller CSS Color Values With CSS, colors can be specified in different ways: Color names Hexadecimal values RGB values HSL values (CSS3) HWB values (CSS4) Hexadecimal Colors

More information

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS3 is on its way - CSSs provide the means to control and change presentation of HTML documents - CSS is not

More information

Assignments (4) Assessment as per Schedule (2)

Assignments (4) Assessment as per Schedule (2) Specification (6) Readability (4) Assignments (4) Assessment as per Schedule (2) Oral (4) Total (20) Sign of Faculty Assignment No. 02 Date of Performance:. Title: To apply various CSS properties like

More information

Midterm Review. October 17

Midterm Review. October 17 Midterm Review October 17 Midterm Layout Some multiple choice, matching, true/false Not much though Will mostly be short answer You will have to write/edit/sketch some HTML You will have to write/edit/sketch

More information

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em>

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em> Introduction to CSS Review Question 1 Which tag is used to create a link to another page? 1. 2. 3. 4. Review Question 1 Which tag is used to create a link to another page? 1. 2.

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Tutorial 3: Working with Cascading Style Sheets

Tutorial 3: Working with Cascading Style Sheets Tutorial 3: Working with Cascading Style Sheets College of Computing & Information Technology King Abdulaziz University CPCS-665 Internet Technology Objectives Review the history and concepts of CSS Explore

More information

QRG: Using the WYSIWYG Editor

QRG: Using the WYSIWYG Editor WYSIWYG Editor QRG: Using the WYSIWYG Editor WYSIWYG stands for What You See Is What You Get. The WYSIWYG Editor is the reason you don t need to be an IT Programmer to write content for your web page.

More information

Appendix D CSS Properties and Values

Appendix D CSS Properties and Values HTML Appendix D CSS Properties and Values This appendix provides a brief review of Cascading Style Sheets (CSS) concepts and terminology, and lists CSS level 1 and 2 properties and values supported by

More information

Introduction to CSS. Fijihosting.com Introduction to CSS page 1. What are style sheets? Lovely! How do I use them?

Introduction to CSS. Fijihosting.com Introduction to CSS page 1. What are style sheets? Lovely! How do I use them? Introduction to CSS Style sheets (or to give them their full title, cascading style sheets or CSS) are becoming more and more common on the Web. They were first introduced in a limited form to Internet

More information

CSc 337 LECTURE 3: CSS

CSc 337 LECTURE 3: CSS CSc 337 LECTURE 3: CSS The bad way to produce styles welcome to Greasy Joe's. You will never, ever, ever beat our

More information

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension HTML Website is a collection of web pages on a particular topic, or of a organization, individual, etc. It is stored on a computer on Internet called Web Server, WWW stands for World Wide Web, also called

More information

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts UNIX What do the 9 permission letters represent (rwxrwxrwx)? How do you know if you have the permission or not? What is

More information

Fairly advanced HTML

Fairly advanced HTML Fairly advanced HTML Even more on lists To specify the list marker displayed by the browser, you can use list-style-type: type Even more on lists To specify the indentation of long list items, use list-style-position:

More information

ITNP43: HTML Lecture 4

ITNP43: HTML Lecture 4 ITNP43: HTML Lecture 4 Niederst, Part III (3rd edn) 1 Style versus Content HTML purists insist that style should be separate from content and structure HTML was only designed to specify the structure and

More information

Adobe Dreamweaver CS5/6: Learning the Tools

Adobe Dreamweaver CS5/6: Learning the Tools Adobe Dreamweaver CS5/6: Learning the Tools Dreamweaver is an HTML (Hypertext Markup Language) editor, authoring tool, and Web site management tool. Dreamweaver is a WYSIWYG (what you see is what you get)

More information

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1 Introduction Chapter 1: Structuring Documents for the Web 1 A Web of Structured Documents 1 Introducing HTML and XHTML 2 Tags and Elements 4 Separating Heads from Bodies 5 Attributes Tell Us About Elements

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

CSC309 Tutorial CSS & XHTML

CSC309 Tutorial CSS & XHTML CSC309 Tutorial CSS & XHTML Lei Jiang January 27, 2003 1 CSS CSC309 Tutorial --CSS & XHTML 2 Sampel XML Document

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

FUNDAMENTALS OF WEB DESIGN (405)

FUNDAMENTALS OF WEB DESIGN (405) Page 1 of 8 Contestant Number: Time: Rank: FUNDAMENTALS OF WEB DESIGN (405) REGIONAL 2015 Multiple Choice & Short Answer Section: Multiple Choice (20 @ 10 points each) Application (200 pts) (205 pts) TOTAL

More information

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student Welcome Please sit on alternating rows powered by lucid & no.dots.nl/student HTML && CSS Workshop Day Day two, November January 276 powered by lucid & no.dots.nl/student About the Workshop Day two: CSS

More information

HTMLnotesS15.notebook. January 25, 2015

HTMLnotesS15.notebook. January 25, 2015 The link to another page is done with the

More information

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language)

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language) HTML (Hyper Text Markup Language) WTAD 3 languages all web developers must learn: 1. HTML to define the content of web pages 2. CSS to specify the layout of web pages 3. JavaScript to program the behaviour

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

CS 103, Fall 2008 Midterm 1 Prof. Nakayama

CS 103, Fall 2008 Midterm 1 Prof. Nakayama CS 103, Fall 2008 Midterm 1 Prof. Nakayama Family (or Last) Name Given (or First) Name Student ID Instructions 1. This exam has 9 pages in total, numbered 1 to 9. Make sure your exam has all the pages.

More information

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language)

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language) WTAD Unit -1 Introduction to HTML (HyperText Markup Language) HTML (Hyper Text Markup Language) 3 languages all web developers must learn: 1. HTML to define the content of web pages 2. CSS to specify the

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

CSE 154 LECTURE 3: MORE CSS

CSE 154 LECTURE 3: MORE CSS CSE 154 LECTURE 3: MORE CSS Cascading Style Sheets (CSS): ... ... HTML CSS describes the appearance and layout of information

More information

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

Downloads: Google Chrome Browser (Free) -   Adobe Brackets (Free) - Week One Tools The Basics: Windows - Notepad Mac - Text Edit Downloads: Google Chrome Browser (Free) - www.google.com/chrome/ Adobe Brackets (Free) - www.brackets.io Our work over the next 6 weeks will

More information

Lesson 5 Introduction to Cascading Style Sheets

Lesson 5 Introduction to Cascading Style Sheets Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition 1 Objectives Create a Cascading Style Sheet. Control hyperlink behavior with CSS. Create style classes. Share style classes

More information

CITS1231 Midterm Test (A total of 45 marks)

CITS1231 Midterm Test (A total of 45 marks) Computer Science and Software Engineering CITS1231 Midterm Test 2010 CRICOS Provider Code: 00126G CITS1231 Midterm Test (A total of 45 marks) Full Name: Username: Student Number: Signature: True/False

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing Content Objective) applicable) Desktop Publishing Weeks 1-6 10-12 1. Create and edit a publication. 2. Design a newsletter. 3. Publish a tri-fold brochure 1-1 Start and quit Publisher 1-2 Describe the

More information

CSS: Cascading Style Sheets

CSS: Cascading Style Sheets CSS: Cascading Style Sheets Computer Science and Engineering College of Engineering The Ohio State University Lecture 13 Evolution of CSS MIME type: text/css CSS 1 ('96): early recognition of value CSS

More information

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML & CSS SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML: HyperText Markup Language LaToza Language for describing structure of a document Denotes hierarchy of elements What

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Session 4. Style Sheets (CSS) Reading & References.   A reference containing tables of CSS properties Session 4 Style Sheets (CSS) 1 Reading Reading & References en.wikipedia.org/wiki/css Style Sheet Tutorials www.htmldog.com/guides/cssbeginner/ A reference containing tables of CSS properties web.simmons.edu/~grabiner/comm244/weekthree/css-basic-properties.html

More information

COMP519 Web Programming Lecture 8: Cascading Style Sheets: Part 4 Handouts

COMP519 Web Programming Lecture 8: Cascading Style Sheets: Part 4 Handouts COMP519 Web Programming Lecture 8: Cascading Style Sheets: Part 4 Handouts Ullrich Hustadt Department of Computer Science School of Electrical Engineering, Electronics, and Computer Science University

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Introduction to using HTML to design webpages

Introduction to using HTML to design webpages Introduction to using HTML to design webpages #HTML is the script that web pages are written in. It describes the content and structure of a web page so that a browser is able to interpret and render the

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson Chapter 7 Typography, Style Sheets, and Color Mrs. Johnson Typography Typography refers to the arrangement, shape, size, style, and weight of text. Affects the navigation and usability of a web site and

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

CSS Cascading Style Sheets

CSS Cascading Style Sheets CSS Cascading Style Sheets site root index.html about.html services.html stylesheet.css images boris.jpg Types of CSS External Internal Inline External CSS An external style sheet is a text document with

More information

CSS Selectors. element selectors. .class selectors. #id selectors

CSS Selectors. element selectors. .class selectors. #id selectors CSS Selectors Patterns used to select elements to style. CSS selectors refer either to a class, an id, an HTML element, or some combination thereof, followed by a list of styling declarations. Selectors

More information

LING 408/508: Computational Techniques for Linguists. Lecture 14

LING 408/508: Computational Techniques for Linguists. Lecture 14 LING 408/508: Computational Techniques for Linguists Lecture 14 Administrivia Homework 5 has been graded Last Time: Browsers are powerful Who that John knows does he not like? html + javascript + SVG Client-side

More information

Chapter 4 A Hypertext Markup Language Primer

Chapter 4 A Hypertext Markup Language Primer Chapter 4 A Hypertext Markup Language Primer XHTML Mark Up with Tags Extensible Hypertext Markup Language Format Word/abbreviation in < > PAIR Singleton (not surround text) />

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Web Site Design and Development Lecture 6

Web Site Design and Development Lecture 6 Web Site Design and Development Lecture 6 CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM Inheritance Before we talk about font properties, it needs to be known that font properties are inherited by the descendants

More information

HTML/XML. XHTML Authoring

HTML/XML. XHTML Authoring HTML/XML XHTML Authoring Adding Images The most commonly used graphics file formats found on the Web are GIF, JPEG and PNG. JPEG (Joint Photographic Experts Group) format is primarily used for realistic,

More information

2005 WebGUI Users Conference

2005 WebGUI Users Conference Cascading Style Sheets 2005 WebGUI Users Conference Style Sheet Types 3 Options Inline Embedded Linked Inline Use an inline style sheet to modify a single element one time in a page.

More information

CSS. Lecture 16 COMPSCI 111/111G SS 2018

CSS. Lecture 16 COMPSCI 111/111G SS 2018 CSS Lecture 16 COMPSCI 111/111G SS 2018 No CSS Styles A style changes the way the HTML code is displayed Same page displayed using different styles http://csszengarden.com Same page with a style sheet

More information

Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5

Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5 Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5 NOTE: It is my policy to give a failing grade in the course to any student who either gives or receives

More information

ADOBE Dreamweaver CS3 Basics

ADOBE Dreamweaver CS3 Basics ADOBE Dreamweaver CS3 Basics IT Center Training Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu This page intentionally left blank 2 8/16/2011 Contents Before you start with Dreamweaver....

More information

Comp-206 : Introduction to Software Systems Lecture 23. Alexandre Denault Computer Science McGill University Fall 2006

Comp-206 : Introduction to Software Systems Lecture 23. Alexandre Denault Computer Science McGill University Fall 2006 HTML, CSS Comp-206 : Introduction to Software Systems Lecture 23 Alexandre Denault Computer Science McGill University Fall 2006 Course Evaluation - Mercury 22 / 53 41.5% Assignment 3 Artistic Bonus There

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information