2020. 4. 18.

[HTML] 홈페이지 만들기 1 강의 정리




index.html

<html>
<head>
<title>깜찍이 홈페이지를 찾아주셔서 너무너무 감사합니다.</title>
</head>
<frameset rows="110,*" noresize scrolling=no frameborder="0" border="0">
<frame src="top.html" noresize scrolling=no frameborder="0" border="0" name="top">
  <frameset cols="115,665" noresize scrolling=no frameborder="0" border="0">
  <frame src="left.html"noresize scrolling=no frameborder="0" border="0" name="left">
  <frame src="menu1.html"noresize scrolling=auto frameborder="0" border="0" name="main">        
  </frameset>        
</frameset>
</html>

left.html

<html>
<head>
<title></title>
</head>
<body topmargin="0" leftmargin="0">
<table width="115" border="0" cellspacing="0" cellpadding="0" background="img/left_pattern.gif" height="390">
<tr>
<td valign="top" height="21"><img src="img/left_top.gif"></td>
</tr>
<tr>
<td height="40" style="padding-left:8"><a href="menu1.html" target="main"><img src="img/menu1.gif" border="0"></a></td>
</tr>
<tr>
<td height="40" style="padding-left:8"><a href="menu2.html" target="main"><img src="img/menu2.gif" border="0"></a></td>
</tr>
<tr>
<td height="40"style="padding-left:8"><a href="menu3.html" target="main"><img src="img/menu3.gif" border="0"></a></td>
</tr>
<tr>
<td height="40"style="padding-left:8"><a href="menu4.html" target="main"><img src="img/menu4.gif" border="0"></a></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</body>
</html>

top.html

<html>
<head>
<title></title>
</head>
<body topmargin="0" leftmargin="0">
<img src="img/top_img.gif" usemap="#mail" border="0">
<map name="mail">
<area shape="square" coords="630,60,780,80" href="mailto:ejmlf0@gmai.com">
</map>
</body>
</html>

style.css

td{font-size:9pt;font-color:4A730F;line-height:18pt;}


menu1.html

<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body topmargin="0" leftmargin="0" background="img/pattern.gif">
<!--타이틀-->        
<table width="640" cellpadding="0" cellspacing="0" align="center">
<tr>
 <td align="right" style="border-bottom:1px solid; border-color:4A730F"><font style="font size:14pt"><b>프로필</b></font></td>
</tr>
</table>
<!--타이틀 끝-->
<br><br>

<table width="640" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top" width="30%" align="center"><img src="img/profile_img.gif"</td>
<td width="70%">
이름 : 깜찍이<br>
나이 : 5<br>
가족 : 엄마, 아빠, 깜찍이, 끔찍이(동생)<br>
장래희망 : 가수<br>
좋아하는것 : 노래부르기, 춤추기<br>
싫어하는것 : 화내기, 울기, 욕하기, 험담하기<br>
하고싶은말 : 안녕하세요.<br>
 깜찍이 홈페이지를 찾아주셔서 정말 감사드려요. <br>                    
모든 분들이 항상 행복하셨으면 좋겠어요.<br></td>
</td>
</tr>

</table>
</body>
</html>







댓글 없음:

댓글 쓰기