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
Which of the following is NOT a border type:
bevel
Which one is not a type of style sheet we discussed?
internal
Howdy <div style='border:5px solid #000000;'> Partner </div>
It will create a box around Partner on a new line under Howdy
<span>Partner</span>
It sets adds 25 px from the top, 5px from the right, 25px to the bottom and 5px from the left;
How many pixels high would the following div tag require?
div {width: 100px;
height: 150px;
border: 5px solid gray;
margin: 10 px;
padding:
5px;box-size:
border-box;
}
170 pixels
What is the best description of the following CSS?
img {
float: left;
padding: 12px
}
Move img tags to the left of their container and remove them from the flow of the document
What is the best description of what this CSS setting does?
flex-basis: 0
collapse the flex item to the size of the content only