• 회원가입
  • 로그인
  • 구글아이디로 로그인

[attribute] HTML - content 속성 ★ - 메타데이터 값 지정 (= content속성 = 콘텐트속성|컨텐트속성)

목차
  1. content 예제 - 메타데이터 설명
  2. content 정의
  3. content 구문

 

content 예제 - 메타데이터 설명

 

<!DOCTYPE html>

<html>

<head>

  <meta charset="utf-8">

  <meta http-equiv="X-UA-Compatible" content="IE=Edge" />

  <meta name="description" content="홈페이지 제작관리 강의">

  <meta name="keywords" content="HTML,CSS,JavaScript,PHP,SQL">

  <!-- Open Graph -->

  <meta property="og:type" content="website" />

  <meta property="og:title" content="그누보드/영카트 제작관리 강의" />

  <meta property="og:description" content="(코딩언어/서버관리/그누보드/영카트/각종빌더) 제작|관리|강의" />

  <meta property="og:url" content="https://homzzang.com" />

  <meta property="og:site_name" content="홈짱닷컴" />

  <meta property="og:image" content="//homzzang.com/data/seo/sns_image.png" />

  <meta property="og:locale" content="ko_KR" />

  <meta name="viewport" content="width=device-width">

  <meta name="google-site-verification" content="구글사이트키" />

  <meta name="msvalidate.01" content="MS사이트키" />

  <meta name="naver-site-verification" content="네이버사이트키"/>

</head>

<body>


<h1>홈짱닷컴 Homzzang.com</h1>

<p>그누보드/영카트 강의</p>


</body>

</html>



 

content 정의

 

메타데이터(예: http-equiv, name 등 속성)와 관련된 값 지정.

 


 

1. content 속성 사용 가능 태그 종류

<meta>

 

2.

모든 브라우저 지원.

 

 

content 구문

 

<meta content="text">

 


[속성값]

 

text

http-equiv 또는 name 속성 등과 관련된 메타데이터 값 지정.

 


방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
attribute HTML - charset 속성 - 문자셋 지정 (= charset속성 = 차셋속성) ※ 문자인코딩, 언어셋
attribute HTML - checked 속성 ★ - 미리 (체크박스/라디오) 체크 여부 지정 (= checked속성 = …
attribute HTML - cite 속성 - (인용출처/삭제이유/삽입이유) 주소 연결 (= cite속성 = 사이트속성)
attribute HTML - class 속성 ★★★ - 클래스명 선택자 지정 (= class속성 = 클래스속성)
attribute HTML - color 속성 - (HTML5 지원 X) 글자색 지정 (= color속성 = 컬러속성)
attribute HTML - cols 속성 - <textarea> 세로열수(=세로줄수 = 가시너비) 지정 (= cols속성 …
attribute HTML - colspan 속성 ★ - 병합할 가로셀 개수 지정 (= colspan속성 = 콜스팬속성)
attribute HTML - content 속성 ★ - 메타데이터 값 지정 (= content속성 = 콘텐트속성|컨텐트속성)
attribute HTML - contenteditable 속성 - 요소 내용 수정 가능 여부 지정 (= contentedit…
attribute HTML - controls 속성 - (오디오/비디오) 플레이어의 제어창 표시 여부 (= controls속성…
attribute HTML - coords 속성 - 이미지맵 링크영역 좌표 표시 (= coords속성 = 코즈속성/코드스속성/…
attribute HTML - data 속성 - <object> 태그의 리소스 URL 주소 지정 (= data속성 = 데이터속…
attribute HTML - data-* 속성 ★★★ - 특정 (페이지/애플리케이션)의 사용자 데이터 저장 (= data-속…
attribute HTML - datetime 속성 - 날짜시간 지정 (= datetime속성 = 데이트타임속성)
attribute HTML - default 속성 - 기본 재생 트랙 지정 (= default속성 = 디폴트속성)
attribute HTML - defer 속성 ★★★ - 페이지 파싱 완료 후 외부스크립트 실행 (= defer속성 = 디퍼속…
attribute HTML - dir 속성 - 텍스트 출력방향 지정 (= dir속성 = 디르속성|디렉션속성)
attribute HTML - dirname 속성 - input/textarea 요소의 텍스트 방향 지정 (= dirname속…
attribute HTML - disabled 속성 - 요소 비활성화 지정 (= disabled속성 = 디스에이블드속성|디세이…
attribute HTML - download 속성 - 파일 다운로드 지정 (= download속성 = 다운로드속성) ※ 다운…
9/18
목록
찾아주셔서 감사합니다. Since 2012