Summer 31: Web Authoring A trainee has started to create a single stylesheet to be used with the website. The stylesheet was not finished and contains.

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

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
/k/k 1212 Cascading Style Sheets Part one Marko Boon
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
4.01 Cascading Style Sheets
Chapter 1 Understanding the Web Design Environment
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
 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.
Web Design, 5 th Edition 5 Typography and Images.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Eat Your Words! Creating webpage Layout. CONTENT The Layout of a Webpage HEADER FOOTER Each of these sections represents a ‘div’ (or divider). By linking.
Web Technologies Website Development Trade & Industrial Education
Creating an Attractive Site How will your site look. Think about what your customers are seeking and what type of Web site they find attractive.
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Assignment 2 Due November 4, 1:30pm. Website You are creating a website for a fictional business which must sell some sort of product You can create any.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
Website Development with Dreamweaver
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
CHAPTER 4 LINKS Creating links between pages Linking to other sites links.
Web Page Design. Some Terms Cascading Style Sheet, (CSS) –a style sheet language used to describe the look and formatting of a document written in html;
Year 7 Web page project Learn to make web pages using Dreamweaver.
Section 8.1 Create a custom theme Design a color scheme Use shared borders Section 8.2 Identify types of graphics Identify and compare graphic formats.
Tutorial 8 Designing a Web Site with Frames. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore the uses of frames.
Abigail morris.  Today I'm going to be explaining why the Internet relies on a number of protocols in order to function properly.  A protocol is simply.
Software. A web site is a collection of web pages on a particular topic. A web page is a document written in HTML code. Web pages are linked together.
HTML: Images and Links Many Thanks to “Joe,” at index.html, from whom I got these lessons!
Task 3 Store and Present Your Digital Entry Guidance Notes.
Paper 3 Unit 15 – Web Authoring Software Choices Graphics Exporting Graphics Creating CSS RGB Colour CSS – Body, Table and TD Border Collapse Tables -
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
G046 Lecture 03 Introduction To HTML Mr C Johnston ICT Teacher
WEB DESIGN PRINCIPLES Dale Blasingame School of Journalism & Mass Communication Texas State University.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
Presented by, Bafrand,
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Unit 15 – Web Authoring Web Authoring Project.
Unit 15 – Web Authoring Web Authoring Project.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
Create a new stylesheet called Hotel Style
How to get the best results from your website and images.
Open the Nissan.html page in a suitable application and create the table shown below between Table 3 and 4. Set the appropriate sizes for each cell. A.
4.01 Cascading Style Sheets
BTEC NCF Dip in Comp - Unit 15 Website Development Lesson 12 – Publish and Test Mr C Johnston.
A computer display is made up of small squares, called pixels.
Web Programming– UFCFB Lecture 9
Chapter 3 Images.
Web Development & Design Foundations with HTML5 7th Edition
Styles and the Box Model
Effects and Improvements
March: 2017 Is hyperlink from correct text/image?
What are Cascading Stylesheets (CSS)?
Cascading Style Sheets™ (CSS)
Exploring the Internet
Tutorial 3 Working with Cascading Style Sheets
Exploring the Internet
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Made By : Lavish Chauhan & Abhay Verma
Web Programming– UFCFB Lecture 9
Wheelers clubs Your site will consist of 3 pages:
4.01 Cascading Style Sheets
Designing Web Site Layout Using Fireworks
Summer 31: Web Authoring A trainee has started to create a single stylesheet to be used with the website. The stylesheet was not finished and contains.
Edexcel CiDA| Course Overview
Presentation transcript:

Summer 31: Web Authoring A trainee has started to create a single stylesheet to be used with the website. The stylesheet was not finished and contains a number of errors. Open the stylesheet 1631stylesheet.css in a suitable software package. The web page and stylesheet must work in any browser. All colour codes are in hexadecimal. Make sure your stylesheet contains no html. The specifications for this stylesheet are: Correct and complete this stylesheet Make sure font styles appears in the correct order. All colours should be in the RGB order. If it is the default font then font-family should only display sans-serif or serif

Syntax incorrect = should be a colon Summer 31: Web Authoring 4px not 4pixels Syntax incorrect = should be a colon Style TH created but not required Number of styles missing from the stylesheet

Summer 31: Web Authoring Image size is too large for efficient download 1 mark TIFF format cannot be used in all browsers 1 mark Image needs converted 1 mark Save with lower image resolution 1 mark Image could be cropped 1 mark Image could be reduced in size 1 mark TIFF is a file type for graphics. They are significantly larger than their JPEG counterparts

Summer 31: Web Authoring Image Resize

Summer 31: Web Authoring Crop the image

Summer 31: Web Authoring Save with lower image resolution and different file type

November: Web Authoring Open and examine all the supplied web pages. Evaluate the efficiency of the markup for these pages and explain how improvements could be made. Internal style sheet has been created for each page in the HTML. Internal styles not efficient (for these pages) as duplication of effort is required to create and edit for each page. Replace internal styles with an attached stylesheet. You would only have to edit the styles once to make changes.

November: Web Authoring You need to test the website at this point. Explain in your evidence document what you would test in this website before it is uploaded to the internet. Test internal links between pages Test internal anchor/hyperlink works Test mailto opens an email client Test mailto has correct recipient (hothouse-design@cie.org.uk) Test mailto has correct Subject line (Web design enquiry) Test alt text works for each image Test link to GES opens in a new window

Summer 32: Web Authoring Suitable methods of reducing the dimensions of an image for use in a web page. Width and height attributes can be set within the web page. The image can be resized within a graphics package. Evaluation of these methods Resizing in web page takes longer to load as full image is downloaded. This allows the same image to be used as a full image and a thumbnail. If resized in a graphic package the file size is reduced. Therefore faster to download the web page. …which is essential given the information “Many of the people who will view the web page have very slow internet connection”. Resizing may change clarity of the image. Conclusion: the resizing in the graphics package is appropriate for this task

Summer 32: Web Authoring The most appropriate file format for still and moving images that the Goa Elephant Sanctuary should use within its website. GIF Replace the text <Layer> with the name of the layer that completes each sentence. The layout of a web page is created in the content layer. The behaviour layer contains coding. Hyperlinks are placed in the content layer. The presentation layer contains the colour definitions for a web page

March: Web Authoring A website is tested before it is uploaded to the Internet. Describe how you would develop a test plan to test the hyperlinks, as part of a test strategy. Identify each element to be tested For each test identify Expected output Test plan contains Actual output Test plan contains remedial action Evaluate the webpage you have just created. Bright colours within the page attract attention Magenta mask on background image makes reading text difficult Text under image/Alt text identifies the image Colour schemes do not look like professional company site Logo does not blend with background/has poor contrast between background and text Image of beach front café is taken from too far away