Evolution of HTML..............................................................
The first markup language was the general markup language was the general markup language (GML). To overcome the problems of the GML regarding hardware platforms and operating system, standard Generalize Markup language was developed in 1960s. So the SGML is an international standard used for formal definition of system and platform independent text.HTML is an application of SGML.The full form of HTML is HYPER Text Mark-up Language. It is an principal language used to design document in the world wide web which allows the creation of the hyperlinks between related documents or any resources. It is an application of standard generalized markup language (SGML). The HTML tags, used to create a web page are interpreted by the browser as the page is loaded. The tags tell the browser what kind of heading to use, where to put images and so on. The browsers sends request for HTML files to remote servers on the internet by using address to the server called the URL. Then the server returns the data to the browser if the server gets information about the browser's request in server. Then it interprets the HTML tags and display a data as web page. If the request is not available in the server, then the request bounces from one server to the next server until until the URL of the HTML file is found.
Web Page................
A web page also known as HTML PAGE IS A PAGE with hypertext links that cross-reference textin the Internet, so web pages are the standard interface of the internet.Tags.........
The languages uses different tags.
Tags are the logical codes (markup) enclosed between less than sign (<) and greater than sign (>), which are read by web browsers to format the HTML files, i.e. tags make web browser to format the web pages. For example <HTML>, <BODY>, <HEAD>, <A HREF> etc.
Types of tags.......
Tags are of two sorts they are as follows:
Paired Tags
A tag is said to a paired tag if it along with a companion tag or closing tag appears at the end. For example, the tag is paired tag. The tag with its closing tag is used to rendered in Bold Text. In paired tag, first tag is called the opening tag and the second tag is called the closing tag.
Unpaired tags
The second type of tag is the singular tag, which is also known as a stand-alone tag or empty tag. The stand-alone tag does not have companion tag or closing tag.
Creating Web page
|
this is my first blog. support me
ReplyDelete