Centre#1234, Candidate#00 1 New website for The Relaxing Holiday Company.

Slides:



Advertisements
Similar presentations
House Style UNIT 2 – A01 DESIGN. What is house style? The colours, fonts (style, size and colour) and images that you will use on your website.
Advertisements

Microsoft FrontPage Monday January 28, The Basic FrontPage Setup.
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.
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
Corinthian Travel & Company Ashley Carlow. Memo Contrast: The black and white Repetition: Color choices and alignment are consistent throughout. Alignment:
Designing a Poster Difference between content, layout and styles Miss Allgar.
Leaflet Research Clear and bold title of leaflet: to inform the audience of what the leaflet is about, which should encourage people to read the leaflet.
Code 2 Layers. Step 1 Using 2 Layers Step 2: There are 2 layers Using 2 Layers.
CS 142 Lecture Notes: CSSSlide 1 body { font-family: Tahoma, Arial, sans-serif; color: black; background: white; margin: 8px; } SelectorDeclaration Block.
CSS Basics LIS Webteam April 8, Why CSS? What’s wrong with HTML? Structure vs Style Early web design used hacks to style webpages with HTML – like.
What colour will the background be? What style will the title be? What style will the body text be? What hyperlinks will there be? What transitions/animations.
What colour will the background be? What style will the title be? What style will the body text be? What hyperlinks will there be? What transitions/animations.
Chapter 6 Color Image Processing Chapter 6 Color Image Processing.
HIGHER COMPUTING CSS. WHAT IS CSS? CSS: Cascaded Style Sheets used to separate a web site’s content(information) from its style(how it looks).
Creating Tables in a Web Site Using an External Style Sheet
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Chapter 18 Web Design April 16 th & 17 th. Content The most essential element of any Web page is the content Before you begin a Web page you want to know.
CIS234A Lecture 9 Instructor Greg D’Andrea. Working with Table's Column Groups We've formatted the content of the table columns by modifying the attributes.
Creating With Code.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
CSS Table Properties.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
 Use the think diagram … ISP Server.
GEOTHERMAL ENERGY POWERPOINT RESEARCH Research geothermal energy using the websites provided on my website. The research should focus on answering and.
Adding contrast to a graphic Contrast can be used through colours to highlight a point on the page or to make an object more eye- catching Contrast can.
Basic Design Tips for Web Pages. Alignment Left, right, center Choose one alignment and use it on the entire page Align form elements, table elements,
Colors & Fonts Building a Website Lesson 7. Font Font The tag specifies the font face, font size, and color of text. The tag can have any or all of these.
Which formula gives you the desired effect? Desired Results ABCD Click on the letter of the correct answer. A is incorrect. The sidebar and main have the.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
House Style UNIT 2 – A01 DESIGN. Example Representing this in your Design The colours that I will use are gold, white and brown. I am using these colours.
External Style Sheets Exploring Computer Science – Lesson 3-6.
ACM 262 INTRODUCTION TO WEB DESIGN Week-7 ACM 262 Course Notes.
Attention-grabbing headline Studies have shown that ads have about 3 _______________ to grab attention. The headline should be the first element the ________________.
G046 Lecture 03 Introduction To HTML Mr C Johnston ICT Teacher
CSS Cascading Style Sheets *referenced from
Codes and Conventions of contents pages. By Eleanor Raftery.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
Stylizing a Navigational Menu Web Design Section 6-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
1 Mansoor Ahmed Bughio. 2 HTML TABLES With HTML you can create tables. Examples Tables This example demonstrates how to create tables in an HTML document.
Create a new stylesheet called Hotel Style
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.
CSS HTML and website development.
The Box Model in CSS Web Design – Sec 4-8
Unit 13 – Two websites worksheet.
Website Development & Management
The Box Model in CSS Web Design – Sec 4-8
Creating Your Own Webpage
CSS Rule Selector Declaration Block Value Attribute Name body {
The Box Model in CSS Web Design – Sec 4-8
Introduction to web design discussing which languages is used for website designing
Web Authoring Task 1– Create Style Sheet H1 H2 P LI OL UL Table Body
Web Authoring Task 1– Create Style Sheet List – LI { Table Body
House Style UNIT 2 – A01 DESIGN.
Table CSS Create a new CSS called tablestyle.CSS Green Background
Web Authoring Task 1– Create Style Sheet H1 H2 P LI Table Body
Cascading Style Sheets
Web Authoring Task 1– Create Style Sheet H1 H2 H3 P LI Table Body
بسم الله الرحمن الرحيم الموضوع:الوضوء صفته وفرائضه وسننه
Web Design 3080 : Week 3 Introduction to Dreamweaver Lecture
Produce a presentation using presentation software
Web pages Lesson 3.
Training & Development
CSS Styles Introduction.
Color Image Processing
Colour scheme A secondary colour is simply a colour made by two mixing colours in a given colour space.
Cascading Style Sheets
Unit 13: Website Development
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.
Presentation transcript:

Centre#1234, Candidate#00 1 New website for The Relaxing Holiday Company

Centre#1234, Candidate#00 2 Features of this website It is not finished Stylesheets have been used Which styles do you require?

Centre#1234, Candidate#00 3 Background Background colour can be added to stylesheets Background images can be added to stylesheets

Centre#1234, Candidate#00 4 Stylesheet JXstyle1.css The background image in JXstyle1.css does not work because: –Because image name is spelled wrong in it. The html code to make the background colour show is: –#025fb4 The text for h1 and h2 is not white and h3 is not yellow because: –Because we used fuchsia color to h1, h2 & h3

Centre#1234, Candidate#00 5 Spacing The cell spacing has changed between JXstyle1.css and JXstyle2.css Cell padding is: –padding: 0.1em Cell spacing is: –spacing 0.1em