Thursday, January 22, 2015

HTML

Lots more HTML mumbo jumbo!

Here at last!!! what you have all been waiting for HTML blog number two! Anyways with the intro out of the way time to get down to business. The next step in HTML that I took was to make start adding in some basic visual effects. These are for very basic atheistic purposes as more advanced ways to decorate the webpage will be done through CSS.
If you are unable to use CSS then these basic tricks can come in handy when you want to stylize your webpage.
Here are some new tags I have used
<strong> </strong> = Bold Text
<em> </em> = Italic Text 
<title> </title> = Makes the words appear in the tabs area.
An important thing that one must remember when using the tags is that, "problems can occur if you do not properly close markup in your code" (Cooper 50). An example of what happens if you don't properly close text can be seen here
Missing end tag
Has end tag
 As you can see in the first one the bold section was missing the end tag so it spilled into the italic section. However in the second one the error was corrected and the italic section is now free of error. That's it for now and have fun coding!

How much does atheistic appeal or design influence your choice on browsing a website?

Citation
Cooper, Nate. Build Your Own Website a Comic Guide to HTML, CSS, and Wordpress. San Francisco: William Pollock, 2014. Print.





No comments:

Post a Comment