form

    [HTML] <form>을 사용한 로그인 페이지 구현 (audio 음악재생)

    [HTML] <form>을 사용한 로그인 페이지 구현 (audio 음악재생)

    HTML만 사용해서 간단한 로그인 페이지를 구현 해보자. 태그를 사용하면 사용자가 입력한 정보를 한 번에 서버로 보낼 수 있다. 주로 로그인이나 사용자의 의견을 물어볼 경우 많이 사용된다. 태그 설명 https://www.w3schools.com/html/html_forms_attributes.asp HTML Form Attributes W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3scho..