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 ?

Slides:



Advertisements
Similar presentations
HTML Basic Lecture What is HTML? HTML (Hyper Text Markup Language) is a a standard markup language used for creating and publishing documents on.
Advertisements

ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Project 8 Creating Style Sheets.
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
Dreamweaver MX ? Create professional web pages Visual editing functions –No need to write HTML Includes complete FTP client software Recognises.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Lecture 2B: HTML and CSS IT 202—Internet Applications Based on notes developed by Morgan Benton.
Unit 4.4 We are HTML Editors
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
 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.
HTML Links and Anchors.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
WDV 331 Dreamweaver Applications Snippets and Libraries Items Dreamweaver CS6 Chapter 18.
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
NetTech Solutions Working with Web Elements Lesson 6.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
Making a Game Linking Slides. To link slides: 1.Prepare your storyboard 2.Complete all slides 3.Link the slides.
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
 cascade Style Sheets (CSS) is a mark-up language that was first proposed in 1994 by Håkon Wium Lie. CSS works in conjunction with HTML to greatly increase.
IT204 - Web Scripting and Authoring I Introduction to Dreamweaver Unit 6.
© 2011 Delmar, Cengage Learning Chapter 8 Using Styles and Design Style Sheets for Design.
CS134 Web Design & Development Cascading Style Sheets (CSS) Mehmud Abliz.
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
Planning your site/organization on the Web Please use speaker notes for additional information!
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
Cascading Style Sheets
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
HTML Concepts and Techniques Fourth Edition Project 1 Introduction to HTML.
Unit 2, Lesson 7 Creating Web Pages and Web Documents.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
Style Sheets. Coding Style Sheets  Style sheets use RULES to create the style  A selector (a tag or user-defined style name)  and then declarations.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand advanced production methods for web-based digital media.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Creating Web Pages with Links, Images, and Embedded Style Sheets
IT Accessibility Committee Cascading Style Sheets Presented by Michael B. Short Prepared by The NYS Forum IT Accessibility Committee
HTML5 and CSS3 Illustrated Unit C: Getting Started with CSS.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
WEB DESIGN Presentated By Amit Kapri Contact No
Source of website: “Text/css rel=“styles heet” This is an external style sheet link. This means that the.
CASCADING STYLE SHEET CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem.
Web Basics: HTML/CSS/JavaScript What are they?
Getting Started with CSS
The Internet and HTML Code
Cascading Style Sheets - Building a stylesheet
My web site..
Digital Design – Copyright Law
Web Page Development Tools
CS134 Web Design & Development
Unit 1 The Web Book Test.
Making Web pages.
Web Page Development Tools
Unit 4 Test CSS Test.
Web Design and Development
WEB DESIGNING THROUGH HTML
Web Design & Development
Cascading Style Sheets - Building a stylesheet
Creating your website and learning HTML
One Set of Styles Connected to As Many Pages as You Want!!!
© 2017, Mike Murach & Associates, Inc.
Monday, Sept. 24 Today we are going to update the html code to html5. It has some new features that we have not covered yet.
Presentation transcript:

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 ?

Unit 5 Test The Web Book Test 2. On page 47 – list the 10 tips consider when writing a new web page or editing an existing one.

Unit 5 Test The Web Book Test 3. What is a Hyperlink ?

Unit 5 Test The Web Book Test 4. On page 50, what are some destinations of your hyper links ?

Unit 5 Test The Web Book Test 5. Bottom of page 52, what are two rules that will help you make sense of html coding ?

Unit 5 Test The Web Book Test 6. What is the most important html tag ?

Unit 5 Test The Web Book Test 7. What are Meta tags ?

Unit 5 Test The Web Book Test 8. What is the best known HTML validator ?

Unit 5 Test The Web Book Test 9. List some things from page 57 and 58 that you should do to ensure that your site is accessable ?

Unit 5 Test The Web Book Test 10. What are Cascading Style Sheets ?