본문 바로가기
web/HTML·CSS

codecademy(코드카데미) HTML정리 2

by 몽구스_ 2020. 4. 23.
728x90

 

<br>


 줄바꿈.

<ul>

 순서 없는 리스트.

 

<li>

 리스트 추가.

 

<ol>

순서 있는 리스트.


여기에

<li>

을 쓰면 1,2,3으로 표시됨.



<img src="image-location.jpg" />

 이미지 나타냄. 이미지 url필요.
/는 생략가능.

 

<alt> 이미지에 대한 설명

  </video>


<video>는 끝태그 필요. 사이즈도 설정 가능.Video not supported 넣으면 비디오 나타내지 못할 경우 뜸.
The text, “Video not supported”, between the opening and closing video tags will only be displayed if the browser is unable to load the video.

 

'web > HTML·CSS' 카테고리의 다른 글

html 이모지 코드표  (0) 2020.07.21
codecademy(코드카데미) HTML정리 4  (0) 2020.04.25
codecademy(코드카데미) HTML정리 3  (0) 2020.04.23
codecademy(코드카데미) HTML 정리 1  (0) 2020.04.22

댓글