Labs Poster

This is a combination for the first three labs done because it was eventually made into a poster.

Lab1 was to create a very basic html page that just had my name, title, date, lab number, and a brief paragraph describing myself. The purpose of this simple lab was to learn the basis of how to create a webpage and the basic html tags. If  I recall correctly we only used <title>, <h1-6>, and the <p> tags. there is not much on the page, but it is only the start, the other labs is building off this very first lab.

Lab 2 was basically Lab 1 just with an image of myself before the paragraph. Now to add an image to an html code, the image tag needs to be included in the code. Also the image source has to be included which can be done if the image is dragged into the software it is lines of codes are. The dimensions of the image can be manipulated by setting the height and width. Actually, only one value is needed, then the computer automatically maintains the aspect ratio.

Lab 3 isn't really adding on to the other labs, but is building off of them. All of the pervious html tags were used, but this time we added hyperlinks to the web page. A hyperlink is when you can click on a text or image and it opens a webpage that the image or text is referring to. For this lab I had to create hyperlinks to my blog page, techteach.us, and w3schools for both text and images. For text after using the <a href-" URL of web page"> you would use <p> tag, and for images it would be the same, but using <img src="image">. Another interesting thing you can do for links is that if you add target="_blank" after the url of the web page, when you click on the link a new page would open with the webpage.

This is just the basics of HTML, which can be used for more advanced pages. That is where I see myself using these skills in the future, using these simple skills and use them as a foundation for future labs and projects.

Comments

Popular posts from this blog

Lab4-Color Table

Lab16: My First JavaScript

MLH Local Hack Day 2017