Here are the answers to your questions:
Question 33: Which CSS color is most like a sky-colored blue?
- Answer:
rgb(0, 80, 250)
Question 34: Which CSS code colors a web page's background yellow?
- Answer:
body { background-color : yellow; }
Question 35: Which CSS color is a shade of gray?
- Answer:
rgb(100, 100, 100)
Question 36: Where does Javascript code typically reside within an HTML file?
- Answer:
<script>Here</script>