HTML
Hypertext Markup Language
<h6>….</h6>
smallest heading
CSS
Cascading Style Sheets
GIF
GRAPHIC INTERCHANGE FORMAT
<br>
line break
<bold>.....<bold/>
What is wrong with this tag?
</bold>
JPEG
JOINT PHOTOGRAPHIC EXPERT GROUP
<img src="logo.jpg" width="100" height="100">
Image
logo jpeg
size 100*100 pxl
Which tag is used to display the title in the page tab
<head>
WMA
WINDOWS MEDIA AUDIO
<ul style= “list-style-type:disc”>
<li>blue</li>
<li>red</li>
<li>yellow</li>
</ul>
unordered list
bullet points black circles
blue
red
yellow
How can scripted elements be inserted into an HTML document (webpage)?
1. Include in body of HTML code
2. Call the scripted element from outside the page
MIDI
MUSICAL INSTRUMENT DIGITAL INTERFACE
link to ccea website open in new tab
WHY IS IT IMPORTANT THAT CODE IS PUT IN THE HEADER AREA?
Script can be applied to all elements in the document not just one particular section or feature
• Removes styling from main script
• Makes body easier to read
• Able to link to external style fi le (CSS fie or script files e.g. javascript files)