Recently I've been trying to do some of website programming. Now I realized that in order to do php programming I need to master the basic programming such as html and css. So I suggest that we learn these programmings before proceed to our main target which is the php programming. I also think that java script is very important to implement our website programming ability.
First of all I already tried to do the html programming with using only notepad or other text editor. The basic structures are as shown below:
<.html>
<.head>
<.title>
your title here
<./title>
<./head>
<.h1> This is your content title <./h1>
<.body>
<.div style="css code here">
Your content goes here
<./div>
<./body>
<./html>
As usual the full-stop symbol need to be removed in order for the script to be usable.
After finish typing the scripts, you must save-as type >>> "all files" and put the name ending with .html
We will continue about html and css later because tomorrow I will present my final year undergraduate project. Wish me luck.. =)
**Please try the script above to see the result. Please do not copy paste but type it yourself so you can feel the process..

No comments:
Post a Comment