Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Math.ceil()
- selectedIndex
- Math.floor()
- Math.round()
- slideUp
- is_check
- 파일질라다운로드
- 주석이 먹히지 않을 때
- SUB함수
- toFixed()
- selectoptions
- addClass
- Git
- calc.plus
- hide
- 1521
- 파일질라설치
- 파일질라설치오류
- calc.minus
- removeClass
- excel중복체크
- Excel
- index %
- Parent
- ctrl+/
- FileZilla다운로드
- FileZilla설치
- 증가값
- push오류
- 소스트리인증실패
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.09] practice05 - 이미지와 캡션(caption)넣기 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<table>
<caption>나의 셀카</caption>
<tbody>
<tr>
<td><img src="media/img3.jpg" width="200" height="200"></td>
<td><img src="media/img4.PNG" width="200" height="200"></td>
<td><img src="media/img5.PNG" width="200" height="200"></td>
</tr>
</tbody>
</table>
</body>
</html>
728x90
반응형
'JAVA_EE > HTML' 카테고리의 다른 글
[21.09.09] practice03 - <pre>와 <blockquota>의 차이 (0) | 2021.09.09 |
---|---|
[21.09.09] practice04 - DL(Definition List), DT(Definition Term), DD(Definition Description) 사용하여 용어 정리 (0) | 2021.09.09 |
[21.09.09] practice06 - 계산기 버튼 (0) | 2021.09.09 |
[21.09.08] exam06 (0) | 2021.09.08 |
[21.09.08] exam05 (0) | 2021.09.08 |