반응형
+ more reference
http://statmath.wu-wien.ac.at/courses/data-analysis/itdtHTML/node28.html
https://www.geeksforgeeks.org/most-commonly-used-tags-in-html/
<html>
<head>
<title>
<link>
<body>
<p>
<img>
<a>
<h1> ... <h6>
<table>, <tr>, and <td>
<table>
</table>
<hr>
<br>
<ul>, <ol>, and <li>
<pre>
자주 쓰이는 애들이다.
강의에서 배운 거 몇 개
https://opentutorials.org/course/3084/18392
<strong> </strong>
하이라이트
<u></u>
언더라인
https://opentutorials.org/course/3084/18400
<h1> ~ <h6>
heading 제목 태그
https://opentutorials.org/course/3084/18403
<br>
줄 바꿈
특이한건 닫는 태그가 없다 img, input, br, hr, meta 등이 닫지 않는 태그 예다
<p>
paragraph 단락 태그
br만큼 줄바꿈 디자인을 맞추기 어렵. 그래서 css를 이용해서 디자인을 조정한다 ex) style="margin-top:45px"
반응형
'웹 프로그래밍 > HTML' 카테고리의 다른 글
생활코딩 a 태그와 원시웹 / 웹문법 파트 끝 (0) | 2021.07.15 |
---|---|
생활코딩 html, head, body, title, meta 태그 배움 (0) | 2021.07.15 |
생활코딩 html 목차 태그 ul ol li (부모 자식 태그) (0) | 2021.07.15 |
생활코딩 코딩과 html 공부 시작 (0) | 2021.07.15 |