Skip to content

Commit 6f65a5c

Browse files
Правит плохой пример в замещаемых элементах (htmlacademy#59)
1 parent d3c3637 commit 6f65a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-css.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ <h3 id="html-img-sizes">Размеры замещаемых элементов</
467467
&lt;img src="logo.png" alt=""&gt;
468468
&lt;img src="logo.png" alt="" width="300px" height="150px"&gt;
469469
&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;/svg&gt;
470-
&lt;video src="http://github.com/source/video.mp4" width="400" height="400"&gt;&lt;/video&gt;
471-
&lt;iframe src="https://maps.google.com/" width="400" height="400"&gt;&lt;/iframe&gt;
470+
&lt;video src="http://github.com/source/video.mp4"&gt;&lt;/video&gt;
471+
&lt;iframe src="https://maps.google.com/"&gt;&lt;/iframe&gt;
472472
</code></pre>
473473
</figure>
474474
</div>

0 commit comments

Comments
 (0)