Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- tiles.xml
- 웹소켓
- Spring
- CSS
- phaser
- RDS
- EC2
- 알고리즘
- 암호화
- 비트코인
- HTML
- JSP
- 웹게임
- docker
- PL/SQL
- SQL
- websocket
- 블록체인
- express
- AWS
- Servlet
- jQuery
- JavaScript
- model1
- 배포
- node.js
- 도커
- autowired
- Cookie
- Ajax
Archives
- Today
- Total
記錄
html) head, body, title 본문
HTML <head>
The HTML <head> element provides general information (metadata) about the document, including its title and links to its scripts and style sheets.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head
막 써왔던 head의 본래 존재 목적이 잘 정리되어 있어서 발췌했다. 역시 알고 쓰는 것과 모르고 쓰는 것은 깊이가 다르다.
HTML <body>
The HTML <body> Element represents the content of an HTML document. There can be only one <body> element in a document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body
HTML <title>
검색 엔진에서 잡을때 title element로 잡는다고 한다. 단순히 탭 상에 뜨는 이름이라기 보다는 이런 것도 고려를 하는 것이 좋겠다.
'Web > HTML' 카테고리의 다른 글
html) input, form (0) | 2018.05.02 |
---|---|
html) table, colspan, rowspan (0) | 2018.04.25 |
html) <ul> vs <ol> // <b> vs <strong> // <div> vs <span> // <a href> (0) | 2018.04.25 |
Comments