Its just the source! You won't have it. Are you guys all that dependent on programs that write the code for you? Doesn't anybody actually write code to know how things work and when things will execute and when they will not execute? For example
< html >
< head >< title >Hello World< /title >
< /head>
< body >
Now if this were actual code, do you think it would show up like this? and wouldnt the following code make your text red ?
< font color="#ff0000" >Red text< /font >
It doesn't because this is just the source!
< /body >
< /html >
|