Computer Science Web Design Q's
Which of the following is a valid HTML tag?
<h1>
Which of the following tags defines a table header?
<th>
Which of the following tags defines a table row?
<tr>
Why do we use CSS?
All of the above
What is the function of the <br> tag?
Create a line break on the resulting webpage
What is the fourth step of viewing a web page as described in the video?
Rendering the Page: Your browser takes the resource and renders it in the browser window
What is the second step of viewing a web page as described in the video?
The Request: The browser sends a message to a server requesting a resource
What is the third step of viewing a web page as described in the video?
The Response: The server sends a response to the browser with the resource attached
What is the first step of viewing a web page as described in the video?
The URL: You type the URL for the web page into your browser
What does URL stand for?
Uniform Resource Locator
Which of the following is an example of metadata about a webpage?
the title of the webpage