HTML marquee syntax and direction up or down-for beginners
An HTML marquee is a scrolling piece of text displayed either horizontally across or vertically down your webpage depending on the setting. This is created by using HTML <marquees> tag.
Syntax:
<marquee attribute_name =”attribute _value”….more attributes>
Tangazo la kazi . kampuni ya chully media inatangaza nafasi za kazi.. zaid tembelea website yao www.homtechnolog.com</marquee>
Output
This statement will scrolling horizontally on your page “Tangazo la kazi . kampuni ya chully media inatangaza nafasi za kazi.. zaid tembelea website yao www.homtechnolog.com “ (in swahili language-hilo tangazo litakuwa linaslide kwenye page yako )
IN ADDITION
The opening tag is <marquee> and closed tag or ending tag is </marquee>
MARQUEE DIRECTION
the post or document as well as pages may be scrolling up or down
the codes or language of direction is very simple
direction- <marquee direction="up"> ......</marquee>
example
<DOCTYPE html>
<html>
MARQUEE DIRECTION
the post or document as well as pages may be scrolling up or down
the codes or language of direction is very simple
direction- <marquee direction="up"> ......</marquee>
example
<DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag<title>
</head>
<body>
<marquee direction=”up”>……..</marquee>
</body>
</html>
Prepared by IBRAHIM MCHUCHURI
HTML marquee syntax and direction up or down-for beginners
Reviewed by Unknown
on
May 11, 2017
Rating:
No comments