HTML Validator : command + option + i

CSS Validator : https://jigsaw.w3.org/css-validator/

💊  Trailing slash on void elements has no effect~

스크린샷 2024-01-08 오전 10.48.12.png

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
**<!--**  🌈  **역슬래시 ( / ) 삭제, 우리과정에서는 필요없다. -->**

💊  This document appears to be Lorem ipsum text but the html start tag

스크린샷 2024-01-08 오전 10.56.08.png

<html lang="en"> 을 <html lang="zxx"> 로 바꾼다. lorem 문구로 인한 것이다.