*HTML*
HTML :- Hyper Text Markup Language It is used to design web site creates / website design. And in this we can do web Animation that will make our website effectiv.
HTML Full Name
H Means Hyper.
T Means Text.
M Means Markup.
L Means Language.
HTML creator Tim Burner Lee created in 1987. The HTML
World Wide Web Consortium (W3C) has been managed as a standard that W3C
is an international community that works for or manages web sites.
Hyper :- HTML means HTML works in sequence,Like in some programming language . All elements of the file are independent .
Text :- Text is the most important in a web page. Text is the information that is designed to present the web page. Html is text format web page to use present.
Markup :- Markup means text layout and style this format. You mark the text by tag.
Similarly the text is displayed in the web page.
Language :- There is a language that is use for web development
Example :-
<html>
<head>
<title> This is my first webpage
<body bgcolor="#F9BFF">
</body>
</title>
</head>
</html>
save to trs.html / trsahu.htm
No comments:
Post a Comment