TutsCamp

Never Stop Learning...

Thursday, August 22, 2019

Why I started This Blog about PHP...


Hello Friends



I have created this blog to help those people who want to learn php.
I don't have any experience of Teaching, so if anything goes wrong please correct me (and sorry for my terrible English).

All the information that I'm going to post here is from my experience and some open source book/website (As I learned this language by myself and by reading some book). Once Again if you think I posted anything Incorrect PLEASE CORRECT ME.

I'm also going to post some Quiz time to time to make the revision of what we learn till now. 
You can also Suggest me what topic you want me to cover first.




Hope you Find this Language Interesting...

So Enjoy Learning php with me...

<!-- When BootStrap File is Downloaded -->
<!DOCTYPE html>
<html>
<head>
<title>LearnFree</title>
<meta name="viewport" content="width=device-width, initialscale=1.0">

<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type ="image/icon" href="favicon.ico">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>

<h1>Hello, world!</h1>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>

<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>








Heading 1 Heading 2 Heading 3
Table A Table B Table C
Blogger Wordpress Joomla
CSS3 HTML5 Javascript
Sylesheet Script Coding

2 comments: