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
- JavaScript
- nextJS
- Props
- web
- hardhat
- graphQL
- error
- concept
- Ethereum
- bitcoin
- Interface
- 삶
- Redux
- HTML
- REACT
- 기준
- blockchain
- tailwindcss
- evm
- API
- CLASS
- node.js
- SSR
- built in object
- express.js
- middleware
- CSS
- solidity
- typeScript
- useState
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