Wednesday 26 October 2016

Learn HTML in easy way

What is HTML?

HTML stands for Hyper Text Markup Language It's described the structure of Web pages using markup Language. HTML elements are represented by tags. HTML elements are the building blocks of HTML pages. 



This Is a Basic structure of HTML

<!DOCTYPE html>

<html>


           <head


                       <title>Your Page Title</title>


          </head>


          <body> 

                        <h1>My First Heading Tag</h1>
                        <p>My Name is Arjun </p>

          </body>
 


</html>




  1. The<! DOCTYPE html> declaration defines this document to be HTML5
  2. The <html> element is the root element of an HTML page
  3. The <head> element contains meta information about the document
  4. The <title> element specifies a title for the document
  5. The <body> element contains the visible page content
  6. The <h1> element defines a large heading
  7. The <p> element defines a paragraph

Monday 19 September 2016

Learn C Programming


C programming may be a powerful general language. It is fast, transportable and offered altogether platforms. If you're unaccustomed programming, C may be a good selection to begin your programming journey.

This is a comprehensive orientate a way to start in C artificial language, why you ought to learn it and the wayyou'll be able to learn it.

Wednesday 14 September 2016

Learn PHP Easy Way

What is PHP?

PHP stands  Hypertext Preeprocessor. It's also Called personal home page.