I have no idea what to do or how to go about this, it saysI can see a title with id="title" in H1 sized text

Tell us what’s happening:
I can see a title with id="title" in H1 sized text.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

Hello!

It helps us assist you if you provide your current code in your forum post. You can insert a code block with three back-tick(```) symbols above and below your code.

this link…https://codepen.io/freeCodeCamp/pen/MJjpwO

That’s the link to the FreeCodeCamp test suite.
We would need a link to your code pen, where you’ve worked on this project and we can look in to why your tests are failing.


where do i get the link to the image


how do i get the link for the image

That one is up to you. You went over adding images to webpages as part of your curriculum.

https://codepen.io/chillzcoder/pen/ZEboYpp?editors=1100

You’ve got your own pen now, which is good! Now you need to start building your website.

Also, copy this and put it at the top of your HTML editor box:
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

oh thank you but i still havent been able to execute the first challenge

which is:

id=“main” i dont get it

You may want to review the Responsive Web Design curriculum again. The lessons go over how to set the id attribute of an element.

i done did all that, can you try it and show to me, i have been stuck here all day

<div id="raptor"> would be a div element with an id of “raptor”.

ohh nicce

now stuck at this, User Story #4: Within the img-div element, I should see an img element with a corresponding id="image" .

this challenge… i really get wrap my head around it

I took a peek at the code you’ve started writing:

<id="main"
    <title>
<h1>Dr.Norman Borlaug</h2>
<div id="img-div">

<id="main"> is not a valid element - you attach the id attribute to an HTML element; it cannot be separate like this.
<h1></h2> are not the same - you’ve opened an h1 element and closed an h2 element.

thanks so much pheww this is gonna be a long and very bumpyy ride, you see am all new to all of this