Exercise 1-
<!DOCTYPE html> <html> <head> <body> <!--Write Code Below This Line--> <h1>Hello World</h1> </body> </head> </html>Expected Output-
Exercise 2-
<!DOCTYPE html> <html> <head> <body> <!--Write Code Below This Line--> <h1 color="blue">Hello World</h1> </body> </head> </html>Expected Output-
CSS and Javascript coming soon!