Chapter 21 Overview MS WExpression
Chapter 21 Overview MS WExpression
Web Authoring
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Web Development Layers
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
HTML (Hyper Text Markup Language) – Content Layer
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Creating CSS for Text Styles
Tip: If you have been giving the task of creating a CSS then make sure you use the Manage
Styles Window.
Tip: Write all colours
1) Create New CSS and then Save
in 6 hexadecimal
Chapter 21: Web Authoring
1 2 3
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
CSS (Commonly Used Windows)
Font: Format Text Block: Alignment Background
Chapter 21: Web Authoring
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
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.
Chapter 21: Web Authoring
# FF 00 00 Full Red
The closer the number gets # 00 FF 00 Full Green
to 00 then the colour will
become a darker shade. # 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)
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Creating and Applying CSS Text Style Sheet
1) Open text.html
2) Attach the
TextCSS Style
Style Sheet
Chapter 21: Web Authoring
3) Highlight the
Text and apply
the style After: CSS attached
and Styles Applied
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Applying List Styles
Unordered List - UL
HTML Code View
Chapter 21: Web Authoring
Ordered List – OL
HTML Code View
TextCSS2 Style
H1, H2, H3 Font Times New Roman, Times,
serif
Chapter 21: Web Authoring
h1 Alignment left
Size 14
Colour #FF0000
H2 Alignment center
Size 16
Colour #00FF00
H3 Alignment right
Size 18 Most efficient way
of setting the same
Colour #0000FF
font style for h1, h2
and h3.
Separate tags created for
h1, h2 and h3 as they have
different attributes for size,
alignment and colour
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Correcting CSS for Text Styles
Stylesheet1
• Font: Arial, Helvetica or
default sans-serif font
• Font Size: 24px
• Italic, Bold, Red
• Center Aligned.
Correct CSS
Corrected Mistakes
#8B0000
Chapter 21: Web Authoring
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
CSS for Tables
Tip: If you have set internal borders for a table then create the additional TD Tag.
TD: Internal Border
• Solid, 2 Px, Navy Blue (80)
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Hierarchy of multiple attached stylesheets
CSS1 Attached
Hierarchy of multiple
attached stylesheets
Adding additional stylesheets will
over rule elements from previously
CSS2 Also Attached attached stylesheets.
Changes:
• Table Background Colour
• External Border
Same
• Table Size (W – 400, H – 300)
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Creating a Table
Creating Tables
1) Table >> Insert Table
2) Work out the number
Chapter 21: Web Authoring
4 columns
Table created
with 4 rows
and columns.
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Setting Table Size
Chapter 21: Web Authoring
Tr – Table Row
TD – Table Data (Each Cell)
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Use of Embedded CSS in HTML Nov 2015
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Inserting Content (Text and Images) into a Table
Chapter 21: Web Authoring
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Alternative Text
shown below.
Alternative
text can be
added when
inserting the
image.
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Resize an Image
Chapter 21: Web Authoring
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Text Alignment in a table
Chapter 21: Web Authoring
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Hyperlinks – External Link 1) To create a external hyperlink select either an image or
text to be linked and Right Click your mouse.
2) Select the hyperlink option
3) Click on Existing File or Webpage option.
4) Click on Current Folder
Chapter 21: Web Authoring
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Anchor (Bookmark)
Highlight Text/Image >> Right Click and Select Hyperlink >> Click on E-Mail
Address
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Publish a Website
User Testing?
• Feedback will be gathered from a variety of different users who will test the
website and give their feedback.
Chapter 21: Web Authoring
WWW.YAHMAD.CO.UK