Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion 1-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,32 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1-1 과제</title>
</head>

<body>
<!-- 여기에 과제 코드를 적어주세요! -->
<h1>☆⋆。𖦹°‧★ 이보연의 블로그 ☆⋆。𖦹°‧★</h1>
<h2>✧ ˖˚˳⊹어서오세용˚。・* ੈ♡</h2> <br>
<img src="img/ㄱㄴㄷ.jpg"/>

<p>❤ 인스타그램 : <a href="https://www.instagram.com/bxxyexnn/?hl=ko">@bxxyexnn</a></p>
<p>❤ github : <a href="https://github.com/BBoyeon">보연의깃허브!</a></p> <br>


<h3>제가 좋아하는 건 ━ ✩・*。</h3>
<ul>
<li> 자는 것 </li>
<li> 누워있는 것 </li>
<li> 야구! </li>

</ul>

<h3>요즘 드는 생각들은 ━ ✩・*。</h3>
<ol>
<li>과연 이번 KBO리그 우승은 누굴까?</li>
<li>내년에 휴학을 해야 할까?</li>
<li>졸업하고 뭐 먹고 살지...</li>

</ol>

</body>

</html>
16 changes: 15 additions & 1 deletion 1-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
<title>1-2 과제</title>
</head>
<body>
<!--여기에 과제 코드를 적어주세요!-->
<h2>글 작성하기</h2>
<form>
<p>카테고리 선택 :
<select name="category">
<option value="daily">일상</option>
<option value="guest book">방명록</option>
<option value="review">후기</option>
</select></p>

<label for="username">
내용 : </label><textarea name="letter" placeholder="내용을 작성해 주세요..."></textarea><br>


<input type="button" value="제출"/>
</form>
</body>
</html>
29 changes: 28 additions & 1 deletion 2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@
<title>2 과제</title>
</head>
<body>
<!-- 여기에 과제 코드를 적어주세요! -->
<h2>회원 가입</h2>
<form>
<label for="username">
ID:</label>
<input type="text" id="username" name="username">
<br>
<label for="password">
Password:</label>
<input type="password" id="password" name="password">
<br>
이름 : <input type="text">
<br>
성별 : <select>
<option>여성</option>
<option>남성</option>
<option>밝히지 않음</option>
</select>
<br>
생년월일 : <input type="date"/>
<br>
이메일 : <input type="text" placeholder="이메일 앞자리">@<select>
<option>gmail.com</option>
<option>naver.com</option>
<option>nate.com</option>
</select>
</form>

<input type="button" value="가입하기"/>
</body>
</html>
Binary file added img/ㄱㄴㄷ.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/농담곰4.JPEG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.