HTML

    Web Developer 부트캠프 (05/02)

    Web Developer 부트캠프 (05/02)

    index.html 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 HTML & CSS Basics Summary HTML & CSS Basics Summary HTML Summary HTML (HyperText Markup Language) is used to define our page contentm structure and meaning. you don't use it for st..

    Web Developer 부트캠프 (05/01)

    Web Developer 부트캠프 (05/01)

    index.html 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 My Daily Challenge Max' Challenge for Wednesday, August 4th Learn about the basics of web development - specifically dive into HTML & CSS. Explore the full week Colored by Color Scripter cs daily-challenge.css 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 32 33 34 ..

    Web Developer 부트캠프 (04/28)

    Web Developer 부트캠프 (04/28)

    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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 My Daily Challenge Max' Challenge for Wednesday, August 4th Learn about the basics of web development - specifically dive into HTML & CSS. Explore the full week My Upcoming Challenges My Upcoming Challenges View Today's Challenge Rep..

    Web Developer 부트캠프 (04/26)

    Web Developer 부트캠프 (04/26)

    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 h1 { font-family: sans-serif; text-align: center; color: blue; } p { font-family: sans-serif; text-align: center; color: gray; } My Daily Challenge Max' Challenge for Wednesday, August 4th Learn about the basics of web development - specifically dive into HTML & CSS. I'll achieve this goal by diving into more learni..

    2022 Web Development : HTML 기초

    HTML : 콘텐츠와 페이지 구조를 정의하고 설명하는데 사용 웹페이지 : 서버에서 제공하는 *.html 파일 브라우저가 웹페이지를 불러오는 방법 : HTML 콘텐츠를 원격 서버의 파일에 저장 -> 사용자가 페이지 방문시 서버에서 브라우저로 보냄 HTML 요소 : 주석이 달린 콘텐츠 : HTML 태그 (요소 이름 포함) + 콘텐츠 HTML 요소가 필요한 이유 : 콘텐츠에 주석을 달고 더 많은 의미를 제공 모든 HTML 요소는 표준화되어 있다. HTML 속성 : 요소에 추가 구성을 추가 가능