Write a HTML program to print the numbers 1 – 10, each number being a different color
Introduction Write a HTML script to print the numbers 1 - 10, each number being a different color <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>www.techstudy.org</title> </head> < ...