CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>HTML Head</title> </head> <body> <h1 style="font-size:100px;">Google is No 1</h1> <h2 style="font-size:80px;">Youtube is No 2</h2> <h3 style="font-size:65px;">Facebook is No 3</h3> <h4 style="font-size:50px;">Baidu is No 4</h4> <h5 style="font-size:35px;">Twitter in No 5</h5> <h6 style="font-size:25px;">Instagram in No 6</h6> </body> </html>