Add web design files
This commit is contained in:
24
web-design/Занятие_3/3.1 DW.html
Normal file
24
web-design/Занятие_3/3.1 DW.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>3.1 DW</title>
|
||||
<link href="3.1 DW.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="tablitsa">
|
||||
<table width="800" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="jeltii"><p>students</p></td>
|
||||
<td class="jeltii"><p>faculty</p></td>
|
||||
<td class="jeltii"><p>visitors</p></td>
|
||||
<td class="goluboi goluboi2"><p>UD Home</p></td>
|
||||
<td class="goluboi"><p>UD Search</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user