HTML step 38 difficulty

Please how do I get past step 38

Step 38 for which course? Also, you should show us what you have tried so far by pasting your code in here. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

1 Like

ohhhhhh I was wondering how to do that. Thanks for explaining it!

<fieldset>
        <label>Upload a profile picture: <input type="file" /></label>
        <label>Input your age (years): <input type="number" min="13" max="120" />
			  </label>
        <label>How did you hear about us?
          <select>
            <option value="">(select one)</option>
            <option value="1">freeCodeCamp News</option>
            <option value="2">freeCodeCamp YouTube Channel</option>
            <option value="3">freeCodeCamp Forum</option>
            <option value="4">Other</option>
          </select>
        </label>
        <label>Provide a bio:
				  <textarea></textarea>
			  </label>
      </fieldset>
1 Like

We’ve got your code, now which course is this for? There are a lot of step 38’s :slight_smile:

HTML course

<input type=“text” name=“catphotour1”>

This is what I tried

The last letter should be a lower case “L” not the number 1.

Also, the course you are taking is the Cat Photo App course. This is what I was asking you to tell me.

Okay I have noted that. Thank you very much. I’m profoundly grateful

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.