Blog 10: Simple HTML Document
For the assignment assigned over Thanksgiving break, we had to create a simple web page with HTML with the provided instructions. This wasn’t my first time using HTML to create a website but I haven’t used it in years. It was an assignment in high school. I was excited to use it again. I started this assignment by opening TextEdit (I have a Macbook) and followed the steps outlined in the guide. First, I typed the basic structures to create an HTML document, beginning with <html> and ending<\html>. I then added a <head> section to include a <title> for my webpage. For the title I named it “Welcome to my Webpage!”. After that, I moved on to the <body> section where most of the content was. I was able to get the <marquee> tag to show up. However, for the <img> tag, it didn’t really work for me. I had a little icon show up instead. I was also able to get the background color as well. Lastly, I saved my file with the .html extension and then opened ...