3번
1. 정식 버전 2. HTML 및 CSS 코드 <!DOCTYPE html> <html lang=”ko”> <head> <meta charset=”UTF-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>텍스트 유형2</title> <style> /* reset */ * { padding: 0; margin: 0; list-style: none; } a { text-decoration: none; color: #000; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } img … Read more