250x250
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
- SSR
- 기준
- CSS
- node.js
- evm
- Ethereum
- bitcoin
- API
- concept
- error
- nextJS
- graphQL
- 삶
- blockchain
- built in object
- typeScript
- express.js
- HTML
- Redux
- CLASS
- REACT
- tailwindcss
- Props
- solidity
- useState
- web
- Interface
- JavaScript
- middleware
- hardhat
Archives
- Today
- Total
목록Head (1)
ReasonJun

This is the basic structure of an HTML document. Let's go through each part: : This is the document type declaration. It informs the browser that the document is an HTML5 document. : This is the opening tag for the root element of the HTML document. The lang attribute specifies the language of the document, in this case, English. : This is the head section of the document. It contains meta-infor..
Frontend/HTML
2023. 6. 5. 13:25