1.
Html 코드
<head> <base href="http://www.w3school.com.cn/tags/"> <base target="_blank" /> <!--页面中所有target默认为_blank--> </head> <body> <a href="tag_base.asp">base </a> <br> <!--实际指向http://www.w3school.com.cn/tags/tag_base.asp 且target为_blank --> <a href="tag_audio.asp">audio </a> </body>
target 선택적 속성:
_blank
_parent
_self
_top
2 태그는 문서와 외부 리소스 간의 관계를 정의합니다. 가장 일반적인 용도는 스타일 시트를 연결하는 것입니다.
Html 코드
<head> <link rel="stylesheet" type="text/css" href="theme.css" /> <link rel="shortcut icon" href="http://jquery.com/jquery-wp-content/themes/jquery.com/i/favicon.ico"> </head>
rel 선택 속성은 다음과 같습니다:
alternate
author
help
icon
licence
next
pingback
prefetch
prev
search
sidebar
stylesheet
태그
3. <메타> 검색 엔진에 대한 설명 및 키워드, 업데이트 빈도 등 문서와 관련된 이름/값 쌍입니다. 태그에는 닫는 태그가 없지만 제대로 닫혀야 합니다().
Html 코드
<head> <meta http-equiv="Content-Type" Content="text/html; charset=UTF-8" /> <meta name="keywords" content="HTML,ASP,PHP,SQL"> </head>
속성:
4.