HTML_24
·
HTML/기초 내용 정리
2024-10-08 DOCTYPE html>html lang="ko">head> meta charset="UTF-8"> meta name="viewport" content="width=device-width, initial-scale=1.0"> title>Documenttitle>head>frameset cols="30%, *"> frame src="Ex15.html" /> frameset rows="40%, *"> frame src="Ex22.html" /> frame src="http://www.daum.net"> frameset>frameset>body> frameset 태그 - 여러 개의 HTML 문서를 동시..