Survey Form - Build a Survey Form

Tell us what’s happening:
How do I make the #name input text come before the input box

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<h1 id="title">Survey Form</h1>
<p id="description">A quick for to help improve the platform</p>
<form id="survey-form"><input id="name" required>First name:</input></form>
/* file: styles.css */

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Put the text before the opening ‘input’ tag.

1 Like

Thank you! That was very helpful

1 Like

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