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