Abbreviations
HTML Tags
HTML
100

HTML

Hypertext Markup Language

100

<h6>….</h6>

smallest heading

100

CSS

Cascading Style Sheets

200

GIF

GRAPHIC INTERCHANGE FORMAT

200

<br>

line break

200

<bold>.....<bold/>

What is wrong with this tag?

</bold>

300

JPEG

JOINT PHOTOGRAPHIC EXPERT GROUP

300

<img src="logo.jpg" width="100" height="100">

Image

logo jpeg

size 100*100 pxl


300

Which tag is used to display the title in the page tab

<head>

400

WMA

WINDOWS MEDIA AUDIO

400

<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

400

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


500

MIDI

MUSICAL INSTRUMENT DIGITAL INTERFACE

500

href="http://www.ccea.org.uk/" target="_blank"> 

Visit CCEA</a> 


link to ccea website open in new tab

500

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)