Jump to content
  • 0

С помощью таблиц хтмл возможно сайт разместить?


big_time
 Share

Question

Здрасьте всем!

Мне надо сайт написать, но я вообще никак не пойму CSS(надеюсь еще всё впереди), знаю только HTML и то, на малограмотном уровне. Если я размещу сайт с таким кодом(код ниже), меня сервер, браузеры не пошлют никуда подальше и у других ползователей он будет отображаться нормально? Ведь щас сайты делаются каким-то образом через CSS, но мне пока до этого ооочень далеко, да и не знаю что мне читать.


<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Заголовок</title>
</head>
<body>
<table width="80%" align="center" border="0">
<tr>
<td height="100" width="200" rowspan="2" align="center"></td>
<td width="400" height="75" colspan="4"></td>
<td width="200" rowspan="2" align="center" valign="top"></td>
</tr>
<tr>
<td width="100" align="center"><img src="img/1.jpg" height="12.5" width="83.3"></td>
<td width="100" align="center"><img src="img/2.jpg" height="14" width="83.3"></td>
<td width="100" align="center"><img src="img/3.jpg" height="12.5" width="83.3"></td>
<td width="100" align="center"><img src="img/4.jpg" height="12.5" width="83.3"></td>
</tr>
<tr>
<td height="400" align="right"><img src="img/manl3.jpg" height="385" width="180" alt="sb_ind"></td>
<td height="500" width="300" colspan="4" align="center">
<img src="img/main.jpg" height="350" width="420" alt="sb_ind">
<img src="img/time.jpg" height="55" width="" vspace="20" hspace="55" align="left">
</td>
<td height="400" align="left"><img src="img/manr.jpg" height="385" width="180" alt="sb_ind"></td>
</tr>
<tr>
<td height="100"></td>
<td colspan="4"></td>
<td ></td>
</tr>
<tr>
<td height="100" colspan="6" align="center"><img src="img/bottom.jpg" height="100" width="950"></td>
</tr>
</table>
</body>
</html>

Edited by big_time
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

ну так а ты сохрани код в file.html и открой его в браузере. там и видно будет.

Ну я сохранил, у меня всё нормально отображается, так как мне и надо, на компе и на нетбуке, во всех браузерах норма. Просто я когда читал про таблицы, там все кричали что это лажа, таблицами уже никто не пользуется и т.д. Вот я и подумал, может быть у меня вообще не получится разместить ничего из-за того что таблицы это лажа :)

П.С. Какая разница в таблицах я буду писать или через CSS?

Link to comment
Share on other sites

  • 0
Если я размещу сайт с таким кодом(код ниже), меня сервер, браузеры не пошлют никуда подальше и у других ползователей он будет отображаться нормально?

Браузеры-то не пошлют однозначно :). А вот поисковики именно на вышеприведенный код могут вытаращить глаза (или чем они странички смотрят) — где же текст, который им надо проиндексировать?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy