Jump to content

Исправьте ошибки плз)


Andrew.br
 Share

Recommended Posts

<!DOCTYPE html>

<html>

<head>

<meta <font color="red">http-equip=</font> <font color="green">"Content-Type"</font> <font color="red">content=</font> <font color="green">"text/html; charset=ulf-8"</font>>

<meta <font color="red">name=</font><font color="green">"keywords"</font>

<font color="red">content=</font> <font color="green">"HTML,????"</font>>

<title>???????</title>

</head>

<body <font color="red">bgcolor=</font> <font color="green">"blue"</font>>

<h1>??????</h1>

<h2>????</h2>

<p>????? ????</p>

<p>????? ??????????</p>

</body>

</html>

Link to comment
Share on other sites

<meta <font color="red">http-equip=</font> <font color="green">"Content-Type"</font> <font color="red">content=</font> <font color="green">"text/html; charset=ulf-8"</font>>

<meta <font color="red">name=</font><font color="green">"keywords"</font>

<font color="red">content=</font> <font color="green">"HTML,????"</font>>

<body <font color="red">bgcolor=</font> <font color="green">"blue"</font>>

Это что еще такое? :blink:

Как могут быть теги в самих тегах внутри?? и скажите - зачем они вообще там нужны? Откуда вы это взяли..

Edited by Andrey447
Link to comment
Share on other sites

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Название страницы</title>
</head>
<body>
<h1>Заголовок 1 уровня</h1>
<h2>Заголовок 2 уровня</h2>
<p>Первый абзац</p>
<p>Второй абзац</p>
</body>
</html>

Вот исправленный код.

Зачем внутри тегов писать теги?

Мета-теги с твоим знанием html не нужны :rofl: ну кроме указания кодировки

<meta charset="utf-8" />

Edited by sasha^
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
Reply to this topic...

×   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