Web Technologies Flashcards
<title>
</title>
Used for the tabs of the webpage
<body>
</body>
Body of web page
<h1>, <h2>
</h2></h1>
Headings
<img></img>
Image
<a></a>
Hyperlink
<div>
</div>
Content divider
<form>
</form>
Creates an HTML form
<input></input>
Input fields for colour
<p>
</p>
Paragraph
<li>
</li>
List (<ol> for ordered list, <ul> unordered list)
<script> </script>
Insert JavaScript
What is CSS?
Cascading Style Sheets to add better quality colours, fonts etc
How do you end a tag?
</title>
What does HTML stand for?
Hyper Text Markup Language
What does compression of files do?
Reduces file size to:
1) Reduce download times
2) Make best use of bandwidth
3) Reduce file storage requirements
Lossy Compression
Data is lost during compression and cannot be returned to the original state.
Lossless Compression
Data is not lost during compression. Data is encoded in a different format so original can be restored
Run Length Encoding
Condenses identical elements into a single value to show repeated runs.
E.g. AAAABBBCCDAA is compressed to 4A3B2C1D2A
Dictionary Coding
Replaces repetitive words in a sentence to dictionary values