Bugün stajımda HTML form etiketleri ve bunların JavaScript ile nasıl kontrol edileceği üzerinde çalıştım. Öncelikle basit bir form yapısı oluşturdum. Formun içinde kullanıcı adını girmek için bir input[type="text"] ve formu göndermek için bir submit butonu tanımladım. CSS ile formu ortaladım ve kullanıcı dostu bir tasarım verdim.
Today, during my internship, I worked on HTML form tags and how to control them with JavaScript. First, I created a simple form structure. Inside the form, I defined an input[type="text"] to enter the username and a submit button to submit the form. I centered the form using CSS and gave it a user-friendly design.