알아두면 좋을 HTML 태그

Eden·2025년 3월 12일
0

HTML & CSS

목록 보기
8/8

Formatting 태그

<abbr> Defines an abbreviation or an acronym. 약어나 줄임말을 나타내는 태그. 마우스 가져다대면 풀네임 나오는 기능을 가지고 있음.
<address> Defines contact information for the author/owner of a document/article. 사람, 단체, 조직 등에 대한 연락처 정보.
<em> Defines emphasized text. 주위 텍스트에 비해 강조된 텍스트.
<strong> Defines important text. 객관적인 관점으로 중요한 글자태그.

Forms and Input 태그

곧 추가할게예

iframe 태그

iframe 문서 안에 존재하는 작은 브라우저. 유투브 영상이나 naver같은 웹페이지를 띄울 수 있음.

Images 태그

<img> Defines an image
<svg> Defines a container for SVG graphics. 요즘 대세..?

Audio / Video 태그

<audio> 안쓰지만 제공되는 기능이 많음~ 연습시 써보면 좋음.

<a> Defines a hyperlink. 하이퍼링크 태그!!!
<link> 내 html에서 쓸 외부의 리소스 파일을 링크하는 태그. css 가져올 때 말고 쓰는 걸 본적이 없긴 함.
<nav> Defines navigation links. 네브바 태그..?

Lists 태그

<ul> Defines an unordered list. like 웹 사이트 헤더 메뉴 구조. li 태그를 품고있음
<ol> Defines an ordered list. like 레시피(순서가 있는)

Tables 태그

table Defines a table. 테이블 디테일 좀 어렵네예

들어도들어도 잘 모르겠음

Style and Semantics 태그

<div> Defines a section in a document. 의미없이 사용. block
<span> Defines a section in a document. 의미없이 사용. inline

<header> Defines a header for a document or section.
footer
<main>
<section> title 태그포함 되어있음. 대부분의 주제 묶음 태그로 자주 쓰세용
<article>

profile
🌐 Frontend &&  iOS && 대학생

0개의 댓글