6일: 구글 아이콘 사용(html)

Jiwontwopunch·2021년 11월 19일
0

국비기록

목록 보기
6/121
post-thumbnail

2021.11.19.Fri.

✍ 복습

html에서 구글 아이콘 사용하기

<head>
  <!--google material icon cdn-->
  <link href="https://fonts.googleapis.com/
  icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
  <!--cloud icon 사용하기-->
  <i class="material-icons">cloud</i>
</body>

  • 쪽지시험 오답정리
1. 시맨틱 마크업을 위해서 <div>요소는 최대한 배제되어야 한다.
2. 보통 마크업 언어로 메타 데이터를 표현한다.
   요소는 태그, 속성, 속성값, 내용으로 구성된다.

0개의 댓글