Looking for feedback

Tell us what’s happening:
This is my first web development challenge. I am new to the web development field. I did complete the responsive web design tutorials before doing the project. I only used HTML and CSS to build the page because I have no knowledge on javascript. Below I posted a link to my codepen.io project
https://codepen.io/joseph-hinojosa/pen/XWXjjgJ

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

Welcome back @josephhinojosa32. Your page looks okay. Some things to revisit;

  • We don’t have access to your google account so we don’t see the image on your page. You can host the image elsewhere or possibly just find a pic on the web and use that url…like the following;
    https://upload.wikimedia.org/wikipedia/commons/7/70/ZHU_%2829357096668%29_%28cropped%29.jpg
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.
  • Review the lesson about giving meaningful text to links.