Name: Aditya Kumar
WPI email: akumar6@wpi.edu
Github Username: hellofellowkids
Glitch link: http://a1-hellofellowkids.glitch.me
Assignment 1 - Hello World: Basic Deployment w/ Git, GitHub, Glitch
DUE: Monday, August 30th by 11:59 AM (before the start of class!)
- Style your page using CSS: In <style> tags in index.html , added various attributes to style in elements. This includes:
- text-align
- border
- margin
- width
- padding
- Add a simple JavaScript animation to the page. Simple animation launched when clicking "Click Me" on page. JS code for it is found in tags in index.html , hope you can enjoy!
- Experiment with other HTML tags Added various tags including:
- div
- img
- table
- a (link)
- strong
