Lab #7 Reflection
Brandon Wilson
Digital Design
October 10th, 2018
Within this lab we were to duplicate all of our previous labs and then paste them into a separate folder named "Lab 7". That happens to be this lab. We were to make buttons, images with hyperlinks that go to our previous labs (1-6) when clicked on. It also included our banner and nameplate displayed in lab 6. So in order to do this, we first made an html file that was named index.html, which is a name that will open the html upon the folder being opened. In my index.html file I included 2 headings, one with the class name and one with my name. Then I inserted my banner in the head using an <img> tag and my nameplate in the body using an <img> tag. Lastly I make a custom image for each lab # and then used it as a hyperlink (<a> tag) that directs the user to that specific lab using a relative pathway. There was a total of 6 labs that were displayed. I also changed the background to a shade of red.
A web designer would need to know these skills to be able to make a homepage for their website with hyperlinks that direct a user to specific content that the web designer wants them to see. It gives them a good sense of direction so they aren't lost trying to find a piece of information or a specific area they want to see.
Comments
Post a Comment