Revamping the Website - An Introduction to HTML
Today I spent approximately two hours with CodeAcademy.com teaching myself the basics of HTML coding. Sean (our lead game developer) has recently requested that I (Jacob Stagray- CEO) begin revamping the Evolution Through the Ages website . He believes that by me learning basic coding, I will help alleviate some of the time constraints the website causes him; this will allow him to focus even more of his energy into continued development of our game product ( available on our website ). Today's lessons pertained to how to create a link, as well as linking to an image, using the following HTML tags: <a href=" url goes here "> name of tab goes here </a> <a href=" url goes here "><img src=" image file goes here " height="100" width="100" alt="Instagram logo"></a> Additionally, I began reorganizing the landing page of the website into different sections...