Unit 15 The Web Book Test.

Slides:



Advertisements
Similar presentations
DOCUMENT TYPES. Digital Documents Converting documents to an electronic format will preserve those documents, but how would such a process be organized?
Advertisements

Introduction to HTML & CSS
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
Introduction to CSS.
Skills: include images in Web pages Concepts: tag, attribute, value, path (to a stored file) This work is licensed under a Creative Commons Attribution-Noncommercial-Share.
Cascading Style Sheets Controlling the Display Of Web Content.
Lecture HTML Images. Use for Images Photos and Graphics Buttons for Navigation Bullets for Lists Backgrounds Symbols and Icons Logos.
Original image: 512 pixels by 512 pixels. Probe is the size of 1 pixel. Picture is sampled at every pixel ( samples taken)
Including images in Web pages Skills: use the tag IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike.
4.01 Cascading Style Sheets
Chapter 1 Understanding the Web Design Environment
FINAL EXAM REVIEW WEB TECH. JUST CLICK… THE CORRECT ANSWER WILL APPEAR WHEN YOU CLICK. GOOD LUCK!
Acadia Institute for Teaching and Technology Basic Web Page Design for Courses.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Go Digital, Get Creative! Presented by: COMPSCI 162.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
CSS Basic (cascading style sheets)
Multimedia in Web Images. A Picture Tells A Thousand Words Forms of Images Photograph Painting Symbol Logo Flag Map Diagram Functions Provide facts Explain.
By: Ejaz Ahmad Siddiqui. Lesson 3 Follow-up of assignment Basic Concepts Pixel Screen Resolutions Rule of third Grid Systems 960 Grid Systems Design.
Planning your site/organization on the Web Please use speaker notes for additional information!
CONFIGURING YOUR CAMERA. IMAGE SIZE AND COMPRESSION  Your camera probably allows you to select a number of different size and compression settings. 
Resolution: The Peanut Butter Analogy. When you scan an image or take a digital picture you are “collecting” a batch of pixels. The mega pixel rating.
PhotoshopPhotoshop. Photoshop What is Photoshop? An image editing program used to create and modify digital images What is a digital image? – A picture.
Web Design Part I. Click Menu Site to create a new site root.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 8: Working with Style Sheets.
FrontPage: Introduction and Review. Today’s Topics  Layout Resolution  What is a pixel anyway?!? Page Layout Special Layouts  Files Names  Page Titles.
Adding Images to Your Web Page Web Design Section 5-7 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
HTML IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
A CSS file consists of rule sets. H1 { color: navy; } selector property value Within the brackets are one or more rules /*This rule adjust the styles.
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Adobe Dreamweaver CC: The Professional Portfolio Project 8: BLVD Fluid Grid Site Working with fluid grids Creating CSS3 transitions.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
When I am embedding under, I do not close the li tag until I complete the items that are embedded. Looking at outlines.
Responsive Web Design (RWD) MIS 3502, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 2/11/2016.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
HTML5 and CSS3 Illustrated Unit F: Inserting and Working with Images.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
Images were sourced from the following web sites: Slide 2:commons.wikimedia.org/wiki/File:BorromeanRing...commons.wikimedia.org/wiki/File:BorromeanRing...
Cascading Style Sheets - CSS December 20, 2008 NTPCUG Expression Web SIG.
Understanding Images. Pixels pixels Every image is made up of very small squares called pixels, and each pixel represents a color or shade. Pixels within.
CM143- WEB CM143-WEB Page Layout live sites HTML Images User Considerations Planning Navigation CSS Architecture File Management Cascading Style Sheets.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
CSS Cascading Style Sheets
4.01 Cascading Style Sheets
>> Introduction to CSS
Inserting and Working with Images
Cascading Style Sheets
Creating Visual Effects and Animation
HTML Lesson 3.
Web Design and Development
Acquiring Images for Web Graphics
Adding Images to Your Web Page
HTML Images CS 1150 Spring 2017.
Website Design 3
Cascading Style Sheets - Building a stylesheet
Unit 6 The Web Book Test.
CONFIGURING YOUR CAMERA
Putting An Image on Your Web Page
HTML Images CS 1150 Fall 2016.
Unit 16 The Web Book Test.
Basic Web Design Using Dreamweaver
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Can you put the symbols in?
Cascading Style Sheets - Building a stylesheet
4.01 Cascading Style Sheets
Unit 10 The Web Book Test.
Presentation transcript:

Unit 15 The Web Book Test

1.On pg.71, What is the best program for editing css files? Unit 15 Test The Web Book Test 1.On pg.71, What is the best program for editing css files?

2.What is the third selector type? Unit 15 Test The Web Book Test 2.What is the third selector type?

3.What does # symbol signify? Unit 15 Test The Web Book Test 3.What does # symbol signify?

4.What tag is used in CSS to create a layout? Unit 15 Test The Web Book Test 4.What tag is used in CSS to create a layout?

5.What is one of the most important concepts in css-based layout? Unit 15 Test The Web Book Test 5.What is one of the most important concepts in css-based layout?

Unit 15 Test The Web Book Test 6.What three things do you need to do to put put a picture on your web site?

7.What does the <img> tag specify? Unit 15 Test The Web Book Test 7.What does the <img> tag specify?

8.What are the dimensions of a picture file generally measured in? Unit 15 Test The Web Book Test 8.What are the dimensions of a picture file generally measured in?

9.What is the overall size of a picture file measured in? Unit 15 Test The Web Book Test 9.What is the overall size of a picture file measured in?

10.What screen size does a typical person has? Unit 15 Test The Web Book Test 10.What screen size does a typical person has?

Question 11 11.How many pixels does a digital camera’s image have in it?

Question 12 12. What is the vital rule about pictures you should follow on pg. 86?