14
2012
Preparing to Learn PHP
Introduction Before we learn PHP, we must know what is PHP. PHP is different from HTML. First PHP is programming language. Second PHP is server side scripting. What the meaning of server side scripting? Server side scripting is that we stored code to server. Sever executed our code and send it’s result to client as HTML form. This method will follow this diagram : Tools We have know what is PHP. Then, what we must [...]
11
2011
Insert Image to HTML
Itroduction to insert image Last section we have studied how to create an article page. But, our article not attractive enough. We need to insert an image to our article to make our article more attractive. In this section we will study how to insert an image to article page. Prepare Before write code to insert an image to article, we must create new folder. Give that folder “insertImage” as name. Prepare your picture [...]
23
2011
Bullet and Numbering
At previous section we have studied about how to modified text. At the article some time we need bulet and numbering to make a list. HTML also can do this, and we learn to do this at this section. Let’s start. What we learn is called list and this write between <li> and </li>. List have some componen, we can chose effect list as bullet or numbering. For bullet we write like this <ul> <li>element [...]
23
2011
Font modification
Last section we have studied to make an article page using header article and bold text, italic text, and underline text. But sometimes we need beautiful text such as, we need different font from standard and modification size of font or give color to font. How to do this? Okay, at this section we will learn about this. So let’s we start. In this section we will know about attribut. What is attribut? attribut is [...]
18
2011
Create an article page
Yesterday we have studied how to create a HTML file. But HTML file that we create only consist of title and body. Today, we will study how to create a full paragraph to present an article on HTML. This article must be consist of header or title of article, bold text, italic, text and underline text. I think it’s very important, so let’s we start. Ah, one again, before we start put this : <html> [...]
15
2011
Build a HTML file as web page
At the previous section we have preparing tools that we need to study about HTML. Now we will study about how to create HTML. Is it hard to do? hmm, i think its not too hard. We must know the structure of writing HTML. Let’s play. To create HTML file we don’t need a special ability. We only need ability to write on text editor. Okay let’s see. First, we must know element of HTML. [...]
13
2011
Preparing to study about HTML
Hello everybody. At this section we will study about HTML. Before we learn more about HTML we must preparing the tools used. Don’t worry. We don’t need heavy equipment. We only need text editor and browser. Yes, we don’t need money to get all that tools. Okay, now for text editor. What is text editor should be used? And the answer is “all text editor can be used”. Notepad on windows is very very simple [...]


An article by

