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.


Basics of html:-
    If you want to make any web based program you should you need to know the html(Hyper Text Markup Language) language. Using our online HTML editor, you can modify the example program or make new HTML and click the button to see the output instantly without any local machine editor like notepad, notepad++.

Syntax:-

<HTML>
<HEAD>
<TITLE>-------</TITLE>
</HEAD>
<BODY>
----------
----------
----------
</BODY>
</HTML>

This is the basic syntax of HTML

Explanation of the Syntax:
      1.You should need to write your program with in the <HTML> and </HTML> tag.
      2. Inside the <HEAD> tag only you can specify your title of your page using <TITLE> tag.
      3. <BODY> tag is the very important, all of your HTML tags and controls are write here only.
      4. When the tags are closed you should close the tag using "/"
   

Example Program:- (Editor)



Output:-








Advertisement


Screen Shots:-


Basic HTML program with output


0 comments:

Post a Comment

Total Pageviews