File Types (image)
File Types (video)
File Types (audio)
File Types (text)
Copyright, Designs and Patents Act (1988)
Benefits of external CSS
Hyperlinks
<a href="url">link text</a>
Wireframe
A skeletal version of the complete website used to design the layout of a website.
Wireframes show:
- navigational links
- text areas
- media used (including file format)
- position and type of hyperlinks on a page
They do this using placeholders
Low fidelity prototype
A prototype showing the completed layout usually made using pen and paper. Included more detail than a wireframe. Easy to change elements of a website without having to code.
Benefits and downsides of compression
Pros:
- Smaller file size
- Less load time
Cons:
- Worse quality
End-user requirements
The tasks that end-users need to be able to carry out.
Functional requirements
Code for unordered/ordered list
<ul>
<li> Uno </li>
<li> Dos </li>
</ul>
<ol>
<li> Uno </li>
<li> Dos </li>
</ol>
CSS code model
[element] / .[Class] / #[ID]{
FF
FS
C
TA
BC}