Вопрос задан 21.10.2018 в 13:15. Предмет Информатика. Спрашивает Пищаев Глеб.

Хелпп по HTML 1)для заголовка 1 уровня сьиль ширина-курсив,цвет красный,выравнивание по центру

2)для абзаца отступ слева 100px,размер шрифта 20px,цвет синий 3)списки шрифт полужирный,цвет зелёный 4)тело документа цвет серный,отступы со всех сторон
0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Любицкая Диана.
Помогите мне тоже очень надо
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

HTML Help

Here are the HTML tags and attributes you can use to achieve the desired styles:

1) For a level 1 heading with italic font, red color, and centered alignment, you can use the `

` tag with the following attributes: - `style="font-style: italic; color: red; text-align: center;"`

2) For a paragraph with a left indent of 100px, font size of 20px, and blue color, you can use the `

` tag with the following attributes: - `style="text-indent: 100px; font-size: 20px; color: blue;"`

3) For lists with bold font and green color, you can use the `

    ` or `
      ` tags for unordered or ordered lists, respectively, and the following attribute: - `style="font-weight: bold; color: green;"`

      4) To set the body of the document with a black color and equal margins on all sides, you can use the `` tag with the following attribute: - `style="background-color: black; margin: 0;"`

      Please note that these styles can be applied inline using the `style` attribute or in an external CSS file.

      Let me know if you need further assistance!

      0 0

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос