Тексты страниц HTML

Сам сайт

<html>
<head>
<title> TABFRAM </title>
</head>
<frameset rows="50%, 50%">
<frame src="Shestiugolnik.html" name="Kontrol fraim" noresize>
<frame src="banner.html" name="content" noresize>
</frameset>
</html>

Управляющий фрейм

<html>
<head>
<title>Figura</title>

<style>
.fig {
text-align: center;
}
</style>


</head>
<body style="background-color:880000">
<p class="fig"><img src="1.jpg" width="400" height="500" usemap="#map" alt="Knopka"></p>
<p><map name="map"> <area shape="poly" alt="an1"
coords="200,90,340,170,340,320,200,400,60,320,60,170"
href="BS1.html" target="content">
<area shape="rect" alt="an2"
coords="1,1, 700,700" href="BS2.html" target="content">
</map></p>
</body>
</html>

Фрейм с бегущей строкой

<html>
<head>
<title>1</title>
</head>
<body style="color:00ff00; background-color: #880000">

<font size="23">
<marquee direction="left" behavior="slide"> МИЛОВ <br> СВЯТОСЛАВ <br> ИГОРЕВИЧ <br>2443</marquee>
</body>
</font>
</html>

Усложнённый Фрейм с бегущей строкой

<html>
<head>
<title>2</title>
</head>
<body style="color:00ff00; background-color:880000">

<font size="23">
<marquee direction="left" scrolldelay="0" loop="3"> МИЛОВ <br> СВЯТОСЛАВ <br> ИГОРЕВИЧ <br> ГР. 2443</marquee>
</body>
</font>
</html>


Понравилась статья? Добавь ее в закладку (CTRL+D) и не забудь поделиться с друзьями:  



double arrow
Сейчас читают про: