Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- php
- MIPS
- while
- DB
- Algorithm
- instruction
- javascript
- html
- Pipelining
- Linux
- mysql
- Java
- for
- github
- function
- react
- CSS
- XML
- computer
- system
- DoM
- DATAPATH
- MacOS
- web
- Class
- control
- DS
- data structure
- python
- architecture
Archives
- Today
- Total
YYYEJI
[HTML] Text를 디자인하는 특별한 태그 본문
728x90
① <b> - bold text
<p class="enjoy"> ⸌ ◦̈ ⸍<b>⸌ ◦̈ ⸍</b></p>
② <strong> - Important text
<p class="enjoy"> ⸌ ◦̈ ⸍<strong>⸌ ◦̈ ⸍</strong></p>
③ <i> - Italic text
<p class="enjoy"> ⸌ ◦̈ ⸍<i>⸌ ◦̈ ⸍</i></p>
④ <em> - Emphasized text
<p class="enjoy"> ⸌ ◦̈ ⸍<em>⸌ ◦̈ ⸍</em></p>
⑤ <mark> - Marked text
<p class="enjoy"> ⸌ ◦̈ ⸍<mark>⸌ ◦̈ ⸍</mark></p>
⑥ <small> - Smaller text
<p class="enjoy"> ⸌ ◦̈ ⸍<small>⸌ ◦̈ ⸍</small></p>
⑦ <del> - Deleted text
<p class="enjoy"> ⸌ ◦̈ ⸍<del>⸌ ◦̈ ⸍</del></p>
⑧ <ins> - Inserted text
<p class="enjoy"> ⸌ ◦̈ ⸍<ins>⸌ ◦̈ ⸍</ins></p>
⑨ <sub> - Subscript text
<p class="enjoy"> ⸌ ◦̈ ⸍<sub>⸌ ◦̈ ⸍</sub></p>
⑩ <sup> - Superscript text
<p class="enjoy"> ⸌ ◦̈ ⸍<sup>⸌ ◦̈ ⸍</sup></p>
◡̈
728x90
'HTML(or XML) & CSS & JavaScript' 카테고리의 다른 글
[HTML] Unordered List의 Special Marker (0) | 2022.11.12 |
---|---|
[HTML] HTML의 list (ul, ol, dl) (0) | 2022.11.12 |
[HTML] HTML이란 (0) | 2022.11.08 |
[JavaScript] Element의 value 값 replace (0) | 2022.11.05 |
[JavaScript] Node 추가하고 교환하기 (0) | 2022.11.05 |