CodzBox-
The Ultimate Place To Start Your Coding Adventure...

Codzbox is equipped with tutorials on all three basic languages needed to become a website developer. Having any queries still? Use are querie service to get an answer to your doubt on the same day!

HTML Solutions-

Exercise 1-

<!DOCTYPE html>
    <html>
        <head>
            <body>
                <!--Write Code Below This Line-->
                <h1>Hello World</h1>                
            </body>
        </head>
    </html>
Expected Output-

Hello World

Exercise 2-

<!DOCTYPE html>
    <html>
        <head>
            <body>
                <!--Write Code Below This Line-->
                <h1 color="blue">Hello World</h1>
            </body>
        </head>
    </html>
Expected Output-

I want an attribute!


CSS and Javascript coming soon!