Rootrainer Trees, ideal for bonsai

Similar documents
INTERNATIONAL GCSE MARKING SCHEME MAXIMUM MARK: 100 SYLLABUS/COMPONENT: 0418/03. Information Technology SPECIMEN PAPER

0418 INFORMATION TECHNOLOGY

0418 INFORMATION TECHNOLOGY

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

0417 INFORMATION AND COMMUNICATION TECHNOLOGY


0418 INFORMATION TECHNOLOGY

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

CSS Cascading Style Sheets

CSS.

Lab 4 CSS CISC1600, Spring 2012

Basics of Page Format

In the early days of the Web, designers just had the original 91 HTML tags to work with.

CSS: The Basics CISC 282 September 20, 2014

ICT IGCSE Practical Revision Presentation Web Authoring


0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

CSS Cascading Style Sheets

Chapter 9 Table Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

CSS. Lecture 16 COMPSCI 111/111G SS 2018

Title: Dec 11 3:40 PM (1 of 11)

Stamp Builder. Documentation. v1.0.0

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors

Introduction to Web Tech and Programming

CSS Lecture 16 COMPSCI 111/111G SS 2018

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

Web Publishing Basics I

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

Lab Introduction to Cascading Style Sheets

Implementing a chat button on TECHNICAL PAPER

Cascading Style Sheet. Styles as Tag Attributes. Syntax. <h1>: what font type/size is used? STYLE = SELECTOR {RULES} Attributes such as bgcolor

First, create a web page with a submit button on it (remember from creating forms in html?):

HTML/XML. HTML Continued Introduction to CSS

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference

User's Guide Visual Profile Appendix L Version 7.5.2

An Introduction to WebSphere Portal content publishing channels

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

LA TROBE UNIVERSITY SEMESTER ONE EXAMINATION PERIOD CAMPUS AW BE BU MI SH ALLOWABLE MATERIALS

Zen Garden. CSS Zen Garden

Creating Tables in a Web Site Using an External Style Sheet

Basic HTML Lecture 14

RAVASMARTSOLUTIONS - TECH TIPS

CSS: Cascading Style Sheets

Adding CSS to your HTML

Outline. Link HTML With Style Sheets &6&7XWRULDO &66 ;+70/ (GZDUG;LD

0418/03 Paper 3: Practical Test Specimen Paper 2007

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet

Create a cool image gallery using CSS visibility and positioning property

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

Wireframe :: tistory wireframe tistory.

Basic CSS Lecture 17

ICT IGCSE Practical Revision Presentation Web Authoring

Chapter 4 CSS basics

2004 WebGUI Users Conference

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

Reading 2.2 Cascading Style Sheets

HYPERTEXT MARKUP LANGUAGE ( HTML )

Information and Communication Technology: TECHNOLOGY (EXTENDED MEANING) presented by: Rhiza S. Sadjad

8 Basic Skinning. Introduction. In this chapter we will cover the following topics:

Groupings and Selectors

Modify cmp.htm, contactme.htm and create scheduleme.htm

RUNNING TRUST FROM YOUR WEBSITE

INTRODUCTION TO CSS. Mohammad Jawad Kadhim

Dreamweaver: Portfolio Site

HTML & CSS November 19, 2014

MARK SCHEME MAXIMUM MARK : 72 SYLLABUS/COMPONENT : 0418/03 INFORMATION TECHNOLOGY

Date Issued: Subject: Editing the HTML files in the C-more panel. Revision: Original

/bodyshop/restrictive.htm. The descriptive text (between the <p>what type of critter would you like to be?

HTML HTML5. DOM(Document Object Model) CSS CSS

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

Basic HTML. Lecture 14. Robb T. Koether. Hampden-Sydney College. Wed, Feb 20, 2013

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

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

Basic HTML. Lecture 14. Robb T. Koether. Hampden-Sydney College. Wed, Feb 20, 2013

Semantic Web Lecture Part 1. Prof. Do van Thanh

This booklet is knowledge of. a web page. of a web page find what you. you want to. SiteSell offers. Introduction

COSC 2206 Internet Tools. CSS Cascading Style Sheets

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3

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

CSC 337. Cascading Style Sheets. Marty Stepp, Rick Mercer

Html basics Course Outline

Exam Format: Multiple Choice, True/False, Short Answer (3 points each 75 points total) Write-the-page (25 points)

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

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

CSS: Formatting Text. CSS for text processing: font-family. Robert A. Fulkerson

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

Santa Tracker. Release Notes Version 1.0

Lecture 10. CSS Properties. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

HTML 5 Tables and Forms

Exam II CIS 228: The Internet Prof. St. John Lehman College City University of New York 5 November 2009

COMP519 Web Programming Autumn Cascading Style Sheets

Cascading Style Sheets (CSS)

Sample Exam 2 (Version 1) CIS 228: The Internet Prof. St. John Lehman College City University of New York 7 November 2007

CSC309 Tutorial CSS & XHTML

Overview. Part I: Portraying the Internet as a collection of online information systems HTML/XHTML & CSS

Chapter 4 Notes. Creating Tables in a Website

Transcription:

1 h1 { 2 font-family: Arial, Helvetica, sans-serif; 3 font-size: 36pt; 4 font-weight: bold; 5 color: #000066; 6 text-align: center; 7 } 8 h2 { 9 font-family: "Times New Roman", Times, serif; 10 font-size: 14pt; 11 font-weight: bold; 12 color: #00FF00; 13 text-align: left; 14 } 15 h3 { 16 font-family: Arial, Helvetica, sans-serif; 17 font-size: 16px; 18 font-style: italic; 19 color: #0000FF; 20 text-align: right; 21 } 22 li { 23 font-family: Arial, Helvetica, sans-serif; 24 font-size: 10pt; 25 color: #0000FF; 26 text-align: left; 27 } 28 p { 29 font-family: Arial, Helvetica, sans-serif; 30 font-size: 10pt; 31 color: #000000; 32 text-align: left; 33 } 34 Mr Lee, RO008, Candidate Number

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html> 3 <head> 4 <title>untitled Document</title> 5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> 6 <link href="stylesheet.css" rel="stylesheet" type="text/css"> 7 </head> 8 9 <body> 10 <p><a name="top"></a>last edited by Mr Lee, RO008, Candidate Number 11 </p> 12 <h1>rootrainer Trees</h1> 13 <table width="100%" border="1" cellpadding="3" cellspacing="5"> 14 <tr> 15 <td colspan="2"><h2>our company grows all the plants to keep down the costs to 16 the customer.</h2></td> 17 </tr> 18 <tr> 19 <td><p>plants for all soil types:</p> 20 <ul> 21 <li>acid</li> 22 <li>alkaline</li> 23 <li>neutral,</li> 24 </ul> <p>and for all environments:</p> 25 <ul> 26 <li>deciduous</li> 27 <li>coniferous</li> 28 <li>evergreen.</li> 29 </ul></td> 30 <td rowspan="2" bgcolor="#000000"><div align="center"><img src="specimen4.gif" width="278" height="250 "></div></td> 31 </tr> 32 <tr> 33 <td><h2>you can contact us in many ways.</h2></td> 34 </tr> 35 <tr> 36 <td colspan="2"><h3>through our website on-line - use our order form. By post 37 - order our catalogue and complete the order form. By phone or fax - all 38 contact details on this website. You can order our catalogue for a full 39 listing of our services.</h3></td> 40 </tr> 41 </table> 42 <TABLE width="600" height="100" border="0" cellpadding="0" cellspacing="0"> 43 <TBODY> 44 <TR> 45 <TD><h2><a href="#top">click Here</a> to return to the top of the page</h2></td> 46 <TD><h2><a href="specimen2.htm" target="_external">try Bonsai</a></h2></TD> 47 <TD><h2><a href="order_form1" target="_orderform">order Form</a></h2></TD> 48 </TR> 49 </TBODY> 50 </TABLE> 51 <p> </p> 52 </body> 53 </html> 54

Bonsai from Rootrainer Page 1 of 1 Last updated by Mr Lee, RO008, Candidate Number Rootrainer Trees, ideal for bonsai Bonsai is the ancient Japanese art of training large trees to remain small This is done using: Small pots Root pruning Wiring Pinching out We offer small bare rooted trees much sought after by bonsai specialists Please see our catalogue for details Adhesives Sponsored links here Place list here

1 <head> 2 <title>bonsai from Rootrainer</title> 3 <link href="stylesheet.css" rel="stylesheet" type="text/css"> 4 </head> 5 6 <h5>last updated by Mr Lee, RO008, Candidate Number</h5> 7 <h1>rootrainer Trees, ideal for bonsai</h1> 8 <table width="100%" border="1" cellpadding="4" cellspacing="4"> 9 <tr> 10 <td height="379" valign="top"><b>bonsai is the ancient Japanese art of training large trees 11 to remain small</b> 12 <p>this is done using:</p> 13 <ul> 14 <li>small pots</li> 15 <li>root pruning</li> 16 <li>wiring</li> 17 <li>pinching out</li> 18 </ul> 19 <h3>we offer small bare rooted trees much sought after by bonsai specialists</h3> 20 <p>please see our catalogue for details</p></td> 21 <td colspan="2"><img src="specimen6.jpg" width="370" height="500"></td> 22 </tr> 23 <tr> 24 <td width="44%">adhesives</td> 25 <td width="26%"> </td> 26 <td width="24%"> </td> 27 </tr> 28 </table> 29 <p><a href="homepage.htm"><img src="specimen5.gif" width="40" height="60" border="0"></a></p> 30 <TABLE width="600px" cellpadding="4" cellspacing="4" border="2"> 31 <TR> 32 <TD width="33%" valign="top"><h2>sponsored links here</h2> 33 </TD> 34 <TD width="33%"> 35 <ul> 36 Place list here 37 </ul> 38 </TD> 39 <TD> 40 </body> 41 42 43

1 h1 { 2 font-family: "Times New Roman", Times, serif; 3 font-size: 40pt; 4 font-weight: normal; 5 color: #003300; 6 text-align: justify; 7 } 8 h2 { 9 font-family: Arial, Helvetica, sans-serif; 10 font-size: 16pt; 11 font-style: italic; 12 color: #3300FF; 13 text-align: left; 14 } 15 h3 { 16 font-family: "Times New Roman", Times, serif; 17 font-size: 12px; 18 color: #00FF33; 19 text-align: left; 20 } 21 h4 { 22 font-family: "Times New Roman", Times, serif; 23 font-size: 10pt; 24 color: #000066; 25 text-align: right; 26 } 27 li { 28 font-family: "Times New Roman", Times, serif; 29 font-size: 10pt; 30 font-style: italic; 31 color: #000000; 32 text-align: left; 33 } 34 p { 35 font-family: "Times New Roman", Times, serif; 36 font-size: 10pt; 37 color: #008080; 38 text-align: left; 39 } 40 E:\My Documents\ICT IGCSE\Website Authoring\stylesheet2.css: 1/1

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html> 3 <head> 4 <title>untitled Document</title> 5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> 6 <link href="stylesheet2.css" rel="stylesheet" type="text/css"> 7 </head> 8 9 <body> 10 <p><a name="top"></a>last edited by Mr Lee, RO008, Candidate Number 11 </p> 12 <h1>rootrainer Trees</h1> 13 <table width="100%" border="1" cellpadding="3" cellspacing="5"> 14 <tr> 15 <td colspan="2"><h2>our company grows all the plants to keep down the costs to 16 the customer.</h2></td> 17 </tr> 18 <tr> 19 <td><p>plants for all soil types:</p> 20 <ul> 21 <li>acid</li> 22 <li>alkaline</li> 23 <li>neutral,</li> 24 </ul> <p>and for all environments:</p> 25 <ul> 26 <li>deciduous</li> 27 <li>coniferous</li> 28 <li>evergreen.</li> 29 </ul></td> 30 <td rowspan="2" bgcolor="#000000"><div align="center"><img src="specimen4.gif" width="278" height="250">< /div></td> 31 </tr> 32 <tr> 33 <td><h2>you can contact us in many ways.</h2></td> 34 </tr> 35 <tr> 36 <td colspan="2"><h3>through our website on-line - use our order form. By post 37 - order our catalogue and complete the order form. By phone or fax - all 38 contact details on this website. You can order our catalogue for a full 39 listing of our services.</h3></td> 40 </tr> 41 </table> 42 <TABLE width="600" height="100" border="0" cellpadding="0" cellspacing="0"> 43 <TBODY> 44 <TR> 45 <TD><h2><a href="#top">click Here</a> to return to the top of the page</h2></td> 46 <TD><h2><a href="order_form1.htm" target="_orderform">try Bonsai</a></h2></TD> 47 <TD><h2><a href="specimen2.htm" target="_external">order Form</a></h2></TD> 48 </TR> 49 </TBODY> 50 </TABLE> 51 <p> </p> 52 </body> 53 </html> 54 D:\my documents\my Documents\ICT\Web Site Authoring Demo\HOMEPAGE.HTM: 1/1