HTML, CSS and PHP

HTML stands for Hyper text markup language. HTML is used to Creating web pages. HTML is script side language. it does not need server to implementation. HTML is one of best language for Web development. CSS stand for Cascading Style Sheet. CSS is used to design web pages/website. It is written in HTML language. CSS is spread style sheet which is used to design our website more fast.
PHP stands for Hypertext Preprocessor. PHP is used to create dynamic and attractive website. PHP is server side language that means it work on server.
HTML, CSS and PHP are most common languages which are mostly used for web development. PHP is also used to develop application. 
There is Some Basic Structure of HTML:
<html>
<head>
<title>This is our first websit</title>
//link rel is used to connect with style sheet
<link rel="stylesheet" href="stylefilename.css">
</head>
<body>
Area of website
</body>
</html>
HTML include many prepared functions such as:
header, footer, body, section, article, aside, nav, heading(h1 upto h6), Paragrahp(p), link(href), form, table etc.

CSS is link with HTML index page. It has many function to designed attractive webpages.

PHP is server site language. It is implement of server e.g(XAMP, WAMP) give localhost to run PHP.
PHP contain also HTML code. The best feature of PHP is that the code of PHP is not show in Browser. It is used to active some thing that is made up in HTML. PHP is also connected with data base.
You can make full website having knowledge of these three Languages. There is also one language that is JavaScript which is also used in web development.

PHP is mostly wide used Language in world for designing websites. 
Structure of PHP:
<?php
echo "Welcome to PHP";
?>

HTML file should be saved in file extension .html
CSS file should be saved in file extension .css
PHP file should be saved in file extension .php

1 comments:

Here is the super extra 20x fast server and cheap best and cheapest web hosting service to grow your big and small business on all search engine & get more sales or traffic, 70% blast discount, 24 hour live chat support.

Reply

Post a Comment

Total Pageviews