Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to Create a PHP Website Template from Scratch
- Download link:
- http://filemates.com/2zsglrmsxosp/Tutorial.to.Create.a.PHP.Website.Template.part1.rar
- http://filemates.com/0hhlzkx0p49p/Tutorial.to.Create.a.PHP.Website.Template.part2.rar
- This is a tutorial on creating a PHP website template starting with HTML and CSS. We will start with the basics and you can also download the final product. Please remember that I am using very basic CSS styling in this example just for you to get the idea, and not so much to make it look pretty. The download will contain both the styled example as well as a complete blank template that you can use for your own starting point for any project personal or commercial.
- 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- 2
- 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- 4
- 5 <head>
- 6
- 7 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- 8
- 9 <meta name="description" content="" />
- 10
- 11 <meta name="keywords" content="" />
- 12
- 13 <meta name="author" content="" />
- ................................................................................................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement