STUDY/HTML

HTML에서 가장 많이 쓰이는 tag, <br>, <p>, <img>

aftersep 2022. 1. 27. 16:59

https://www.advancedwebranking.com/html/

 

HTML Study

Overview This HTML usage data comes from 11.3 million index pages gathered from top twenty Google results, for about 30 million keywords - chosen by keyword volume. To learn more about this data, visit the FAQ section. Total 11,264,652 pages Doctype The 

www.advancedwebranking.com

 위 사이트에 접속해보면 현재 웹페이지를 구성하는 가장 인기 있는 html 태그의 순위를 알 수 있다.

 

2022년 1월 27일 기준으로 위와 같은 결과가 나오는 것을 알 수 있다.

모든 페이지에 등장할 수밖에 없는 <html>, <head>, <body> 등이 상위권을 차지하고 있다.

 

html new line tag

<br>: 줄바꿈 ; 단순히 줄을 바꾸는 태그이므로 </br>을 입력하지 않음

html paragraph tag

<p> text </p> : paragraph, 문단 나누기

<img> : 이미지 삽입

<img width="100%" src="이미지파일 이름">

 

이미지를 삽입하는 코드를 입력했을 때 화면.

 

적용 완료.

 

자유롭게 사용할 수 있는 무료 이미지 사이트는 다음과 같다.

https://unsplash.com/

 

Beautiful Free Images & Pictures | Unsplash

Beautiful, free images and photos that you can download and use for any project. Better than any royalty free or stock photos.

unsplash.com

 

'STUDY > HTML' 카테고리의 다른 글

<input>  (0) 2022.05.28
<title>, utf-8, <body> , <link>, <a>  (0) 2022.01.28
<li>, <ul>, <ol>  (0) 2022.01.27
태그tag, <strong>, <u>, <h1>  (0) 2022.01.27