Showing posts with label HTML Basics. Show all posts
Showing posts with label HTML Basics. Show all posts

Monday, 15 December 2014

Web History - until HTML 4.01



Following internet service is being core of the web, enterprises "Mosaic","Netscape" and "Microsoft" appeared.

They have own web browsers having various web technologies differently.

Each enterprise made font type, color and etc, which made all the web developers confuse in developing process.

Finally,  Tim Berners Lee who created " World Wide Web" established W3C (World Wide Web Consortium) suggesting the standard web with other enterprises related to web.

They announced HTML2.0 as standard language at 1995 and following that, announced HTML3.2 at 1997, HTML4.0 at December 1997.

Despite of developing standard, Netscape and Microsoft developed the technology to compete each other without considering standard. For example, Netscape made navigator light on and off on word with <blind> tag while Explorer browser made the word with flow effect by <marquee> tag.

This is why, it was the biggest concern for web designers and developers to make cross - browsers,
which means two browsers show same side.

As time passes by, it was getting start to develop more and more like possible to watch movie on website and made the online payment. By this frequent development, W3C judged HTML4 is not enough to follow the flow of web and announced that we are not going to update the standard anymore and starting new web standard project called "XHTML".




HTML - Basics


HTML?


All files used in computer have specific form.

For examples, word is written by *.txt  - excel is *.xlsx and so on.

Web also has specific form as well, which is *.html. In here, it has various elements, not only text type buy also image, link and etc. These all kinds of elements are being able to express through HTML. It stands for "Hyper Text Markup Language".




Web browser?

This is program showing written html document to the user. (For example, Internet Explorer and Chrome browser)




Tag?


Tag is used for creating web document like <img> - for image and <p> for text.

  - If you would like to see the source on your webpage by Chrome, go to chrome tool icon placed at right upper side and More tools -> View Source  or just click "F12" straightly.