liamchoi943 / http

0 stars 0 forks source link

1강 web과 html + 2강 html 기본-1 #26

Open liamchoi943 opened 3 years ago

liamchoi943 commented 3 years ago

html: hyper text markup lang.: 웹문서를 기술하는 언어. 태그들로 구성!

hyper!!! (클릭하면 hyperlink로 간다... -> multiple pages are "hyper" linked together

이것들을 배우는건 html 예쁘게~ 디자인 하는거는 css css - cascading style sheets. html 문서를 디자인적으로 예쁘게 정보 전달을 효율적으로 하기 위해 만들어진 문서. html은 정보 css는 화면상의 레이아웃등을 컨트롤하는 문서... 태그란? -> html문서를 구성하고 있는 요소... 태그내에 이름과 속성이 있다. 태그를 한번 쓰면~ 종료 태그를 써야한다 (종료 태그가 없는경우도있다!)
liamchoi943 commented 3 years ago

리스트를 표현하는 가장 많이 사용되고 잇는 태그 중: ul, li, ol

ul li: bullet points (ul = unordered list) ol li: numbered points (ordered list)

a 태그 -> 앵크 태그? when providing hyperlink! 예)

  • <a href= 'www.asdf.com' target='_blank"> google
  • 여기서 blank는 "new window". "_self" = this window

    <- 비슷함! dl denotes list... dt is title of list dd actual list content 표형식를 나타내는 태그 - table (예전만큼 쓰진않음...) = table row (행) (horizontal)
    = 하나하나의 열 하면 a개의 행을 잡아먹음 하면 b개의 열을 잡아먹음 img 태그 -> asdf 했을때 image 가 없을떄 alt를 표시함... 사운드를 출력하는 태그 - audio