Атрибут width

Описание

Задает ширину фрейма.

Синтаксис

<iframe width='размер'>...</iframe>

Пример

<!DOCTYPE html>
<html lang='ru'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Document</title>
</head>
<body>
<iframe width='200' height='400' src='https://gki-webik.ru/' frameborder='10'></iframe>
</body>
</html>