BASIC TOOLS Flashcards
1
Q
A program which allows you to edit plain text
A
Text Editor
2
Q
Application to view websites
A
Web Browser
3
Q
Allows you to transfer file across the Internet
A
FTP client
4
Q
ADVANCE TOOLS
A
Web Editor & Graphics Editor
5
Q
A mark up Language is a set of ___________ tags
A
Mark Up tags
6
Q
Helps the browser display a web page correctly
A
<!DOCTYPE>
7
Q
Defines the whole document
A
<html>
</html>
8
Q
Defines the head element
A
<head>
</head>
9
Q
Defines the title of a document
A
<title>
</title>
10
Q
Defines the title of a document
A
<body>
</body>