<script>
</script>
<style>
#object{
}
</style>
<ul>
<li>Чебурашка</li>
<li>Крокодил Гена</li>
<li>Шапокляк</li>
</ul>
<table id="" name="">
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<fieldset><legend></legend>
</fieldset>
<input type="button" id="" class="" value="" title="">
<form action="" id="" name="" method="POST">
<input type="text" id="" class="" name="" size="30" maxlength="50" placeholder="login"><br>
<input type="password" id="" class="" name="" size="30" maxlength="50" placeholder="password"><br>
<textarea id="" name="" cols="32" rows="5">
Print your text
</textarea><br>
<input type="submit" value="send your messeg" id="" name="">
</form>
<input type="text" id="" class="" name="" size="30" maxlength="50" placeholder="login">
<input type="password" id="" class="" name="" size="30" maxlength="50" placeholder="password">
<textarea id="" name="" cols="32" rows="5">
Print your text
</textarea>
<input type="checkbox" id="" name="" value="">
<input type="radio" id="" name="" value="">
<progress id="" name="" value="10" max="50">
Текст
</progress>
<label for=fader>Volume</label>
<input type="range" min="0" max="100" value="50" id="fader" step="1" onchange="outputUpdate(value)">
<output for=fader id=volume>50</output>
<script>
function outputUpdate(vol) {
document.querySelector('#volume').value = vol;
}
</script>
<marquee id="" scrollamount="5" direction="left">Бегущая строка</marquee>
<html>
<head>
<title>Моя HTML страничка</title>
<meta charset="utf-8">
<meta name="description" content="Описание сайта для поисковика" />
<meta name="keywords" content="Наиболее важные ключевые слова страницы для поисковых систем">
<link rel="shortcut icon" href="адрес иконки сайта">
<link href="Адрес внешних css файлов" rel="stylesheet" type="text/css"/>
<script src="Адрес внешних скриптов"></script>
<script src="http://code.jquery.com/jquery-latest.js"></script><!--Обязательная библиотека ajax -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script><!--Подключение jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script><!--Подключение jQuery -->
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script><!--Подключение jQuery UI -->
</head>
<body>
<style>
#object{
}
</style>
<header>
<center><h1>HTML шаблон страницы сайта</h1></center>
</header>
<center>Здесь будет располагаться содержимое моей страницы</center>
<hr>
<script>
</script>
<footer>
<center>Copyright @ привет мир</center>
</footer>
</body>
</html>
<iframe src="" id=""></iframe>
<video width="320" height="240" controls>
<source src="url.mp4" type="video/mp4">
<source src="url.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
<audio controls>
<source src="url.ogg" type="audio/ogg">
<source src="url.mp3" type="audio/mpeg">
Ваш браузер не поддерживает звуковой тег.
</audio>
<canvas id="myCanvas"></canvas>
<script>
var canvas = document.getElementById("myCanvas");
var ctx = canvas.getContext("2d");
ctx.fillStyle = "#FF0000";
ctx.fillRect(0, 0, 80, 80);
</script>
<center></center>
<br>
<hr>
<img src="" id="" alt="picter" height="100" width="100">
<link rel="stylesheet" type="text/css" href="url.css">
<img src="" id="" width="100" height="100" alt="Picter" usemap="#planetmap">
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="url.htm" alt="Sun">
<area shape="circle" coords="90,58,3" href="url.htm" alt="Mercury">
<area shape="circle" coords="124,58,8" href="url.htm" alt="Venus">
</map>
<meter id="" value="2" min="0" max="10"></meter>
<s></s>
<select>
<option value="">1</option>
<option value="">2</option>
<option value="">3</option>
<option value="">4</option>
</select>
<a href=""></a>
<style>
#object{
color: #ffff00;
padding-left: 20px;
font-size: 25px;
font-family: Jokerman;
text-shadow:0 0 30px #ffffff;
-webkit-animation: iliketomoveit 3s infinite;
animation: iliketomoveit 3s infinite;
}
@-webkit-keyframes iliketomoveit{
0% {
color: #ffff00;
padding-left: 20px;
font-size: 25px;
text-shadow:0 0 30px #ffffff;
}
50% {
color: #ffffff;
padding-left: 20px;
font-size: 25px;
text-shadow:0 0 50px #ffff00;
}
100% {
color: #ffff00;
padding-left: 20px;
font-size: 25px;
text-shadow:0 0 30px #ffffff;
}
}
</style>
<div id="object">Hello</div>
<script language="JavaScript">
var tmp = Math.round((Math.random() * (100 - 1)));
document.write(tmp);
</script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="http://wisdomweb.ru/editor/localization.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#slide3").slider({values:[250000,400000],
min:0,
max:1000000,
range:true,
step:1000,
slide:function(event,ui){
$("#range").val(ui.values[0]+" руб. - "+ui.values[1]+" руб.");
}});
});
</script>
<input type="text" id="range" value="250000 руб. - 400000 руб."/>
<div id="slide3"></div>
</div>