Web FB Bootcamp

Creating my first HTML Page(1)

주스 JUICE 2022. 3. 29. 01:32
728x90

! 입력하고 Emmet Abbreviation 누르면

 

 

초반 open tag <>

 

/ work out

 

different levels of tags

 

 

언어권에 따라 en에 들어가는 글자 다름

영어는 en

프랑스어는 FR

독일어는 GE

스페인어 ES

 

that language up there is referring to the

content of the document!

 

-> google translate button for U

 

 

 

line 4

indicates the character set that we happen

 

complicated to talk about

 

 

UTF-8 : use for english

 

 

 

 

line 5

indication that we're writing responsive design

 

 

 

line 7 : title

 

HTML Page 이름 변경하기

 

 

<title> 과 </title> 사이 이름 바꿔주기

 

 

저장하고 페이지 열어주면

 

브라우저 탭 파트의 이름 변경되어 있음!

728x90