ICT IGCSE Practical Revision Presentation Web Authoring

Similar documents
ICT IGCSE Practical Revision Presentation Web Authoring

Page Layout Using Tables

FRONTPAGE STEP BY STEP GUIDE

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

USER GUIDE MADCAP FLARE Tables

Creating Forms. Starting the Page. another way of applying a template to a page.

ICT IGCSE Practical Revision Presentation Word Processing

INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03. Paper 3 Data Analysis and Website Authoring For examination from 2020

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Structure Bars. Tag Bar

HTML and CSS COURSE SYLLABUS

A Frontpage Tutorial. Contents Page

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1

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

Taking Fireworks Template and Applying it to Dreamweaver

A Dreamweaver Tutorial. Contents Page

Lab Introduction to Cascading Style Sheets

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

CSS. Lecture 16 COMPSCI 111/111G SS 2018

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

CSS: The Basics CISC 282 September 20, 2014

Reading 2.2 Cascading Style Sheets

FrontPage 2000 Tutorial -- Advanced

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

CSS Lecture 16 COMPSCI 111/111G SS 2018

c122sep2214.notebook September 22, 2014

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

Introduction to Web Design CSS Reference

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Introduction to Web Design CSS Reference

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles

How to lay out a web page with CSS

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

ORB Education Quality Teaching Resources

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

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

INFS 2150 / 7150 Intro to Web Development / HTML Programming

QRG: Using the WYSIWYG Editor

Deccansoft Software Services

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

Table of Contents. MySource Matrix Content Types Manual

Using Dreamweaver CS6

Beginners Guide to Snippet Master PRO

Creating Web Pages with SeaMonkey Composer

Controlling Appearance the Old Way

Blackboard staff how to guide Accessible Course Design

Adding CSS to your HTML

UNSW Global Website Branding Guidelines. Website Brand Guidelines

Introduction to WEB PROGRAMMING

HTML/XML. HTML Continued Introduction to CSS

Styles, Style Sheets, the Box Model and Liquid Layout

Cascading Style Sheets (CSS)

How to lay out a web page with CSS

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

Using Microsoft Excel

USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

Layout with Layers and CSS

Using CSS in Web Site Design

Dreamweaver MX Overview. Maintaining a Web Site

Getting Started with Eric Meyer's CSS Sculptor 1.0

Appendix D CSS Properties and Values

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

What is the Box Model?

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

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

Web Design and Development Tutorial 03

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

Start by launching Mozilla To start making a web page, go to File -> New -> Composer Page

Web Authoring and Design. Benjamin Kenwright

Activity 4.1: Creating a new Cascading Style Sheet

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster.

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

Html basics Course Outline

Creating a Website in Schoolwires

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

Best Practices for Using the Rich Text Editor

Layout Manager - Toolbar Reference Guide

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

COMP519 Web Programming Lecture 6: Cascading Style Sheets: Part 2 Handouts

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

Formatting documents in Microsoft Word Using a Windows Operating System

Nauticom NetEditor: A How-to Guide

Introduction to using HTML to design webpages

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Using Adobe Contribute 4 A guide for new website authors

Assignments (4) Assessment as per Schedule (2)

Web Recruitment Module Customisation

CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY

CSS worksheet. JMC 105 Drake University

CSS: Lists, Tables and the Box Model

Dreamweaver Tutorial #2

CSS.

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Creating a Website in Schoolwires Technology Integration Center

**Method 3** By attaching a style sheet to your web page, and then placing all your styles in that new style sheet.

Transcription:

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: To format whole web page(s) or individual elements. Stylesheet could include page layouts using Div Tags and text/table formatting properties. The presentation layer is in the CSS. To enter the content (Text, images, audio, video etc) into a web page and to create suitable hyperlinks. The Content layer is in the HTML. To enter scripting language to a web page or an individual element. Image Effects Pop up message

HTML (Hyper Text Markup Language) Content Layer HTML is used to develop the content layer of the website. Chapter 21: The HTML file extension is.htm or HTML HTML can be written in web authoring or text editing software CSS (Cascading Style Sheet) Presentation Layer Styles can be created separately or embedded into HTML. The CSS file extension is.css Content is between the Body Tags No Style Sheet Style Sheets could be attached to a number of webpages to give a consistent layout and appearance. Style Sheet Attached

Creating CSS for Text Styles Chapter 21: Tip: If you have been giving the task of creating a CSS then make sure you use the CSS Window. 1) Create New CSS and then Save 2) Open the CSS Window using this will eliminate mistakes Tip: Write all colours in 6 3) Select Tag and then write the name of the tag (H1, H2 etc.) hexadecimal digits e.g. 4) Select the properties for Tag (Size, colour etc.) #000000 1 2 3 4 Code For Heading1 Tip: You can Align the style in Block If you are writing the code the center alignment is spelt at center. Writing Centre will not work.

CSS (Commonly Used Windows) Type: Format Text Block: Alignment Background Chapter 21: List: Bullet Style Border: Internal/External Border Box: Format Table

Chapter 21: ICT IGCSE Practical Revision Presentation Body Tag Body Tag: Is used to set properties for the webpage background. You can either browse and select an image for the background or choose a colour. The background repeat option will allow you to choose how the background image will be laid out. Tip: Make sure the background colour is not placed in the type window.

Hexadecimal Colours Red Green Blue RGB Chapter 21: The closer the number gets to 00 then the colour will become a darker shade. # FF FF FF White # FF 00 00 Full Red # 00 FF 00 Full Green # 00 00 FF Full Blue # C0 00 00 ¾ ON (75%) Red # 80 00 00 ½ On (50%) Red # 40 00 00 ¼ on (25%) (Darker Shade) # 00 00 00 OFF (Black) Make sure all colour settings are in 6 digits Hexadecimal e.g. #000000 #000060 (60 has been used in previous mark schemes when requested to set a colour as a dark shade)

Correcting CSS for Text Styles Chapter 21: Incorrect CSS Correct CSS Tip: If you are asked to correct a CSS then you could either re-write it completely or edit the existing CSS and correct the errors Stylesheet1 Font: Arial, Helvetica or default sans-serif font Font Size: 24px Italic, Bold, Red Center Aligned. Corrected Mistakes Times New Roman removed Semi Colons (;) in correct place at the end of each part of the code. Font-Weight (missing dash) Colour now in correct format. } To close the CSS Tag

Correcting CSS for Text Styles Chapter 21: Mistakes: No brackets to open and close CSS Tags No semi-colons to separate parts of the CSS Colours in wrong order Spelling mistakes Unnecessary Text #8B0000 #191970 #000080 If you are editing the CSS then put the brackets {Start & End } in the correct place for each tag. Then use the CSS window to enter correct CSS and delete the old (useless) code.

Attaching Style Sheet Chapter 21: Attaching Style Sheet 1. Open the CSS Window 2. Click on the Attach Style Sheet Icon 3. Click on the browse button and select stylesheet. 4. Click Ok to Attach Style Sheet. Table1.CSS Attached Table2.CSS Also Attached Hierarchy of multiple attached stylesheets Adding additional stylesheets will over rule elements from previously attached stylesheets. In the example show above once the Table2.CSS is attached then the colour of the table has changed from Yellow (from the Table1.CSS) to Blue (Table2.CSS) however the other elements have stayed the same.

Applying CSS Text Styles Chapter 21: CSS text styles for heading, paragraphs and list styles can be applied to text in a HTML webpage (in the content layer). The properties panel at the bottom of the page can be used to apply particular text styles. You can also use the code view to apply styles. Heading 1 Style Applied 1) Highlight the text. 2) Go to the properties panel 3) Select a specific format. List Styles (OL/UL) Code View: Remember to open <h1> and close </h1> the tags

CSS for Tables TD: Internal Border (Style, Size, Colour) Chapter 21: Table: External Border (Style, Size, Colour) Table Colour, Padding, Text Alignment, Table size, Collapse Border etc Tip: If you have set internal borders for a table then create the additional TD Tag. Both TD/Table TD: Internal Border Solid, 2 Px, Navy Blue (80) Table: External Border Solid, 4 Pixels, Navy Blue (80) Yellow Background Colour 80% Width of the window Cell Padding (Top & Bottom 10Px), (Left & Right 20Px) Text Align Centre Collapse Border Some tags from table would also work in TD like text alignment or cell padding.

Border Collapse Before Border Collapse Chapter 21: After Border Collapse Tip: Border Collapse will make the border into one as you can see in the example. You can preview the difference in the browser or live view.

14 ICT IGCSE Practical Revision Presentation Creating a Table Chapter 21: Merging Cells: Highlight cells to merge. Right click >> Table >> Merge Cells. Creating Tables 1) Insert >> Table 2) Work out the number of rows and columns. 3) Set border, padding and spacing if necessary. Column Width: You can change a column width to the a percentage in the properties panel.

15 ICT IGCSE Practical Revision Presentation Setting Table Size Chapter 21: You can either resize a table element in the properties panel or in the Code. In the exam you may have to highlight the code which shows the table/td sizes. Width (W) and Height (H) can also be set as a %

16 ICT IGCSE Practical Revision Presentation Creating a Table TR Table Row Chapter 21: TD Table Data Tip: To set the height of the table you must go into the code view. You would have to click after the table width and then enter Height. You can then set the height.

17 ICT IGCSE Practical Revision Presentation Chapter 21: Tables are used to structure (layout) the content on a webpage. HTML tags are used to format the table. The table header (Thead), footer (Tfoot) and body (Tfoot) needs to be inserted in this order. Table Header Table Footer Table HTML Tags: Table:v TD: Table Data THEAD & TH: Header Tfoot: Footer Tbody: Body Table Body

18 ICT IGCSE Practical Revision Presentation Creating Table Style Sheet Chapter 21: Table: Used for general settings for the table Table Colour, Padding, Text Alignment, Table size, Collapse Border etc TD (Table Data): Used to format the TD. Tables can be used to layout content in a webpage. Thead (TH): Used to format the header of the table. Tfoot: Used to format the footer of the table. Tbody: Used to format the body of the table.

19 ICT IGCSE Practical Revision Presentation Table HTML Tags and Embedded CSS Chapter 21: HTML Tags could be used or edited to apply additional formatting. For example you may want to change the background colour of a table row. Increase this number for border thickness. Border not visible in live view You can also create CSS Style tag to format elements of your table. For Example: Border Collapse

20 ICT IGCSE Practical Revision Presentation Use of Embedded CSS in HTML Nov 2015 Chapter 21:

21 ICT IGCSE Practical Revision Presentation Table Alignment The properties panel can be used to align content (V or H) in a Table Cell (TD). Chapter 21: HTML Tag You can also use embedded CSS in HTML for formatting either vertical or Horizontal alignment in a cell (TD) Horizontal Alignment Vertical Alignment