Skip to main content

HTML Experience + A Simple Web Page

            Overall, my experience in creating this simple web page was very easy. I have used HTML for the past 3 years. I learned HTML because of my internship at Adobe.  Once I learned, I just kept advancing and advancing.
 

             I created the page with ease and tried to pinpoint the necessary elements. To complete the assignment, I used the assignment outline which helped me keep my page simple. Once I figured out what I needed, I just started checking things off my checklist. The one tag I hadn’t used before was “<marquee>”. It was really cool and something I want to use again. I didn’t really know HTML had those movement capabilities. I had believed you needed JavaScript for those kinds of things. It makes me want to do more research on tags like this. I would definitely want to use tags like that for future projects. Also, I learned that using image links from Google don’t work. I usually don’t take image links from the internet so that was important new information. Finally, this project was simple but taught me a couple new things.
 

            The hardest part of this assignment was not overcomplicating it and using all the advanced tools I have learned. I would definitely like to do more work with HTML within the class. Also, I enjoyed this project because it forced me to think about technological things in a simple context. I am so used to always figuring out how to make my projects complicated and unique. It was a nice change. Lastly, it gave me good insight on how to approach future web development. 

HTML:
<!DOCTYPE html>
<html>
<head>
  <title>A Simple Web Page </title>
</head>
<body style="background-color:MediumSeaGreen">
<h1>Techie Talk</h1>
<marquee>Hello World! </marquee>
<br>
<p>Welcome to Techie Talk!</p>
<img src="http://s.myniceprofile.com/myspacepic/1462/146202.gif">
</body>
</html>

Link:

Comments

Popular posts from this blog

A Visit From Erik Hanberg

Erik Hanberg’s visit to our class was very interesting. He gave us insight on what it’s like to be an entrepreneur in the age of the internet. Erik talked a lot about how he created income for himself through his various interests. He currently self-publishes a wide range of novels. Erik does through tools at his disposal the internet. He hires people to edit his writing, create book covers, and give him audience feedback. I thought this was extremely cool that he could do it all on his own. This reminded me how much the internet has truly changed this. It has given people the freedom to pursue many opportunities within their interests. It also gives people more accessibility than they had before.  People can do so many more things independently. Like become their own publishers. Erik also described all the steps he took to get his name out there as a budding author. He talked about buying email addresses and sending them information about one of his book he did not yet write. On ...

Epic 2015

The film had such a unique framing device. It uses a documentary style that seems real at first and then twists into science fiction. This made it so much more interesting for me. It made it interesting because I didn’t expect this twist at all. I assumed it would be an educational video about the history of the internet. The film was so much more in-depth than that. It gave an early shocking prediction of what news on the internet would look like.  Surprisingly, it was kind of accurate. Online news truly has taken over the journalism industry. Google and other tech companies have killed the print news industry. There are more people who read the news on electronic devices than watch it or read newspaper. Many companies made the news so much more accessible. People can now find exactly what kind of the news they want and not have to deal with the spectrum of news that comes with newspapers. They can also create their own news. It’s pretty acceptable to not fact check or have any j...