Computer Science, asked by abinnandhu90, 21 hours ago

Design an html page which includes an image with height and width. Also include marquee content towards left right up and down direction with different speed​

Answers

Answered by pranay9018
0

Answer:

\huge \underbrace \mathfrak \red{Mark \: me\: as\: a\: Brainliest \:pls}

Explanation:

<!DOCTYPE html>

<html>

<head>

<title>HTML marquee Tag</title>

</head>

<body>

<marquee>This is basic example of marquee</marquee>

<marquee direction = "up">The direction of text will be from bottom to top.</marquee>

</body>

Similar questions