Lab 3 Reflection


      Lab 3 was also a continuing lesson from Lab 2. Since in Lab 2, we learned how to work with javascript and its basic functionality. But afterwards, we moved onto what is something more complicated but yet simple. We learned what is a Jquery library; it was something we had already known of but had no clue what it exactly did. So, Mrs. Ramirez made us download a jquery library online and integrate that link into our html files. We had to make sure the jquery library was also put into our root directory or else our javascript work wouldn't properly function.
      At the end, we added CSS to make our site somewhat pretty aside from the HTML work that was already implemented. I learned a lot about how jquery actually works out and I'm quite excited to learn more about it in the near future.

Here is my HTML Coding of Lab 3:
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="LB3_LesliCuamani_WCP.css"/>
<script src="LB3_LesliCuamani_WCP.js"></script>
<script src="jquery-library.min.js"></script>


<title> Lab 3 </title>

</head>

<body>
<center>

<p> Welcome to jQuery! </p>
<p> My name is Lesli Cuamani </p>
<p> And this is my Lab 3 Website :) </p>

</center>
</body>
</html>

Comments

Popular posts from this blog

Lab 29 Reflection

Dropbox Trip Reflection Journal 04/24

Lab 17 Reflection