26.04.2025

Пример страницы

<html>
<head>
<title>Это название окна браузера</title>
</head>

<body bgcolor=yellow>

<h1 align=center>
Привет. Это первая WEB-страница
</h1>
<div align=center>
<img src="orig.webp" width=300>
<iframe width="560" height="315" src="https://www.youtube.com/embed/0sp-iLOqScQ?si=Q_s3AGNIQRXPMKZy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

</div>
</body>

</html>