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
- hide
- 소스트리인증실패
- selectoptions
- Math.round()
- selectedIndex
- 파일질라설치오류
- FileZilla다운로드
- calc.minus
- excel중복체크
- toFixed()
- 파일질라설치
- Git
- Math.floor()
- calc.plus
- ctrl+/
- addClass
- removeClass
- Excel
- 증가값
- SUB함수
- is_check
- Math.ceil()
- 1521
- index %
- push오류
- Parent
- slideUp
- FileZilla설치
- 파일질라다운로드
- 주석이 먹히지 않을 때
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.09] practice02(html) - 참조 사이트 삽입 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>웹 프로그래밍 참조 사이트</title>
</head>
<body>
<h3>웹 프로그래밍 참조 사이트</h3>
<hr>
<ul>
<li><a href="https://html5.validator.nu/" target="_blank">HTML5태그 검사 사이트</a></li>
<li><a href="http://www.css-validator.org/validator.html.ko" target="_blank">CSS 스타일 검사 사이트</a></li>
<li><a href="http://www.html5.org" target="_blank">HTML5 표준</a></li>
</ul>
</body>
</html>
728x90
반응형
'JAVA_EE > HTML' 카테고리의 다른 글
[21.09.09] exam15 - <pre>/<code>/</> 활용하여 코드 작성하는 방법 (0) | 2021.09.09 |
---|---|
[21.09.09] practice01 (0) | 2021.09.09 |
[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] practice05 - 이미지와 캡션(caption)넣기 (0) | 2021.09.09 |