Skip to content

Commit

Permalink
Расширяет список допустимых тегов внутри <head> (#5541)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedlukha authored Nov 5, 2024
1 parent 31f1b5d commit 591b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/head/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tags:

## Как пишется

Кроме `<title>`, внутри контейнера `<head>` можно разместить и другие элементы: [`<base>`](/html/base/), [`<link>`](/html/link/), [`<meta>`](/html/meta/), [`<script>`](/html/script/), [`<style>`](/html/style/). Вот пример того, как можно поставить фавиконку — маленькую иконку в углу вкладки браузера.
Кроме `<title>`, внутри контейнера `<head>` можно разместить и другие элементы: [`<base>`](/html/base/), [`<link>`](/html/link/), [`<meta>`](/html/meta/), [`<script>`](/html/script/), [`<style>`](/html/style/), [`<template>`](/html/template/), [`<noscript>`](/html/noscript/). Вот пример того, как можно поставить фавиконку — маленькую иконку в углу вкладки браузера.

```html
<head>
Expand Down

0 comments on commit 591b962

Please sign in to comment.