Web Technologies Flashcards
1
Q
<title>
</title>
A
Used for the tabs of the webpage
2
Q
<body>
</body>
A
Body of web page
3
Q
<h1>, <h2>
</h2></h1>
A
Headings
4
Q
<img></img>
A
Image
5
Q
<a></a>
A
Hyperlink
6
Q
<div>
</div>
A
Content divider
7
Q
<form>
</form>
A
Creates an HTML form
8
Q
<input></input>
A
Input fields for colour
9
Q
<p>
</p>
A
Paragraph
10
Q
<li>
</li>
A
List (<ol> for ordered list, <ul> unordered list)
11
Q
<script> </script>
A
Insert JavaScript
12
Q
What is CSS?
A
Cascading Style Sheets to add better quality colours, fonts etc
13
Q
How do you end a tag?
A
</title>
14
Q
What does HTML stand for?
A
Hyper Text Markup Language
15
Q
What does compression of files do?
A
Reduces file size to:
1) Reduce download times
2) Make best use of bandwidth
3) Reduce file storage requirements