1 <style> 2 .name{ 3 background-color: gradient; 4 } 5 .school{ 6 background-color: gradient; 7 } 8 </style> 9 <h1> Hello world, </h1> 10 <p> 11 My name is <span class="name"> 12 Andrew Arochukwu </span><br/> 13 I am a student at the <span class="school"> 14 University of Waterloo </span> <br/> 15 Enthusiastic to create cool things with code 16 </p> 17 <!--All this for just that-->
Hello world,
My name is Andrew Arochukwu
I am a student at the University of Waterloo
Enthusiastic to create cool things with code