AllInWorld99 provides a reference manual covering many aspects of web programming, including technologies such as HTML, XHTML, CSS, XML, JavaScript, PHP, ASP, SQL,FLASH, jQuery, java, for loop, switch case, if, if else, for...of, for...in, for...each,while loop, blogger tips, blogger meta tag generator, blogger tricks, blogger pagination, client side script, html code editor, javascript editor with instant output, css editor, online html editor, materialize css tutorial, materialize css dropdown list,break, continue statement, label,array, json, get day and month dropdown list using c# code, CSS button,protect cd or pendrive from virus, cordova, android example, html and css to make android app, html code play,telerik show hide column, Transparent image convertor, copy to clipboard using javascript without using any swf file, simple animation using css, SQL etc. AllInWorld99 presents thousands of code examples (accompanied with source code) which can be copied/downloaded independantly. By using the online editor provided,readers can edit the examples and execute the code experimentally.


Create HTML program and run a html program:-
    HTML is defined as Hypertext Markup Language, if you want to create any project in web-based application you should know HTML then only you can move the next step (eg- php,asp,jsp and etc...). HTMl also used some scripting languages like javascript and style sheet CSS (Cascading Style Sheet).

  This Client side program's are created from the server side or client side, server side program are run only in server it will execute and finally send the output as the HTML program.

Architecture of Web browser communication:-
     The client side program send the user typed data like username and password to the server through protocol (http), server side program (asp,php,..) will compare the username and password with the database table using the SQL query, If the result is exists or not the server side program take the decision what to do and send the response to the client side web browser (HTML code).


Server client response
Step 1: Choose the Editor you want like Notepad
    Click => Start => All programs => Accessories => Click Notepad. or Windows Key+R and type "Notepad" and hit enter to open the notepad window.
  
Open Notepad

Step 2: Write HTML program
    Now you can write a HTML program into the notepad.

Example:
<HTML>
<HEAD>
<TITLE>Sample HTML Program</Title>
</HEAD>
<BODY>
<H1>This is my First HTML program</H1>
</BODY>
</HTML>
Type HTML program


Step 3: Save the File in html file format
   After Edit the program save it to computer with (.html) extension,
Click File=>Save    == Enter a name with .html (Sample.html) => press save button

Save the file

Step 4: Execute/Open the Hml file
   After saving the html file, just open that file to see the file output



Output will see Below
     
HTML output



0 comments:

Post a Comment

Total Pageviews