iframe 공간 분할 예제[홈피 메뉴 설정] [ 르또번호 추츨기 https://designondo.com/lotto/life.html# ]
<!DOCTYPE html>
<html>
<head>
<title>iframe</title>
</head>
<body>
<h3>iframe 공간 분할 예제</h3>
<div style="background-color: #FFFF00;">
<span>
<a href="intro.html" target="if_a">인사말</a> |
</span>
<span>
<a href="lecture.html" target="if_a">강좌 소개</a> |
</span>
<span>
<a href="info.html" target="if_a">저자 소개</a> |
</span>
<span>
<a href="http://cafe.naver.com/go2web" target="if_b">저자 홈페이지</a>
</span>
</div>
<p/>
<iframe src="basic.html" width="400" height="200" name="if_a" frameborder="0"></iframe>
<iframe src="basic.html" width="400" height="200" name="if_b" scrolling="no"></iframe>
<div style="background-color: #FFFF00;">한빛아카데미(주)</div>
</body>
</html>
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default
http://contents2.kocw.or.kr/KOCW/document/2019/anyang/ahnbyeongtae0122/5.pdf
https://band.us/band/70730475
비디오 동영상 출력 https://blog.naver.com/designondo/220892172160
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<h3>비디오 태그</h3>
<video width="350" height="" controls="controls">
<source src="mp4/test_video.mp4" type="video/mp4">
<source src="mp4/movie.ogg" type="video/ogg">
</video>
<video width="350" height="" controls="controls">
<source src="mp4/test_video.mp4" type="video/mp4">
</video>
<video width="350" height="" controls="controls">
<source src="mp4/movie.ogg" type="video/ogg">
</video>
<br />
<video src="mp4/test_video.mp4" type="video/mp4" controls="controls" width="350" ></video>
<video src="mp4/movie.ogg" type="video/ogg" controls="controls" width="350"></video>
</body>
</html>
[출처] HTML video 비디오 동영상 출력 태그 이해하기|작성자 디자인온도
HTML 홈피 tag
첫댓글 테이트[tag] hyml css jana 코드 추츨기 https://www.google.com/search?q=designondo&rlz=1C1NDCM_koKR825KR825&sourceid=chrome&ie=UTF-8
https://www.google.com/search?sca_esv=sca_esv_fallback&rlz=1C1NDCM_koKR825KR825&sxsrf=ACQVn08w_C66IpW_kGWo9-DlByFFX2KVyQ:1707890923319&q=Form+submit+%ED%8E%98%EC%9D%B4%EC%A7%80+%EC%9D%B4%EB%8F%99&sa=X&ved=2ahUKEwjWqLK-laqEAxX6sFYBHRuXDsgQ1QJ6BAgaEAE&biw=1366&bih=641&dpr=1#ip=1
https://www.youtube.com/watch?v=AX1ysndrL0s
PLAY