Web Authoring Note 2
Web Authoring Note 2
Web Authoring
WWW.YAHMAD.CO.UK
in the CSS.
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
No Style Sheet
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 write the name of the tag (H1, H2 etc.) 4) Select the
Chapter 21: Web Authorin properties for Tag (Size, colour etc.)
g
2) Open the CSS Window – using this will eliminate 1 2
mistakes 3) Select Tag and 34
then Tip: Write all colours in 6
hexadecimal digits e.g. #000000
Code – For Heading1 WWW.YAHMAD.CO.UK
Tip: You can Align the style in Block If you are
writing the code the center alignment is spelt at
center.
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
Incorrect CSS
Chapter 21: Web Authorin
g
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
WWW.YAHMAD.CO.UK
#8B0000
If
you are editing the CSS then
put the
#191970 #000080 brackets {Start & End } in the
correct place for each tag.
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
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
WWW.YAHMAD.CO.UK
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
Chapter 21: Web Authorin
can be used to apply g
particular text styles. You can also use the code view to apply styles.
Code View: Remember to open <h1> and close </h1> the tags
WWW.YAHMAD.CO.UK
Tip: If you have set internal borders for a table then create the additional TD Tag.
Border Collapse
Before Border
Collapse
Chapter 21: Web
Authorin
g
After Border Collapse
Creating Tables
1) Insert >> Table
Chapter 21: Web Authorin
g
2) Work out the number
of rows and columns.
3) Set border, padding
and spacing if
necessary.
Tip:
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.
Chapter 21: Web Authorin
g
Table Body
ICT IGCSE Practical – Revision Presentation
Web Authoring
Table Alignment
Software Choices
Images: Use Fireworks if it says open a the file in a suitable application (Jpeg or Gif)
WWW.YAHMAD.CO.UK
Authorin
g
WWW.YAHMAD.CO.UK
After: Horizontal Flip
WWW.YAHMAD.CO.UK
Exporting Graphics
• See the file size.
In Export Wizard you can do the following: • Sometimes you may have to change a GIF into a
• Select the format of the image (Gifs & Jpegs) JPG.
Chapter 21: Web Authorin
g
• Optimize the quality of the Image
• Change colour setting
Image Format
File Size
Optimise
Alternative Text
up. The
alternative text can also be typed into the
windows panel shown below. Typically the alternative text
would have to be highlighted in the HTML code.
Alternative
text can be
added when
inserting the
image.
Blank Table
Chapter 21: Web Authorin
g
Text can be entered or copied and table cell (TD) and then click
pasted in from external sources. on:
Unordered List - UL
Ordered List – OL
Chapter 21: Web Authorin
g
Hyperlinks
WWW.YAHMAD.CO.UK
Relative File Path: Is the file path from the current directory.
1
To Insert Media Content you have to click on:
Chapter 21: Web Authorin 1. Insert >> Media >> Plugin
g
2. Browse for the file
3. Resize the Plugin
4. Preview in the browser
You can also select other media content like FLV or
SWF
34
WWW.YAHMAD.CO.UK
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Email Link
mailto:[email protected]
Authorin
g
Select for HTML Code
Select for CSS Code
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
exam.
1. Highlight the part of the
content (link) which needs to be
highlighted.
2. On the printout refer to the row
number and highlight the code
Example Highlight Question
which is normally found at the
end of the paper 3.
Publish a Website
Test a Website
Functional Testing
Why Test your Web Page?
• To ensure all components of the • Check if hyperlinks (including anchors, email
Chapter 21: Web Authorin links) are working.
g • Do all images appear including alternative
webpage are working correctly before text if image is unavailable.
they are published online. • Is the table structure correct.
• Stylesheet (If it is attached and whether the
correct styles have been used)
• Correct image sizes and alternative texts •
Suitable Tests
Correct use of borders (Visible/Non Visible).
Choose Suitable Testing Criteria
WWW.YAHMAD.CO.UK
ICT IGCSE Practical – Revision Presentation
Web Authoring
Test a Website
User Testing?
• Feedback will be gathered from a variety of different users who will test the website and
Chapter 21: Web Authorin
g
give their feedback.
User Testing
• Tasks to complete using the site checking the
usability:
• Entering data into a form (e.g. creating
a new email account)
• Navigation around the webpage.
• Questions to Answer
• What is the purpose of the website?
• Is the content easy to understand?
• What are the positive and negative
features of the website? A User form could be created so that
• Is it easy to use the website and users testing the website and write
navigate from page to page. • What their feedback.
could be improved?
WWW.YAHMAD.CO.UK