반응형

TOP 13 HTML tag

  • <a> 링크를 걸 때 쓰는 태그
  • <b> 텍스트를 굵게 만드는 태그.
    • <strong> 강조를 가진 굵은 텍스트를 만들기 위한 태그.
  • <body> 주된 HTML 부분을 나타내는 태그
  • <br> 개행 
  • <div> it is a division or part of an HTML document
  • <h1> 제목을 위한 태그.
  • <i> 이탤릭 텍스트를 만들기 위한 태그
  • <img> document안에 이미지를 넣기 위한 태그.
  • <ol> 순서 있는 리스트, <ul> 순서 없는 리스트.
    • <li> 글머리 기호 안에 있는 리스트 아이템들
  • <p> 구문을 위한 태그
  • <span> 택스트의 특정 스타일을 주기 위한 부분.

 

영문

  • <a> for link
  • <b> to make bold text
    • <strong> for bold text with emphasys
  • <body> main HTML part
  • <br> for break
  • <div> it is a division or part of an HTML document
  • <h1>... for titles
  • <i> to make an italic text
  • <img> for images in document
  • <ol> is an ordered list, <ul> for an unordered list
    • <li> is a list item in bulleted (ordered list)
  • <p> for paragraph
  • <span> to style part of text

 

 

출처/인용

https://www.codebrainer.com/blog/top-10-html-tags

반응형