Assessment Portfolio: HTML and Website Development
Assessment Portfolio: HTML and Website Development
Form: Year 9
Review questions:
Look at each of the questions below relating to your program and complete your answers in
the text
1:
Explain the difference between how HTML and CSS are used in creating a web page.
HTML is language of web that allows to go on internet and CSS defines the style and
layout of web
2:
3:
Complete the code below to add CSS to make the background of the web page
orange.
<html>
<head>
padding: 15px;
color: #ffffff;
Verdana, sans-serif;
font-size: 16px;
background-color:#ffaf1a;
</head>
<body>
<p>Welcome to the CSS guide</p>
</body>
</html>
4:
font-family: Arial,
5:
How would you change this line of HTML code to make it responsive?
<img src=moon.jpg width=750px>
<img src=moon.jpg width=750px, height=5px
6:
7:
Assessment Portfolio
HTML and website development
8:
Where does the data you enter into a web form go and how might it be used?
It might be used for students to do their projects
Assessment
Basic
Intermediate
Advanced
Expert
I have specified a
width for my web
page and images
Assessment Portfolio
HTML and website development
Evidence of my website:
Insert a screenshot using ALT + Print Scrn of your home page below:
Copy and Paste in the source code for your home page below:
Assessment Portfolio
HTML and website development