NEW
Font size
Worksheets180s Week 1_T2_Jan2020
Total questions: 30
Worksheet time: 16mins
Choose the correct structure for any HTML code
<html>
<body>
…
</body>
</html>
-----------------------------------------------------
<html>
<head>
….
</head>
….
</html>
-----------------------------------------------------------------
<html>
<head>
….
</head>
<body>
…
</body>
</html>
--------------------------------------
<html>
<head>
….
</head>
<body>
…
------------------------------------
What does a closing tag look like?
< >
<\ >
</ >
<< >>
The name of the invisible line marking the height of a font.
Baseline
X Height
Ascender line
Y Height
A horizontal or upward sloping stroke.
Leg
Ear
Arm
The invisible line where all characters sit.
Ascender line
Crossbar
Baseline
Serif
Sans-Serif
Slab-Serif
is the ease with which a reader can understand a written text.
Readability
Legibility
Lettering
§In art, graphic design and typography, ________ refers to the creation of hand-drawn letters to apply to an object or surface.
Lettering
Typography
Calligraphy
is the ease with which a reader can recognize individual characters in text.
Readability
Legibility
Lettering
A _________ is the overall design of lettering; the design can include variations, such as extra bold, bold, regular, light, italic, condensed, extended, etc.
Font
Typeface
Typography
________ is the art and technique of arranging type to make written language legible, readable, and appealing when displayed.
Calligraphy
Typography
Font
Which tag is used to create a hyperlink on a web page?
<a>
<link>
<hr>
<img>
