Giter Site home page Giter Site logo

web-introduction's Introduction

web-introduction

1단계 요구사항

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

2단계 요구사항

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

예시 사진 img.png

web-introduction's People

Contributors

jihyeonl 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.