Saturday, September 28, 2013

Blog #3

Blog #3

Write what the output of this HTML.


<html>
<body>

<p> This is <br> a para <br> graph with line breaks </p>

</body>
</html>

Wednesday, September 25, 2013

Blog #2

Blog #2


Write a program in HTML to
1- write your name
2- print the numbers 1 thur 10


Saturday, September 21, 2013

Blog 1

Blog 1

Which one of these is not a loop structure?

Do While

If Then Else

While

For Next Loop