곽태식

html 수정

1 <!-- <!DOCTYPE html> 1 <!-- <!DOCTYPE html>
2 -<html> 2 +<html lang="ko">
3 3
4 <head> 4 <head>
5 <!-- font --> 5 <!-- font -->
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 8
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 <meta name="viewport" content="width=device-width, initial-scale=1" /> 10 <meta name="viewport" content="width=device-width, initial-scale=1" />
11 - <title>Highcharts Example</title> 11 + <title>당신이 지금 죽을 확률은?</title>
12 12
13 <style type="text/css"> 13 <style type="text/css">
14 html { 14 html {
......
1 <!DOCTYPE <!DOCTYPE html> 1 <!DOCTYPE <!DOCTYPE html>
2 -<html> 2 +<html lang="ko">
3 +
3 4
4 <head> 5 <head>
5 <meta charset="utf-8" /> 6 <meta charset="utf-8" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 - <title>Page Title</title> 8 + <title>당신이 죽을 확률은?</title>
8 9
9 <!-- font --> 10 <!-- font -->
10 <link href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script&amp;subset=korean" rel="stylesheet"> 11 <link href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script&amp;subset=korean" rel="stylesheet">
...@@ -85,7 +86,7 @@ ...@@ -85,7 +86,7 @@
85 <input type="text" name="name" class="form-control" placeholder="김철수" style="width:200px;"> 86 <input type="text" name="name" class="form-control" placeholder="김철수" style="width:200px;">
86 &nbsp &nbsp&nbsp&nbsp 87 &nbsp &nbsp&nbsp&nbsp
87 <label>생년월일</label> 88 <label>생년월일</label>
88 - <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;"> 89 + <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;" minlength="6" maxlength="6">
89 <br><br><br> 90 <br><br><br>
90 <input type="submit" value="운명보기" class="btn btn-default" style="font-family: 'Yeon Sung', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;"> 91 <input type="submit" value="운명보기" class="btn btn-default" style="font-family: 'Yeon Sung', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;">
91 </div> 92 </div>
......