๊ด€๋ฆฌ ๋ฉ”๋‰ด

Outputor

a, Entity ๋ณธ๋ฌธ

๐Ÿ“ฐ HTML ๐Ÿ”ป/๐Ÿฆ HTML-Note

a, Entity

output7 2022. 1. 27. 15:39

a

  • mailto: โžก ์ด๋ฉ”์ผ ์ฃผ์†Œ๋กœ ์—ฐ๊ฒฐํ•จ
  • tel: โžก ์ „ํ™”๋ฒˆํ˜ธ๋กœ ์—ฐ๊ฒฐํ•จ

https://developer.mozilla.org/ko/docs/Web/HTML/Element/a

 

<a> - HTML: Hypertext Markup Language | MDN

HTML <a> ์š”์†Œ(์•ต์ปค ์š”์†Œ)๋Š” href ํŠน์„ฑ์„ ํ†ตํ•ด ๋‹ค๋ฅธ ํŽ˜์ด์ง€๋‚˜ ๊ฐ™์€ ํŽ˜์ด์ง€์˜ ์–ด๋А ์œ„์น˜, ํŒŒ์ผ, ์ด๋ฉ”์ผ ์ฃผ์†Œ์™€ ๊ทธ ์™ธ ๋‹ค๋ฅธ URL๋กœ ์—ฐ๊ฒฐํ•  ์ˆ˜ ์žˆ๋Š” ํ•˜์ดํผ๋งํฌ๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค.

developer.mozilla.org

 

 

Entity

  • ์•ฐํผ์ƒŒ๋“œ( &)๋กœ ์‹œ์ž‘ํ•˜๊ณ  ์„ธ๋ฏธ์ฝœ๋ก (;)์œผ๋กœ ๋๋‚˜๋Š” ํ…์ŠคํŠธ("๋ฌธ์ž์—ด")์ž„

https://developer.mozilla.org/en-US/docs/Glossary/Entity#reserved_characters

 

Entity - MDN Web Docs Glossary: Definitions of Web-related terms | MDN

An HTML entity is a piece of text ("string") that begins with an ampersand (&) and ends with a semicolon (;) . Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code), and invisible characters (

developer.mozilla.org

https://dev.w3.org/html5/html-author/charref

 

Character Entity Reference Chart

 

dev.w3.org

 

'๐Ÿ“ฐ HTML ๐Ÿ”ป > ๐Ÿฆ HTML-Note' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

ul, ol, li  (0) 2022.02.04
์‹œ๋งจํ‹ฑ ๋งˆํฌ์—…  (0) 2022.02.04
์ฝ˜ํ…์ธ  ์นดํ…Œ๊ณ ๋ฆฌ  (0) 2022.01.27
small, sub, sup, del, ins, code, kbd  (0) 2022.01.27
b, strong, i, em, mark  (0) 2022.01.27