Web FB Bootcamp

Creating my first HTML page(2)

주스 JUICE 2022. 3. 30. 20:47
728x90

넣고자 하는 글의 양 옆에 <p> 와 </p>를 넣어주어야 단락 구분이 된다

 

 

단락 구분이 된 모습, 단락 간 space 존재

HTML = Hypertext Markup Language

 

web brouser has a style sheet of its own

 

 

acutual HTML itself has no formatting associated with it

 

 

<h1> = heading tag ~ h1, h2, h3 ...

 

 

제목 명시 가능

webpage

 

 

<ul> = an ordered list

a list of stuff in no particular order

 

not u1!!!!

 

<li> = a list item

 

 

<h2> 생성하여 <li> 나열

 

 

와!
OL

Ordered List(OL)이 UL 포함하고 있음을 잊지 말기

You can't spread peanut butter before you get your bread

 

 

결과물

 

OL = Ordered List tag

inside of that, we have a series of LIs.

 

 

오류

syntax mistake - like typo(LL, LO..)

forget open and close it

728x90