GUVI
Back

HTML BASI INFORMATION

Created 3 years ago
38 Views
1 Comments
Ramyasri
@Ramyasri
Ramyasri
@RamyasriProfile is locked. Login

HTML:-

HTML stands for HYPER TEXT MARKEP LANGUAGE

In this HTMLmost widely used for WEB DEVELOPMENT WEB PAGES.

HTML was created by berners-leee in late 1991.HTML2.0 was the 1st standed HTML published in 1995.

now we are correnlty used in HTML-5.

HYPERTEXT refers to way in which web page(HTML documents )are linked together thous links available on a web page is called hypertext.

MARKEP LANGUAFE it means you use HTML to simply "mark-up" a text document with tags and web browser how to structure to display.

Basic HTML Document

<!DOCTYPE html>

<html>

<head>

<title>this is a 1st document</title>

</head>

<body>

<h1>this is heading</h1>

<p>Document connect goes hear...</p>

</body>

</html>

Comments
Please login to comment.
 
Powered by habitate.io Habitate