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