Hola. no recuerdo como hacer descendiente : Tu `#name` debe ser descendiente de `#survey-form`

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <h1 id="title">
      <link rel="stylesheet" href="styles.css"> 
    <p id="description">curso sobre helados</p>
    <form id="survey-form" required></form>
    <survery-form for="name"></survery-form>
    <input id="name"type="text"placeholder="tu nombre" required></input>
    <input id="email"type="email"placeholder="tu email"required></input>
    <input id="number"type="number"placeholder="te numero telefonico"min="18"max="120"></input>
    <label id="name-label">introduce tu nombre</label>
    <label id="email-label">introduce tu email</label>
    <label id="number-label">introduce tu numero telefonico</label>
    <select id="dropdown">
      <option value="seleccionables">
        <option value="no deshabilitados">
          <input type="radio"value="si"name="quiero aprender">
          <input type="radio"value="no"name="no quiero aprender">
          <input type="checkbox">
          <input type="checkbox">
      </select>
   </head>
   <body>
   </body>
 </html>

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

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