Extras Flashcards
What is command prompt and how do you find it on a PC?
Start/all programs/accessories
What is an API?
application programming interface…offering expression and functionality through JavaScript
FTP commands, what do they mean? dir cd pwd put get mkdir
dir get listing of current directory cd change to another directory .. up one directory pwd displays directory (folder) I'm in put moves file to server get retrieves filename
Which is the default file in a directory?
index.html or default.html
If a website is an address, a port is a
Mail box number at this address
Normally, everything on the web is delivered to the default Port __
80
What are the two ways title can be used?
As an element in the head tag that defines the title of the document in the browser tool bar, and as an attribute of the “a” element which specifies more information and is displayed when you mouse over the hyperlink
Which attribute let’s you link to a specific point on a page?
id attribute aka anchor
The id attribute is a way of uniquely identifying an __________
Element