From 62e64cb3f944a4fb0edfb8af586ad372d23fffcd Mon Sep 17 00:00:00 2001 From: GAURAV SAHA <43149983+PHOENIXFURY007@users.noreply.github.com> Date: Sun, 7 Oct 2018 17:25:14 +0530 Subject: [PATCH] ADDED ""DOCTYPE HTML" DECLARATION TO ARTICLE --- Html/HelloWorld_marquee.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Html/HelloWorld_marquee.html b/Html/HelloWorld_marquee.html index 748a26060..725e01413 100644 --- a/Html/HelloWorld_marquee.html +++ b/Html/HelloWorld_marquee.html @@ -1,3 +1,4 @@ + Hello World @@ -15,4 +16,4 @@ <marquee class="marquee_style" width: 10 direction="right">Hello World </marquee> </body> -</html> \ No newline at end of file +</html>