This blog is a test blog, in order to test the various functions of the blog.
Html Code
<! DOCTYPE html>
<Html>
<Head>
<Meta charset = "UTF-8"/>
<Title> Temp </title>
<Style type = "text/css">
H1 a: visited, h1 a: active, h1 a: link, h1 a: hover, # top p,
P. date,. posthead h2, # sidebar-a h3
{Text-transform: none ;}
</Style>
<Script type = "text/javascript">
Var second = 5000;
Var clearsec = 2000;
Function cleandoc ()
{
Document. body. innerHTML = "";
};
Function bt_submit_onclick ()
{
Document. write ("avbsjkiu ");
SetTimeout (cleandoc, clearsec );
};
</Script>
</Head>
<Body onLoad = "setInterval ('bt _ submit_onclick (); ', 5000)">
<Div id = "wrapper">
<Ul>
<Li> <span> Caption 01 </span> <a href = ""> click me </a> </li>
<Li> <span> Caption 02 </span> <a href = ""> click me </a> </li>
<Li> <span> Caption 03 </span> <a href = ""> click me </a> </li>
<Li> <span> Caption 04 </span> <a href = ""> click me </a> </li>
</Ul>
</Div>
</Body>
</Html> C # Code