Unit 1 Terms Flashcards
Internet
is a large network of network
Network
are two or more connecting computers, using a cable or radio frequency
WWW
is a subset of the internet. It is a set of services that can be accessed by the internet
Intranet
is a secured connection within an organization, business, school, government building.
Extranet
Is a secure connection from a secured network to another
Web page
is a document of code that can be accessed using a unique address (URL) is displayed by the web browser
Website
is a collection of web pages which are shared the same domain
Web server
is a special computer that is used to host and handles requests from the webpage including handling emails.
Internet service provider
A company that provides internet
Web browser
A web browser is software that is used to render a webpage.
Search engine
helps the user access webpages
Domain Name
is a unique name to identify a website and it is part of all the url website pages.
URL
uniform resource locator. is a unique address to access a web page.
subdomain
is additional information to the domain name
DNS
Domain Name Service. servers that keep a database of IP addresses and their corresponding names.
TLD
Top Level Domain, .com .ca .gov
W3c
World Wide Consortium
WAI
ensure that standerds support accessibility
HTTPS
Hyper Text Transfer Protocol. allows used to allow client and servers to communicate
client
a computer that is requesting to sever.
server
sends back an HTTP response with status code and web page code.
IP address
is a logical unique identification of numbers assigned to each device on the network
Static Webpage
is a webpage with no user interaction
Dynamic Webpage
is a website with user interaction to the server
What are all of the versions of HTML
HTML 1.0 HTML 2.0 HTML 3.2 HTML 4.01 XHTML HTML 5
What are the 6 examples of META DATA
<head> <Title> <meta></meta> <link></link> <style>
<Script></style></Title></head>
What is the TWO types of Block display
Heading and Text
What are the two types of text
phrase and listing
What are the 3 types of inline display
Styling,Link,Media,
Example of Styling
Emphasis,subscript,superscript.
Examples of link
Anchor
Example of media
Images,Video,Audio.
Examples of separators.
break line, horizontal line.
What is Block Display
What are the 7 examples of Semantic
<header>
<nav>
<main>
<section>
<article>
<aside>
<footer>
</footer></aside></article></section></main></nav></header>
what is the definition of division
<div>
</div>