28 | HOW TO CREATE & STYLE FORMS IN HTML | 2023 | Learn HTML and CSS Full Course for Beginners

Поделиться
HTML-код
  • Опубликовано: 25 июл 2024
  • In this HTML tutorial we will learn how to create forms in HTML, and how to style HTML forms. 🙂
    ➤ TIMESTAMPS
    00:00:00 - What are forms used for?
    00:01:13 - How to create a form and attributes
    00:04:09 - How to create a text input
    00:10:03 - How to create a textarea input
    00:14:26 - How to create a radio input
    00:18:05 - How to create a checkbox input
    00:20:01 - How to create a dropdown
    00:22:14 - How to create a submit button
    00:23:41 - Showing what a GET and POST method does
    00:25:08 - Using REQURED is not safe!
    00:27:46 - How to create a password input
    00:28:38 - How to create a email input
    00:29:37 - How to style forms AND fix the reset stylesheet
    ➤ GET ACCESS TO MY LESSON MATERIAL HERE!
    First of all, thank you for all the support you have given me!
    I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!
    I am now using Patreon and RUclips Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach.
    I hope you will find it helpful :)
    Memberships: / @dani_krossing
    Patreon: / mmtuts

Комментарии • 36

  • @PraneethVitharana
    @PraneethVitharana Год назад +4

    The video that was needed to make everything crystal clear!!! Thank you so much and please keep making more videos!

  • @aximilty
    @aximilty 11 дней назад

    nice!

  • @UHDking
    @UHDking Год назад +2

    Got my like ;-) Thanks.

  • @fethisert5527
    @fethisert5527 Год назад +1

    Good Work thank you

  • @CoolIntellect
    @CoolIntellect 7 месяцев назад

    Thanks for this one!

  • @danielcalianese8048
    @danielcalianese8048 11 месяцев назад +1

    Excellent, concise video...thank you! I have 4+ decades of experience...was looking for a straight forward explanation to forms for my son...this video did the trick...great job!

  • @fabiennedallau968
    @fabiennedallau968 Год назад +2

    Thanks for the great content! You are really a good teacher.🤩

  • @mercent4953
    @mercent4953 Год назад +2

    Thank you. I need MOARRRR

  • @user-sr9nh3lc2x
    @user-sr9nh3lc2x Год назад +1

    An Excellent video ,excellent work and an excellent example💯👏thank you

  • @besnergreen
    @besnergreen 3 месяца назад +2

    Got a lab due in 8 hours and i havent attended any classes yet. I just need to get this class outa the way hahaaaa. Thanks man, now i won't have to take html again next semester

  • @umejuruchidera820
    @umejuruchidera820 6 месяцев назад +2

    Thank you soooo much sir

  • @soniaakter2770
    @soniaakter2770 Год назад

    Very nice tuorial,,,,,,,,Thanks so much !!

  • @sweethomes674
    @sweethomes674 Год назад +2

    Excellent explanations 😊

  • @isaacbanks6860
    @isaacbanks6860 Год назад

    Dani... you are almost single handedly giving me the tools to create simple and effective sites that I can make money for additional income! Thanks so much Bro!

  • @sonamohialdin3376
    @sonamohialdin3376 Год назад

    This is so good tutorial thank you

  • @LuisMaldonado-ej5bg
    @LuisMaldonado-ej5bg Месяц назад

    Damn! You are good

  • @yousifky
    @yousifky Год назад

    U R the best sir ❤

  • @cruzinsweetsntreats
    @cruzinsweetsntreats Год назад

    From 7:45 I'm glad you started instructing on Accessibility, and referencing screen reader usage. April 4, 2023 0315 PT

  • @DavidTheITGuy.
    @DavidTheITGuy. 11 месяцев назад

    Thank you

  • @williambradley1448
    @williambradley1448 10 месяцев назад

    Thanks for this series, I have found it most useful. I have a question on the drop down though. When the drop down is opened the focus background color is blue. I have been unable to find a way to alter this. Do you know how this can be done?

  • @houseofmellino7306
    @houseofmellino7306 11 месяцев назад

    I was hoping for the form data to post to the next page that’s what I’m having trouble with. When trying to get the radio button selection to show up on the php page it’s submitted to 😫

  • @stephenluka7854
    @stephenluka7854 Год назад

    💝

  • @dolittlediehard1670
    @dolittlediehard1670 2 месяца назад

    How do i append data from a form on the front end to a page on the backend

  • @TradingPost-2024
    @TradingPost-2024 2 месяца назад

    Hello Dani,
    I'm enjoying the videos. When I created the example.html and clicked on submit data button but it just opened a blank webpage called example.html Please show us how when the user submits a message it gets appended to a "hidden" file called messages.html on the server, possibly with a file and date stamp. I can't do php yet and I don't want to use 3rd party solutions that will send messages. I am simply looking for, the user submits a message and the message gets dumped (appended) to a web-page on the server (called messages.html) so that I can go along, get the message and forward onto the relevant person manually.

  • @Stoney_Eagle
    @Stoney_Eagle Год назад

    100% agreed, the required attribute is to prevent the user from making innocent mistakes and so you don't have to make a round trip to the server, for a missing value, that does NOT mean you don't have to validate the data on the backend.
    Bad actors will always try to get around every security measure you make.
    You should NEVER trust the browser with anything.

    • @Dani_Krossing
      @Dani_Krossing  Год назад +1

      Might make a separate video JUST addressing this, since it is monthly I get people telling me "that you don't have to check for this using PHP, because HTML already has the REQUIRED attribute". 😅
      So it is a pretty widely perceived thing people need to know about, so they don't rely on it for security. 🙂

    • @Stoney_Eagle
      @Stoney_Eagle Год назад

      @@Dani_Krossing You may also want to get into a csrf token since that is also important these days. 'Cross Site Request Forgery"
      It prevents me from submitting form data without being on your website.

  • @RespectEveryoneForever
    @RespectEveryoneForever 5 месяцев назад

    bro i came from your php course and just went here. should i skip the stylesheet part just for now, and just go back to lesson 6 the basics of php form tutorial?

  • @constantine9074
    @constantine9074 Год назад

    26:38 even JS ? even if im using bundler? or using bunler does not make site any secure"r"

    • @Dani_Krossing
      @Dani_Krossing  Год назад +1

      Anytime you use a client side language, the user can manipulate and change the data. So unless you are using Node.js (a JavaScript serverside feature), then you shouldn’t use JavaScript for security. 👈
      JavaScript is excellent for creating stunning visuals, to let the user know if they filled in a form incorrectly, but don’t use it as “security”.

    • @constantine9074
      @constantine9074 Год назад

      @@Dani_Krossing thanks for reply

  • @wreckcelsior
    @wreckcelsior Год назад

    29:37

  • @fajimeyemichael8055
    @fajimeyemichael8055 11 месяцев назад

    i thought you were going to create an example.html file and show us something

  • @joelcleanheart
    @joelcleanheart Год назад

    Thank you so much this is wounderful have learn alot

  • @FdWebdesign
    @FdWebdesign Год назад

    Bully for you!

  • @yousifky
    @yousifky Год назад

    ❤ U R the best sir