Website Production: Target Audience Analysis

Standard

In this task I was asked to perform an Analysis of the target audience for my “Hot air Balloon events” website,

I have written my answers to the various questions that were asked below;

    • What age? – The age of the visitors to this website would vary wildly from anywhere between the ages of 18-75 although most likely it will be more focused on middle-aged people as Hot air ballooning
      isn’t yet a thing all the kids rave about!
  •  What Technical Ability? – I reckon it is best to keep the website simple yet very informative in order to appeal to the largest audience possible and to cater for those that are not very computer literate.
  • What kind of Interests would your visitors have? (Newspapers, Magazines etc.) – I think most visitors to this particular website would be interested in Nature shows and magazines and perhaps outdoor activity related articles. I would image people that like Hot air Ballooning to be adventurous which is why i think a colorful and graphical website would work well.

Workshop 2: Writing HTML

Standard
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Example Html page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>Heading One</h1>
<p>This is some text</p>
<img src="/image-path/image.jpg" alt="Alt image">
<p><a href="mailto:test@test.co.uk">test@test.co.uk</a></p>
<p><a href="http://www.google.co.uk" target="_blank">GO to our new website</a></p>
</body>
</html>

Seems self explanatory? 🙂

Workshop 1: Looking at the Code

Standard

We were given the task of looking at the source code of a website to identify and familiarize ourselves with the various elements that make up a page.

I chose Dafont.com and the following are a few questions that were asked:

Body section of code

Is the site using tables or divs? Divs
Is the site using h1 and h2 heading tags? yes
Is the site using alt tags for images? yes
Is the site using descriptive folder/file names? yes

html-type

 

alt-text