html ๊ณต๋ถ€

cohยท2022๋…„ 6์›” 16์ผ
0

๐Ÿ“img tag๋ฅผ ์‚ฌ์šฉํ•ด์„œ ๋„ฃ์–ด์š”!

์†์„ฑ์œผ๋กœ src์—๋Š” ๊ฒฝ๋กœ๋ฅผ alt์—๋Š” ์‚ฌ์ง„์— ๋Œ€ํ•œ ์„ค๋ช…์„ ์ ์Šต๋‹ˆ๋‹ค. ๋งŒ์•ฝ ์‚ฌ์ง„ ํŒŒ์ผ์ด ๋ถˆ๋Ÿฌ์™€์ง€์ง€ ์•Š์„ ๋•Œ ์“ฐ๊ฒŒ ๋˜๋Š” ๊ฑฐ์ฃ !

title๋กœ๋„ ๋ถ€์—ฐ์„ค๋ช…์ด ๊ฐ€๋Šฅํ•œ๋ฐ ์ด ๋•Œ MDN์—์„œ๋Š” alt์™€ ๊ฐ™์€ ๋‚ด์šฉ์„ ์ ์ง€ ์•Š๋„๋ก ๊ถŒ์žฅํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค!

height์™€ width๋กœ ์‚ฌ์ง„์˜ ํฌ๊ธฐ ์กฐ์ ˆ์ด ๊ฐ€๋Šฅํ•œ๋ฐ ์ด๊ฒƒ๋„ ์š”์ฆ˜์€ CSS๋กœ ์กฐ์ ˆํ•œ๋‹ค๊ณ  ํ•ด์š”!

<!DOCTYPE html>
<html lang="ko">
<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>
  
  <img 
  src="../images/coding.png" 
  alt="์ฝ”๋”ฉ์ค‘์ธ ๋…ธํŠธ๋ถ"
  title="ํ”„๋กœ๊ทธ๋ž˜๋ฐ"
  width="300"
  height="300"
  >
  <img src="../images/nathan-dumlao-zUNs99PGDg0-unsplash.jpg" 
  alt="coffee"
  height="300"
  >

</body>
</html>
profile
Written by coh

0๊ฐœ์˜ ๋Œ“๊ธ€