Monday 19 December 2016

HTML Marqueue

<!DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee>This is basic example of marquee</marquee>
<marquee width="50%">This example will take only 50% width</marquee>
<marquee direction="right">This text will scroll from left to right</marquee>
<marquee direction="Left">This text will scroll from right to left</marquee>
<marquee direction="up">This text will scroll from bottom to up</marquee>
<marquee direction="down">This text will scroll from top to down</marquee>
</body>
</html>


No comments:

Post a Comment

Oracle Reserved Words

Oracle  Reserved Words The following words are reserved by Oracle. That is, they have a special meaning to Oracle and so cannot be redefi...