Thursday, October 18, 2012

Markup Language 'HTML' and the Language for decoration 'CSS'

When people create websites, there are what people call 'Markup Language' that allow people to mark up and create websites. Most of the time, the websites people see on the internet are consisted mainly of "HyperText Markup Language", and "Cascading Style Sheets".

HyperText Markup Language (HTML)

As the book called 'Engineering Long-Lasting Software' says,
If the Web browser is the universal client, HTML, the HyperText Markup Language, is the universal language. A markup language combines text with markup (annotations about the text) in a way that makes it easy to syntactically distinguish the two.

HTML is the most famous Markup language nowadays and is fairly easy to get used to it. I personally found it interesting while I was learning it since as I type, the screen displays it, and it is just amazing experience to see how technology allows us to do that. HTML 5 is the newest type of HTML and it is used mostly for having interactive functionality for websites and more for games.

Cascading Style Sheets (CSS)

The book called 'Engineering Long-Lasting Software' also mentions about CSS:

CSS allows people to 'decorate' the contents of HTML so that people will enjoy seeing and reading your contents on the web. As the next screencast shows, the CSS (Cascading Style Sheets) standard allows us to associate visual “styling” instructions with HTML elements by using the elements’ classes and IDs.

I personally found it interesting to learn both HTML and CSS at codecademy as HTML is fairly easy language to learn compared to others, and you can enjoy how things you type change the decoration of your web page by playing around with CSS.

Thus, I strongly recommend that those people who are interested in webs and other things start learning at codecademy. It is very fascinating and definitely worth trying!

3 comments:

  1. Great use of images in your post - some great links too. One minor note is that I would be tempted to put your quotes in italics - particularly if you are embedding the source along with the quotes themselves - another alternative would be to put them on another line, without indenting, e.g. in the body of the text. At the moment it make the quotes look very long when you scan the post - and it's difficult to make out the source.

    ReplyDelete
    Replies
    1. Sam > I see. I thought it might look pretty long quote; this long source info or attribute automatically comes with the contents that I copy from the Kindle version of the textbook, so this time I just left the source just like as it automatically does, but looks like it really needs to be changed. Thank you!

      Delete
    2. I have revised some of the parts, especially where the block quotes were used.

      Delete