Starting With PHP or LAMP Technology
Guys, we are starting Tutorials for LAMP Technology, In reading this blogs you are able to develop static websites. we are starting simple html tag, then we are design websites and so more...
HTML : HTML is stand for Hyper Text Markup Language for creating web pages. HTML elements are the building blocks of HTML pages. HTML elements are represented by Tags. In this examples , you are batter understand how HTML is worked.
HTML : HTML is stand for Hyper Text Markup Language for creating web pages. HTML elements are the building blocks of HTML pages. HTML elements are represented by Tags. In this examples , you are batter understand how HTML is worked.
Guys , If you feel that this tutorials help you in anyways, you can support us to create more contents by donating here , I have put the link in description below....
For PayTm : +918518013539
For PayPal Account : https://www.paypal.me/bschandel
For PayPal Email : balwantchandel007@gmail.com
Now, we are going to developed static websites using simple html files.
Save this file index.html anywhere in computer....
index.html
<html> <!-- Opening Tags -->
<head>
<title>Welcome to my Static Websites</title><!-- Define Title -->
</head>
<body> <!-- Body Openning -->
<h1 align='center'>Welcome to my First Web Page</h1><!-- Define heading -->
</body><!-- Body Closing -->
</html><!-- Closing Tags -->
index.html
<html> <!-- Opening Tags -->
<head>
<title>Welcome to my Static Websites</title><!-- Define Title -->
</head>
<body> <!-- Body Openning -->
<h1 align='center'>Welcome to my First Web Page</h1><!-- Define heading -->
</body><!-- Body Closing -->
</html><!-- Closing Tags -->
Just copy and past this code on your notepad or any editor and save this file index.html and enjoy your first static web application programs.
Guys , If you feel that this tutorials help you in anyways, you can support us to create more contents by donating here , I have put the link in description below....
For PayTm : +918518013539
For PayPal Account : https://www.paypal.me/bschandel
For PayPal Email : balwantchandel007@gmail.com
Comments
Post a Comment