2 Matching Annotations
  1. Sep 2022
    1. <!DOCTYPE html> <html lang="en"> <head> <!-- DGL 103 CVS2 - ASHUTOSH BHARDWAJ - Assignment B --> <meta charset="UTF-8"> <meta name=“viewport” content="width-device-width, initial-scale=1.0"> <title>Assignment B</title> <link rel="stylesheet" href="style.css"> </head> <body> <header><h1><strong> Assignment B </strong></h1></header><!--I used the strong tag to bold the header--> <h1>Who am i?</h1> <P>My name is ashutosh bhardwaj. I am 18 years old. I am from punjab. I am pursuing web and mobile application development program from North Island College. Right now I am living in comox.</P> <br>You can contact me at: <ul><li>contact me on email: <a href="http://aashuu00454@gmail.com">aashuu0045@gmail.com</a> </ul> <h2>How much web experience do I have?</h2> I do not have any experience with web. <h2>Do I know any coding languages</h2> No, i do not know any programming language. <h2>What I would like from this course?</h2> At the end i want to see myself having good knowledge about languages and able to do programming things. <br> <br> <br> <hr><footer>Copyright ©️ 2022 Ashutosh bhardwaj</footer> </body> </html>

      no errors

    1. <!DOCTYPE html> <html lang="en"> <head> <!-- DGL 103 CVS2 - Claire Guiot - Assignment B --> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <title>Assignment B</title> </head> <body> <header> <h1>Assignment B</h1> <hr> </header> <main> <!-- You might notice I create a new line spacing the content from the tag when the paragraph is long. Not sure if this is considered "proper formatting", but I think its more readable --> <h2>Who Am I?</h2> <p> I was born in the city of <em>Whitehorse</em>, but I moved to the <em>Vancouver Island</em> area when I was 8. <em>Courtenay</em>, while new to me, is only a hundred kilometers north of where I used to live on <em>Gabriola Island</em> </p> <h2>Experience with the Web</h2> <p> I started building websites when my dad founded his own event production business. As someone with no experience with web dev, I looked into the pre-build options and eventually settled on <mark>Webflow</mark> as I felt it had a unique level of control. I eventually moved on to experiment with other <mark>web technologies</mark>. Everything I know is self taught, so my ability when it comes to the web is functional but far from complete </p> <h2>Coding languages</h2> <p> <strong>I know HTML, CSS, Javascript and a little bit of C#.</strong> Just because I can "speak" HTML and CSS doesn't mean I'm fluent, so I'm excited to learn these languages in a structured setting. </p> <h2>Goals for the Course</h2> <ul> <li>To collaborate and learn with peers</li> <li>To build a strong foundation in HTML and CSS</li> <li>To stay on top of the course load without falling behind. <em>(which means avoiding submitting work 3 hours before the deadline)</em></li> </ul> <p>Woah! Bonus <a href="https://stackoverflow.com/" target="_blank">link!</a></p> </main> <footer> <hr> <small>100% Official Copyright © Tomio Miyagawa</small> </footer> </body> </html>

      no errors