This element is the very first tag we put at the top of our HTML document.
What is the doctype element?
100
This has been described as a 'network of networks'.
What is the Internet?
100
This is a markup language that annotates plain text and is used for creating webpages.
What is Hypertext Markup Language or HTML?
100
We use this to get onto a website. In a client/server architecture, it is also usually known as the client.
What is a web browser
100
This kind of element does not have a closing tag.
What is an empty element?
200
This element is the tag we use when we want to put in the first heading for our webpage.
What is the h1 tag?
200
This is an example of a free FTP client that we will use during this class.
What is Filezilla?
200
In a client/server model, a web browser or a PC is usually considered this.
What is the client?
200
This is the program we use in class to create web pages.
What is Komodo edit?
200
This kind of HTML is the way we use HTML when we are structuring a web page to look a certain way.
What is structural HTML?
300
This is the element want to use when we are writing paragraphs of text?
What is the p tag?
300
This internet protocol, abbreviated HTTP, is the set of rules that determine client and server communication.
What is Hyper Text Transfer Protocol?
300
This is another word for tag.
What is an element?
300
This is the file extension we use when saving our html files.
What is .html?
300
This type of html is what we use when we want to give more meaning to particular elements. An example would include the emphasis tag or the definition tag.
What is semantic html?
400
This is the tag we want to use when we are putting an image into our webpage.
What is the img tag?
400
This is a piece of hardware that is always online, serving out webpages and other resources.
What is a Server?
400
This is the protocol that we use for getting and receiving files from the internet. This is also the protocol that we will use in order to put up our webpages onto a server.
What is FTP or File Transfer Protocol?
400
This is a set of rules that determines how computers share information. The two that we are concerned with in this class are FTP and HTTP
What is a protocol?
400
Most tags or elements can have these. They give more information about a particular element such as the size of an image or its location.
What is the attribute?
500
This is the tag we want to use when to insert a hyperlink into our webpage.
What is the a tag?
500
This is the numerical address given out to each and every piece of hardware on the internet.
What is an IP or Internet Protocol address?
500
This is the underlying protocol that client and servers communicate through. It involves a client requesting information and a server sending a response.
What is request/response?
500
My computer needs this before I am able to connect to the internet via a webpage. It is assigned from a DNS server.