Computer Science, asked by tarannun, 1 year ago

Write an HTML Document on computer software with BG color ,Text color left and righy margin alignment ,marquee and use font tag​

Answers

Answered by manas239
0

Ans <bgcolor blue><text :yellow><marquee:right><font:algebra>what is your name.. HOpe iT heLpeD yOu so please mark me as brainliest </font></marquee></text color></bgcolor>

Answered by aadityamishra216
1

Answer:

<html>

<body bgcolor="yellow">

 <font color="red" alignment="left">

  <marquee>

   Hello world!

  </marquee>

 </font>

</body>

</html>

Similar questions