Chapter 21 Overview Part 1 PDF
Chapter 21 Overview Part 1 PDF
Web Authoring
• 21.1 Web Development Layers
• 21.2 Create a Web Page
• 21.3 Use Stylesheets
Chapter 21: Web Authoring
3) Select Tag and then write the name of the tag (H1, H2 etc.)
4) Select the properties for Tag (Size, colour etc.) #000000
1 2 3 4
# 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)
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
#191970
If you are editing the
CSS then put the
brackets {Start & End }
#000080 in the correct place for
each tag.
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.
Chapter 21: Web Authoring
Code View: Remember to open <h1> and close </h1> the tags
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)
Creating Tables
1) Insert >> Table
2) Work out the number
Chapter 21: Web Authoring
TR Table Row
Chapter 21: Web Authoring
TD Table Data
Tip:
Tbody: Body
Table Body
HTML Tag