Introduction to Computer Technology: Unit 1 Practice Test
Quiz
-
If you want to write a web page you need to use the language.
-
HTML is not really a programming language, but a language.
-
As a markup language, the basic role of HTML is to tell the browser how to structure the content of a page. It also allows to give it a simple .
-
HTML consists in a set of HTML .
-
Each HTML Element is composed of an opening tag (with a possible attribute), a content. and a tag.
-
Some HTML Elements do not quite follow the above rule and lack a closing tag. An example is the Element.
-
The content of an HTML Element may be blank, contain some or else other HTML Elements.
-
From a bird's eye view, any web page consists in only HTML Elements, the doctype & the html one.
-
The content of the html Element consists as well in only two HTML Elements, the head and the .
-
The Element contains the actual content of the page.
Practical exercises
Write the code inside the box areas assigned to each question.
- Make the sentence in the box a link to https://www.flightradar24.com
- Modify your previous answer so that the link label shows in boldface.
- Choose the correct HTML element to make the following text the largest possible heading.
- Make a list with four of the subjects you study at school
Assessment as Learning
- What went well today/with last homework, or what did you find easy to understand or do?
- What didn't go so well, what did you find difficult to understand or do?