NEW
Font size
WorksheetsUnit 4 Quiz
Total questions: 11
Worksheet time: 13mins
a file that has the structure of a web page
a piece of hardware that retreives files
a file that tells the browser how to render a page
a server that tells a browser how to render a page
<button type="button"><a href = "https://www.dcnr.pa.gov/StateParks/FindAPark/RickettsGlenStatePark/Pages/default.aspx">Plan Your Visit!</button>
<button><a href = "https://www.dcnr.pa.gov/StateParks/FindAPark/RickettsGlenStatePark/Pages/default.aspx">Plan Your Visit!</a></button>
<button type="button"><a href = "https://www.dcnr.pa.gov/StateParks/FindAPark/RickettsGlenStatePark/Pages/default.aspx">Plan Your Visit!</a></button>
<button type="button">Plan Your Visit!</button>
Which type of CSS styling does the following code use?
<h1> My <span > Favorite </span> Books of All Time </h1>
external CSS
.css
inline CSS
internal CSS
<a href ="style.css"> </a>
<link rel="stylesheet.css" href="style.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href=style">
<span>
<style>
<h1>
<img>
<doctype HTML5
<!DOCTYPE html>
<html>
the browser just knows without any code
width and height
<meta name"viewport" content, initial scale=1">
<style tag>
<meta name"viewport" content="width=device-width, initial-scale=1">
