Our site uses cookies. Some of the cookies we use are essential for parts of the site to operate and have already been set. You may delete and block all cookies from this site, but parts of the site will not work. To find out more about cookies on this website, see our Cookie Policy
Accept
© eRevision.uk and ZigZag Education 2025
This test is run by .
Note that your final mark will not be saved in the system.

8. Web Technologies GapFill

Target Level
C
Running Total
0
0%
Attempt
1 of 3

You must fill all the gaps before clicking ‘Check Answers!’

When it comes to developing web pages, three languages are of particular importance. These are  PythonHTMLHTTPCSS, which determines the content of a page,  JavaScriptHTTPCSSHTML, which controls the format of elements on the page, and  CSSJavaPythonJavaScript, which handles events that happen on the page after it is loaded.

In order to mark up the content of a page,  identifiersattributesmarkerstags are used, which are identifiable by their use of these brackets: < >. Broadly speaking, the  <info><meta><head><title> section contains information about a page, whereas the  <p><page><tail><body> section contains the visible content to be displayed within the browser. The <p> tag is used to identify content as a  progressparagraphparameterpreamble, while  <h7><s1><h1><s7> describes a large heading. If you wish to create a list, you'll need to use either  <il><al><nl><ol>, which provides numbers, letters, Roman numerals and the like, or  <ul><ol><el><bl>, which provides bullet points. The <a> tag is known as the  anchorasideareaaddress tag, and this is used to provide  hyperlinksUnicode charactersequationsimages. These can be attached to text, images or any other content. In order to do this, you need to specify a value for the  linkpagehrefsrc attribute.

Formatting often entails identifying colour, whether for text, background or other elements. These can be specified using the name of the colour or using  binaryhexadecimaldecimalalphabetical values such as  #0000GG#0033CC#0033CCC#003CC. It's possible to specify such formatting information in a(n)  internalexternalofflineprivate file, meaning it does not need to be repeated for each individual page.

This is your 1st attempt! You get 3 marks for each one you get right. Good luck!

Pass Mark
72%