Files
2018-10-16 21:32:40 +05:30

11 lines
689 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Add Images to Your Website
localeTitle: Добавить изображения на свой сайт
---
## Добавить изображения на свой сайт
Атрибуты - это пары ключевых значений, вставленные в тег. Синтаксис `<tag key1="value1" key2="value2"> </tag>` или, в случае самозакрывающихся тегов, `<tag key1="value1" key2="value2" />` - обратите внимание, что пары разделенных символом пробела, а не запятой.
### Ресурсы
* [HTML-атрибуты](https://guide.freecodecamp.org/html/attributes)