Monday, October 2, 2017

What I expect to learn from this class...

I've heard of codes and thought to myself, hey! this will never apply to me.....Well not only does it apply to me in the sense that computing codes help to create the technology we have today, but I had to create my own in class. What is a code you may ask? According to searchmicroservices.techtarget.com, HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. The markup tells the Web browser how to display a Web page's words and images for the user. The other day our professor gave us the assignment to create our own HTML. Me being a visual learner, I couldn’t grasp the instructions given out in class, so I watched a YouTube video and it clicked! I was able to make a (very crappy) HTML using coding! (I was so excited I ran to show my mom). This was a lot of fun in maybe in my free time I could take this a lot more seriously and try to create an actual website. Below is my code:
<HTML>
<HEADER>
<TITLE>THECATSPAJAMS.COM</TITLE>
</HEADER>
<BODY BGCOLOR=BLACK TEXT=GREEN>
<CENTER>
<IMG SRC="IMAGES/PIC.PNG">
<IMG SRC="HTTP://http://www.vetstreet.com/cats/"
<P>THIS IS A SENTENCE. I LOVE CATS.</p>
<P><H1><B>WELCOME</B></H1></P>
<P><H2><I>WELCOME!HELLO!</I></2></P>
<a href="http://facebook.com"> CLICK HERE
</CENTER>
</BODY>

</HTMl>

1 comment: