GithubHelp home page GithubHelp logo

kimseonggyu1 / html Goto Github PK

View Code? Open in Web Editor NEW

This project forked from woowacourse/html

0.0 0.0 0.0 20 KB

우테코 크루들이 담아내는 90년생 HTML의 이야기 저장소

CSS 9.59% JavaScript 10.06% HTML 80.35%

html's Introduction

🚀 미션: 90년생 HTML 소개하기

이번 미션의 주제는 바로 90년생 HTML을 주제로 웹페이지를 작성하는 것입니다. 작성방식은 자유입니다. 신문기사, 블로그, 위키백과 같은 사전 등 여러가지 형태로 남길 수도 있을텐데요. 본인이 원하는 형태로 작성해주시면 됩니다. 90년생 HTML의 이야기를 담아내면서 글, 링크, 사진, 동영상, 구독 메일 등을 담을 수 있을텐데요. 그 과정에서 필요한 HTML 태그들을 MDN 링크를 통해 직접 찾아보시길 바랍니다.


안내사항

  • 위 미션은 Repository에서 기존의 미션을 진행하던 방식과 동일하게 진행합니다.
  • PR을 보내면 @eastjun이 확인 후 merge할 예정입니다.
  • 마감기한은 2020년 3월 23월 월요일 23:59분 까지입니다.
  • 작성한 html은 @eastjun이 웹핸드북으로 제작하여 배포할 예정입니다. 예쁘게 만들 필요는 없지만 내용에 성의를 보여주세요 😀

요구사항

  • <html> <head> <title> <body> 태그를 반드시 포함한다.
  • <head> 태그 안에는 <meta charset="utf-8"> 를 삽입한다.
  • 위 5개의 태그를 제외하고 최소 10개 이상의 태그를 이용한다.
  • 1개 이상의 이미지 또는 비디오를 삽입한다.
  • 댓글을 작성하는 input 또는 textarea 태그를 사용한다. (실제 동작할 필요는 없음)
  • 자신이 사용한 태그들의 기능을 README.md에 작성한다.

사용한 태그들

  1. h1 : 제일 큰 제목을 표현해준다.
  2. h3 : 세번째로 큰 제목을 표현해준다.
  3. p : 단락을 구분해준다.
  4. br : 줄 변경을 해준다.
  5. div : 박스 형태로 구분하는 단위를 지정해준다.
  6. span : 줄 안에서 구분하는 단위를 지정해준다.
  7. ul : 순서 없는 목록들을 모아준다.
  8. li : 목록에서 각각을 지정해준다.
  9. a : 링크를 연결해준다.
  10. img : 이미지를 삽입해준다.
  11. input : 입력을 받을 수 있게 해준다.

html's People

Contributors

kimseonggyu1 avatar wmakerjun 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.