Asp.net

HTML
 HTML stands for Hyper Text Markup Language.
 It is used to design the static web pages.
 It is the case insensitive language.
 The web pages can be opened in the browsers. (Microsoft Internet Explorer, Mozilla
Firefox, Google Chrome, Safari, Netscape Navigator etc.)
 It is the interpreted language. The html code is interpreted by the browser at run time.
 HTML syntax is in the form of tags.
 It was released by W3C (World Wide Web Consortium).
Important HTML Tags
<HTML> <I> <SUP> <CAPTION>
<HEAD> <U> <SUB> <TR>
<BODY> <TT> <A> <TH>
<TITLE> <STRIKE> <P> <TD>
<META> <PRE> <UL> <FORM>
<SCRIPT> <H1> <OL> <INPUT>
<STYLE> <H2> <LI> <SELECT>
<FONT> <H3> <IMG> <OPTION>
<DIV> <H4> <MARQUEE> <TEXTAREA>
<CENTER> <H5> <BGSOUND> <FRAMESET>
<B> <H6> <TABLE> <FRAME>
Java Script

 JavaScript is known as Client Side Programming Language.
 It is used to implement the client side validations.
 The “Validation” is a process of checking the user input values, whether those are valid
or invalid, before submitting the page to the web server.
 It was released by Netscape Corporation.
 The java script code will be executed / interpreted by the browser (at client side).

No comments:

Post a Comment