web development study cards Flashcards
Where does HTML code get interpreted?
in the browser on the client machine
Our development stack will be
A client side running react and a server side running node.js/express
What is the purpose of the DNS ?
Translate a domain name into a physical IP address
Which one is not true about HTML?
It contains methods and constructs to dynamically update a document
Which of the following is NOT a protocol that runs on the Internet?
JSON
What does an http status code 401 mean?
Unauthorized request
Which one is not a type of style sheet we discussed?
internal
External type of style sheet?
a separate file linked to html web page
inline type of style sheet?
it’s defining a single elects with insert shell sheets in an html document.
<p>isa</p>
It is a series of numbers that identifies a computer on the internet.
An IP address
After a WWW client 1. Sends an HTTP request to a web server2. The server processes the request What does the server send back? (select the best answe
An HTTP response that may include an HTML fil
The CSS box model is essentially a box that wraps around every HTML element. It consists of
margins, borders, padding, and the actual content
internal type of style sheet
its using an style sheet inside the html file.
an disadvantage of css listen in class
faster load of pages
How many pixels high would the following div tag require?
div {
width: 100px;
height: 150px;
border: 5px solid gray;
margin: 10 px; }
180 pixels