HTML Flashcards
1
Q
What does HTML stand for?
A
- Hypertext Markup Language
2
Q
What is HTML? (4)
A
- Text-based language sent from server to client browser
- Tells browsers what to render on screen
- Comprised of elements
- Can include CSS or embedded JavaScript
3
Q
What is the Internet?
A
- System of interconnected COMPUTER NETWORKS that uses TCP/IP to communicate
4
Q
What is the Web? (3)
A
- Web RESOURCES published by WEB SERVERS & identified by URLs
- Linked by HYPERTEXT
- Accessed with BROWSERS over the INTERNET
5
Q
Define URL
A
– Uniform Resource Locator
6
Q
Define TCP/IP (3)
A
- The Internet Protocol Suite
- TCP: Transmission Control Protocol
- IP: Internet Protocol
7
Q
What is TCP/IP
A
- The Internet Protocol Suite is a set of comm. protocols used on the INTERNET
8
Q
What is the client-server model?
A
- partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.
- https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Client-server-model.svg/250px-Client-server-model.svg.png
9
Q
Define HTTP
A
- Hypertext Transfer Protocol
10
Q
What is HTTP? (2)
A
- Protocol which allows the fetching of resources, such as HTML documents.
- The client sends requests to the server and the server sends responses.
11
Q
What is a URL?
A
- A reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it
12
Q
List Common HTTP Requests ( )
A
- GET:
- ## POST:
13
Q
List Common HTTP Responses ( )
A
?__
14
Q
SUMMARY DIAGRAM OF HOW THE INTERNET WORKS
A
https: //curriculum-content.s3.amazonaws.com/fswb-assets/what-makes-the-web-possible/request_response.jpg
https: //learn.co/tracks/cpb-v5/html-and-css-introduction/introduction-to-the-web-and-html/what-makes-the-web-possible
15
Q
What is the structure of an HTML tag?
A
Content