Key Terms
Fundamentals of Full-stack Web Engineering
By Section
Internet and the World Wide Web
Full Course Glossary
There are currently 3 terms in this directory beginning with the letter U.
URI
Each web server resource has a URI (Uniform Resource Identifier) that is used by HTTP to identify the appropriate resource.
URL (Uniform Resource Locator)
The web address. It contains the protocol, domain name, and file path. i.e, https://www.lampp.org
User Input
In computer, programming input is any data that is sent to a computer for it to process. Read more...