HTML Flashcards
What does HTML stand for?
- Hypertext Markup Language
What is HTML? (4)
- 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
What is the Internet?
- System of interconnected COMPUTER NETWORKS that uses TCP/IP to communicate
What is the Web? (3)
- Web RESOURCES published by WEB SERVERS & identified by URLs
- Linked by HYPERTEXT
- Accessed with BROWSERS over the INTERNET
Define URL
– Uniform Resource Locator
Define TCP/IP (3)
- The Internet Protocol Suite
- TCP: Transmission Control Protocol
- IP: Internet Protocol
What is TCP/IP
- The Internet Protocol Suite is a set of comm. protocols used on the INTERNET
What is the client-server model?
- 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
Define HTTP
- Hypertext Transfer Protocol
What is HTTP? (2)
- Protocol which allows the fetching of resources, such as HTML documents.
- The client sends requests to the server and the server sends responses.
What is a URL?
- A reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it
List Common HTTP Requests ( )
- GET:
- ## POST:
List Common HTTP Responses ( )
?__
SUMMARY DIAGRAM OF HOW THE INTERNET WORKS
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
What is the structure of an HTML tag?
Content
What is the structure of an HTML link?
<a>Flatiron School</a>
HTML document structure? (ex)
HTML comment structure? (ex)
Most common elements? (ex, …)
- Headers: <h1> - <h6>
- Paragraph: </h6></h1><p>
- Hyperlink: <a></a>
- Images: <img></img>
- Lists: <ul>
<li> one </li>
</ul> - Ordered list <ol>
</ol></a></p>
What are HTML Attributes? (ex
- ## extra information we can add to a tag to identify, classify, style or modify the default behavior of the element
Project Walkthrough___
Exceptional realty?_____
HTML5??
https://learn.co/tracks/cpb-v5/html-and-css-continued/html5/html5-media