Jump to content

Klickitat

New Members
  • Posts

    3
  • Joined

  • Last visited

Klickitat's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • Conversation Starter Rare
  • First Post Rare

Recent Badges

0

Reputation

  1. Thanks for your response and advice! I think I was just overthinking it a bit. I just finished the HTML course and am excited to learn more with CSS. Thanks again!
  2. Just arrived at the chapter on HTML tables. That text inside a table doesn't need to be in a <p> tag either.
  3. Beginner here - learning HTML in the StudioWeb course. This is in regard to Chapter 6 'HTML Forms' (specifically 6.6, 6.7 and 6.8). (see code below) The text which reads 'User name:' and 'Password:' displays just fine in the browser. So that's good! But why doesn't that text belong in a <p> tag? <form name="login" action="process-form.php" method="get"> User name: <input type="text" name="username"> <br> Password: <input type="password" name="password"> </form>
×
×
  • Create New...