36 lines
		
	
	
		
			696 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			696 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
|     <style>
 | |
|     * {
 | |
|         font-family:"맑은 고딕";
 | |
|         font-weight:bold;
 | |
|         font-size:50px;
 | |
|     }
 | |
|     
 | |
| </style>
 | |
| <body>
 | |
| 
 | |
| <table border="1" cellpadding="1" cellspacing="1" style='text-align: center;'>
 | |
|     <tr>
 | |
|         <td rowspan="2">
 | |
| fdasf
 | |
|         </td>
 | |
|         <td>
 | |
|             맑은 고딕 테스트
 | |
|                     </td>
 | |
|                     <td>
 | |
|                         fdasf
 | |
|                                 </td>
 | |
|     </tr>
 | |
|     <tr>
 | |
|        
 | |
|         <td>
 | |
|             fdasf
 | |
|                     </td>
 | |
|                     <td>
 | |
|                         fdasf
 | |
|                                 </td>
 | |
|     </tr>
 | |
| </table>
 | |
| </body>
 | |
| </html> | 
