Written by
java-style
on
on
HTML 01
HTML 01
< !DOCTYPE html >
< html >
< head >
< base href = "images/" target = "_blank" >
< meta charset = "UTF-8" >
< title > HTML 01 < / title >
< / head >
< body >
< img src = "001.png" width = "100" height = "100" >
< img src = "../images/001.png" width = "100" height = "100" >
< img src = "../../images/001.png" width = "100" height = "100" >
< img src = "images/001.png" width = "100" height = "100" >
< img src = "http://localhost:8085/01HTML_CSS1/images/001.png" width = "100" height = "100" >
< !- 절대주소사용 -- >
< / body >
from http://cocoshin.tistory.com/31 by ccl(A) rewrite - 2021-12-03 09:02:06