Key Terms
Fundamentals of Full-stack Web Engineering
By Section
Internet and the World Wide Web
Full Course Glossary
There are currently 12 terms in this directory beginning with the letter H.
HEAD Method
The HTTP Head method is similar to the GET method, but the response does not include the body. Read more...
Hexadecimal
Hexadecimal uses base 16. Numbers 0-9 represent values 0-9, and letters A-F represent values 10-15. Read more...
HTML
HTML (Hypertext Markup Language) is the markup language used to display content on the web. Read more...
HTML Element
HTML Elements are individual components of a web page that are created using HTML tags. Read more...
HTML Tag
HTML Tags are commands that are read by the web browser and the basic building block of HTML files. Read more...
HTTP Response
After the web browser makes an HTTP request, the web server sends back an HTTP response containing the web data. Read more...