Skip to main content

Hypertext Markup Language


What is Hypertext?

It’s computer language which allows to create websites. Also that website can view by anyone who is connected to the internet. And it’s easy to learn with the basic and also it’s quite powerful which the user can create different styles of websites. W3C is the organization which design and develop the hypertext language. Also hypertext is which we move around the web by clicking the hyperlink which is linked to another page. Also it has code words like any other language. 


History and Evolution

In 1941 Jorge Luis who developed the hypertext style novel. Also in 1945 hypertext was made by Vannevar Bush and he called it has a Memex. Also he develops a microfilm system to index the info to the links which we are using today. In 1963 Ted Nelson joined hypertext and hypermedia to a linked content. And later he worked with Andries van Dam to develop the hypertext editing system. In 1968 Engelbart published the first hypertext interface for the first time and its was called as The Mother of All Demos. In 1977 the first hypermedia was the Aspen Movie Map and also in 1980’s Tim Berner’s Lee developed the ENQUIRE which is like a wiki. 



The Evolution

Hypertext is a language which is linked and networked and also the user can read freely surf and its non linear fashion. After that many companies like Netscape and Internet Explorer began to make browsers. The first browser was Netscape which in the 1995 and it was the first browser which supported java script, animated GIF and html frames. Now today their many browser like Mozilla, Internet Explorer, Safari, Opera and Google Chrome. In the past hypertext became difficult because if an author published a web page he sees his look fine in browser and if he see in another browser it won’t look fine. So this would be a big problem to the users in the earlier days. Meanwhile W3C organization working hardly in hypertext Markup Language. So now today their many browsers with many kinds feature so the user can understand and see his web page looking fine in the browser. 


How it works?

HTML is language with codes which is typed into a text by the website author. And following text file is saved as index file and view by the browser. The browser translates the text into a form which the user can read easily. Today many number of users and authors use text editor software’s to create different kind of web pages.


Advantages and Disadvantages

Advantages

  • Easy to edit
  • Easy learn
  • Easy to edit by text editor
  • It supports most of the browsers
  • It can used to present any kind of data
  •  
Disadvantages

  • All the page should be edited separately
  • Does not render correctly in most browsers
  • It’s need to be updated manually
  • Some of script should added separately to center the navigation bar
  • We have to use marquee tag because most of the browsers doesn’t show correctly 

Basic Tag System

Tag which separate the text into a code. If we created a website in Dream weaver it will shows the tag’s in order from the start to the end. For example like this 

<head>
<meta http-equiv="Content-Type" content="text/html; 
charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body,td,th {
        font-size: 9px;
}
.style10 {
        font-family: Calibri;
        color: #FFFFFF;
        font-size: 16px;
}
.style14 {
        font-family: Calibri;
        font-size: 14px;
}
-->
 
Also Different kinds of tag show different kinds of performance. Also your web page appears in the browser but the tag won’t appear, and its easy learn these kind of things. For example if we look at web page in a browser the browser show every tag in detail like what type font as been used for the web page the size of the font how many pages are linked and how many images are in the page like that.

Other Technologies working with html 

The other technologies are css, java, flash and php etc. These are the technologies which works with browsers and today their are some of the technologies like joomla and j query these are the technologies which many of the users using today for the websites. 

  

 
    

Comments

Post a Comment

Popular posts from this blog

HTML Forms

What is HTML Forms ? It allows the users to enter the data which is sent to server for processing. Web forms are resemble paper or database because the users are filling the forms using check box, radio buttons and text fields. Mostly web forms are used for filling forms, credit card details or shipping. Also their are many different types of forms in the internet with different kinds of styles. These web forms can used for inquiry and search bar for websites. Also we can make web forms using different programming languages those are HTML, Perl, PHP, Java, Java script or Net and it automatically adds themes, grids and minimum programming language also it's costs and risk able. Her is a sample for an PHP form < html > < body > < form action = "form_handler.php" method = "get" > User Name: < input name = "user" type = "text" / > < input type = "submit" / > < / form > ...

Java Applets

What is  Java Applets ?   Java applet is a applets which the users a byte code . It can in web browsers using a java virtual machine it was firstly introduced when the java language was published in 1995 for the web designers and web developers. Also it runs speed comparable to other language which are called as c++ which is many times faster than java script, also their is a 3d acceleration hardware for java.  Java applets can executed for many browsers and many platforms like windows, Linux, mac and Unix and the java applets as an little application codes.Also this is a good advantage for when the user in offline mode so the user can write java script and render it in offline mode.Using java applets we can change the provided graphic content for the user this make the java applets more visualization.   And also there are java applets for studies and games for the users.   History of java applets java applet is a applets which the users a byte code . I...