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

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...

Dot.com to Dot.bomb

The internet’s whole entire dynamic changed with the introduction and adoption of the Mosaic browser. New internet companies sprung up in massive droves. Investors started to speculate on what the companies were actually worth. This speculation caused a crash that impacted the whole industry. The dot.com crash was a direct result of too much investment, too quickly. Many companies were valued for way more than they were actually worth. This created a culture of over-investment. That investment caused companies to put too much faith into a new industry. There was no guarantee that internet companies would actually do well and continue to do consistently well. But since the internet was so new, no one questioned it. Companies got lots of capital before they could prove how profitable they would be.  Once the “bubble burst,” everyone lost everything. Companies could no longer keep themselves afloat. The bust hit everyone extremely hard. People lost their jobs and livelihoods. A lot ...

Startup.com Film Review

This film gave me an interesting insight to what it’s like to build a start-up. It showed the company at its really low points and high points. I enjoyed that it didn’t just focus on their success but their failures as well. Specifically,  This showed me more of a realistic perspective of startups. In my mind, start-ups seemed more simple to create. I knew there were longer hours than a regular 9-5 job. But, I did not know how much work actually went into raising funds to get your company off the ground. Additionally, I enjoyed that the film shows a completely different perspective than the usual Silicon Valley start-up. It showed a diverse team (with an exception for gender) who all seemed to be important parts of the team. The film also showed me how difficult things can be with partners of the company. Things got really nasty between all founding members. You could really see the difference between those who truly believed in the company and who was money hungry. The ones who c...