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

Поделиться
HTML-код
  • Опубликовано: 20 сен 2024

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

  • @besnergreen
    @besnergreen 5 месяцев назад +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

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

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

  • @danielcalianese8048
    @danielcalianese8048 Год назад +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!

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

    Thank you. I need MOARRRR

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

    Got my like ;-) Thanks.

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

    Excellent explanations 😊

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

    Thank you soooo much sir

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

    Good Work thank you

  • @ΕγωΕγω-ρ6ω
    @ΕγωΕγω-ρ6ω Год назад +1

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

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

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

  • @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!

  • @22niloc
    @22niloc Месяц назад

    Came here from your excellent php lessons to swot up on forms. Re. Styling issue: Just to let you know that the Pycharm HTML boilerplate accommodates for this...

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

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

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

    Thanks for this one!

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

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

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

    This is so good tutorial thank you

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

    ❤ U R the best sir

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

    U R the best sir ❤

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

    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.

  • @DavidTheITGuy.
    @DavidTheITGuy. Год назад

    Thank you

  • @futureleadersnigeria4810
    @futureleadersnigeria4810 Месяц назад

    please, how did connect your website to your html forms?

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

    Damn! You are good

  • @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.

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

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

  • @JimmyCrackorn
    @JimmyCrackorn 24 дня назад

    I know this is old, but I just have to ask because it didn't come up in this. How do we do an text input that only has an underline instead of the full border??? That's the design I'm going for. I can't be the only one who wants to know that.

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

    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?

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

    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 😫

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

    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?

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

    💝

  • @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

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

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

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

    29:37

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

    Thank you so much this is wounderful have learn alot

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

    Bully for you!