HTML BASIC

 


                         HTML

hyper :- representing next location (about , registration , contact)

text :- text is a collection of number , character , symbol (amit@001)

markup (important) :- markup is library , it contain definition of all Html tag 


1] Language :- mediator


2] Html syntax:-<>tags

ex. <b> , <u>, <i>, <r>


3] Types of tags :- 

 

i}   open tag(only used one time)-<u>,<d>,<i> 

ii}  close tag (this types of tags is used to close operator </>)

ex. <b>...</b> ,<u>..</u>,<i>...</i>


4] Tag messages :- Always comes in the close tags

 ex.<b>welcome</b> welcome is called as inner html. {inner text}


] Html Structures :- 


<html> (representing  web browser )

<body> (representing output location)

.

.

.

.

.

</body>


Comments

Popular posts from this blog

ViewState for state management

Database joining

INTRODUCTION OF C#