Labs Information.
  1. Basic HTML and CSS
  2. In lab 1 we developed a basic website. I have a basic understanding of HTML/ CSS and javascript. I taught myself HTML/CSS and Javascript and know very basics of the web development. In this lab I used various CSS Techniques starting from adding styling to nav bar, dealing with padding, margins and styling the pictures to fit the page. I enjoyed working on this assignment because it could start off as very simple yet turn into a complex css at the same time. Reusing of CSS was key to this lab to avoid confusion.

  3. Single Page Design
  4. In Lab 2 I learned alot about using divs, images, and alot about responsive design. I believe working with images was crutial and I tried to incorportate as many images as possible while making sure my website was still attractive and welcoming. Lastly I learned about one page design. My website has 4 parts on one single page which makes it very interesting. Every page is unique, and the person visiting my website can even contact me via a form. Forms via html is also a new thing that I learned and will probably use this technique alot more in web development.

  5. Javascript Lab 3
  6. In Lab 3 I learned alot about Javascript. How to call javascript objects and have them display in javascript. Before everything was manually generated in HTML and this is the first lab where I created javascript objects dynamically. Through innerHTML tags. Im excited to see whats next.

  7. Javascript Lab 4
  8. In Lab4 I learned alot about dom and manupulating dom. it was tougher than any other lab which is why I couldnt finish it. Creating textboxes and table via javascript dynamically was tough part and getting the information via local storage was something new.