website to meet client requirements
P4: Produce a website for an intended audience and purpose........................2
Examples of HTML code...................................................................................2
Examples of CSS Code.....................................................................................3
Examples of JavaScript code............................................................................5
P5: Test the website for functionality, compatibility and usability...................9
P6: Review the extent to which the website meets client requirements.......12
.......................................................................................................................12
M3: Optimise a website to meet client requirements....................................15
D2: Evaluate the design and optimised website against client requirements.
.......................................................................................................................23
AND................................................................................................................23
D3: Demonstrate individual responsibility, creativity and effective self-
management in the design, development and review of a website..............23
,P4: Produce a website for an intended
audience and purpose.
Examples of HTML code
Adding images to a website can make it much more visually appealing and
functional. In addition to providing a visual break from the text and
improving the content's visual appeal, images also improve factual clarity
and engage users are essential to a website's ability to be unique, and
appealing, and successfully convey its message and accomplish its
objectives.
These html codes make a massive difference to the website, one of the
examples being shown in the image are: <img src=..... this type of code that
is shown in the image includes an image on the website so users can view.
Another code that is shown is the navigation bar the code starts with <div>
or div class> this code shows a navigation bar on the website which is quite
interactive as you can click on them and it will go on that webpage for
example if a user want to click on the navigation bar that shows “hate crime”
, it will go on that webpage if you have successfully inputted the code
correctly.
The last code for html is the <p> and this allows the developer to include
information about the website/topic for example I have created a website
about hate crime and i have included information with the <p> code about
hate crime and why i have created the website, i have basically stated a
purpose.
Examples of CSS Code