Life is Good

수콩이의 시선

Coding/HTML 4

input 태그

태그 사용자 입력부분과 전송 기능을 제공해주는 태그 https://www.w3schools.com/tags/tag_input.asp HTML input tag HTML Tag Example An HTML form with three input fields; two text fields and one submit button: First name: Last name: www.w3schools.com input 태그 Radio 라디오 버튼 둘 중에 하나 값 Checkbox 체크박스 값 넘어갈 때 배열로 넘어간다. FILE 파일 DATE 날짜 COLOR 색상 각종 버튼들 submit하고 reset은 이벤트가 추가되어 있는 버튼이다. hidden 필드 화면에 보여주지 않으면서 데이터를 보낼 때 유용하게 사용한다.

Coding/HTML 2022.04.04

멀티미디어 활용(img/audio/video)

태그 https://www.w3schools.com/tags/tag_img.asp HTML img tag HTML Tag Example How to insert an image: Try it Yourself » More "Try it Yourself" examples below. Definition and Usage The tag is used to embed an image in an HTML page. Images are n www.w3schools.com - 상대경로 ./ : 현재 폴더 ../ : 상위 폴더 - 절대경로 최초의 시작점에서 전부 다 [참고] 현재폴더는 생략이 가능 (헷갈리면 무조건 표시) 외부 이미지 -> 이미지 링크 복사로 링크를 넣어준다(크롬 브라우저에서) 태그 https://ww..

Coding/HTML 2022.04.04

HTML 의 구조와 기본태그(h/font/ul/ol)

HTML(Hyper Text Markup Language) 이란 ? 1) W3C사에서 권고안으로 개발되었다. www.w3schools.com 2) HTML은 태그와 텍스트로 구성 3) HTML태그는 기능적역할(-> css한테 뺏김)과 구분자역할(-> xml한테 뺏김)로 나눈다. 4) 초창기에는 화면에 보여주는 것에 초점을 맞추었는데 현재는 데이터초점으로 맞춘다. HTML 의 구조 - html 안에는 헤더(head) 와 바디(body) 로 이루어져있다. - meta 태그는 html 의 문서 안에서 설정에 관련한 정보를 가지고 있다. - 태그는 여는 태그와 닫는 태그가 있다. - 태그 안에는 텍스트나 태그가 들어간다. - 태그는 속성으로 구성되어있다. 속성(아래 그림에서는 name, content...)은 ..

Coding/HTML 2022.04.04

Tomcat 다운로드 및 설치/ 기본 세팅

1. 아래 링크로 가서 다운로드 한다. https://tomcat.apache.org/download-90.cgi Apache Tomcat® - Apache Tomcat 9 Software Downloads Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version tomcat.apache.org zip파일 다운..

Coding/HTML 2022.04.04