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 it with a browser. It was quite exciting to see my work come to life in that manner. The assignment was overall fairly easy to complete especially with all the help provided in class. It was way easier than I expected it to be but it might be because I was slightly familiar with html. The only frustrating thing was not being able to get the image to show up. After a while, I just gave up.
Comments
Post a Comment