web-crash-course


Additional Markup / 추가 마크업

<!DOCTYPE html>
<!-- Comments / 주석 -->
<div>Division / 구역</div>
<span>Span / 스팬</span>
<iframe
  width="300"
  height="200"
  src="https://ut-aaronkr.github.io/web-crash-course"
  scrolling="no"
  frameborder="no"
  seamless
></iframe>
<meta charset="utf-8" />
<meta name="description" content="Description / 설명" />
<meta name="keywords" content="Keywords / 키워드" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Author / 저자" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<script src="script.js"></script>
<noscript>JavaScript is disabled / 자바스크립트가 비활성화되었습니다.</noscript>

Extended Characters / 확장 문자

Character Name / 이름 Code / 코드
© © &copy;
® ® &reg;
&trade;
¢ ¢ &cent;
£ £ &pound;
¥ ¥ &yen;
&euro;
§ § &sect;
&bull;
&para;
&ndash;
&mdash;
&lsquo;
&rsquo;
&ldquo;
&rdquo;
÷ ÷ &divide;
× × &times;
ƒ ƒ &fnof;
± ± &plusmn;
&le;
&ge;
&ne;
&asymp;
&larr;
&uarr;
&rarr;
&darr;
&harr;
&crarr;