Giter Club home page Giter Club logo

web-introduction's Introduction

실습 환경 구축

web-introduction 저장소를 기반으로 미션을 진행한다. 저장소를 자신의 계정으로 Fork 한다.


자기소개 페이지 만들기


1단계

  • 'introduction' 폴더는 'html' 폴더와 'images' 폴더로 이루어져 있습니다.
  • 'html' 폴더에는 HTML 종류의 파일을 저장합니다.
  • 'images' 폴더에는 이미지 파일을 저장합니다.
  • HTML 파일의 인코딩 방식은 'UTF-8' 입니다.
  • 이미지 파일의 경로는 모두 상대 경로가 기준입니다.
  • <head> 안에는 <meta charset="utf-8">을 집어넣습니다.
  • <title>은 재량
  • 본문은 <div>로 적절히 화면을 나누어야 합니다.
  • 적절히 <h#>으로 섹션을 구분하여 주세요.
  • 본인의 이름과 간단한 자기소개가 문단으로 구성되어 있어야 합니다.
  • 인생 영화 BEST5를 표로 정리하여 보여주세요.
    • 영화의 포스터와 바로가기 링크(네이버 영화)는 꼭 있어야 합니다.
  • 방문자가 남길 수 있는 방명록이 있어야합니다.
    • 이름은 <input>으로 type은 'text'입니다.
    • 방문자가 본인의 취향의 영화를 고를 수 있도록 체크박스 형태로 제공합니다. (예시 파일은 라디오버튼으로 되어 있어 오류!)
  • 등록 버튼과 취소 버튼이 있어야 합니다.
    • 등록 버튼은 <button>을 사용하며 type은 'button'입니다.
    • 취소 버튼은 <button>을 사용하며 type은 'reset'입니다.
  • 본문에 관한 자세한 요구 사항 예시 파일을 참고해 주세요!

이미지


2단계

방명록에 등록한람 이름(OOO)과 일치하는 취향의 개수(N)를 조사하여 “OOO님, 저와 N개의 취향이 같으시네요!"라는 Alert를 띄워 주세요.


web-introduction's People

Contributors

vi-wolhwa avatar woowahan-pjs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.