Script link comment marquee
<!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <meta name ="description" content ="Free Web tutorials" > <meta name ="keywords" content ="HTML, CSS, JavaScript" > <meta name ="author" content ="John Doe" > <meta name ="viewport" content ="width=device-width, initial-scale=1.0" <title> Title </title> <link href ="test.css" rel ="stylesheet" > </head> <body> <div> <marquee><h1> Computer </h1></marquee> </div> <div> <marquee direction ="right" ><h1> Computer </h1></marquee> </div> <!--------Marquee Table------------------> <table width ="100%" > <tr> <td><div > <marquee direction ="up" scrollam...