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
- TypeScript
- 조코딩
- 자바 for문
- 항해99
- 자바 삼항연산자
- java
- react ag grid
- Vue3
- Til
- 자바
- 자바 if문
- 정보처리기사실기
- 자바 강제 캐스팅
- 자바 반복문
- 자바 스캐너
- 자바 while문
- 자바 향상된 for문
- 자바 switch문
- 변수
- 자바 구구단 출력
- 이클립스 DB연동
- 자바 공배수
- 항해99 2기
- 자바 자동캐스팅
- 프로그래머스
- react with typescript
- 자바 public
- MySQL
- 자바 조건문
- 타입스크립트
Archives
- Today
- Total
뇌 채우기 공간
[html] 약어 설정하는 법 abbr태그 본문
abbr태그
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- 약어를 지정 -->
<!-- 인라인태그 -->
Using <abbr title="hypertext markup language">html</abbr> is fun!
</body>
</html>
|
cs |
728x90
'WEB > html,CSS' 카테고리의 다른 글
[html] video 썸네일 지정하기 (0) | 2021.04.07 |
---|---|
[html] 이미지 소스 셋 img srcset / 브라우저 크기에 따라 자동으로 이미지 크기 바꾸기/ sizes속성 (0) | 2021.04.07 |
[html] html 요소 / 컨텐츠 구분 / hn/ main/ article/ section/nav/address/div/ 예제 (0) | 2021.04.06 |
[html] 블록요소와 인라인요소 차이/ display:block; display:inline; (0) | 2021.04.05 |
[html][css] header 메뉴 만들기/ 가운데 수평정렬, 수직 정렬하는 법 (0) | 2021.04.05 |