• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Saturday, June 23, 2012

TUTORIAL TAQ FONT HTML FOR NEWBIE

Hi...Visitors.... Thanks you from visit in my blog... Maybe, I can help you. Try to read my article. Exactly you want understand...

This time I want giving you... Tutorial about HTML with to study "Taq Font In HTML"...
In HTML if you starting with taq, then you must finishing with taq.. Like as :
starting  : <font>

finishing : </font>

If you not close with it, then your coding want break.. and happened error...

Ok you can copy this code and paste in your aplication...
I using Notepad++ in order to eazy in making...



<html>
<head>
<title>Atribut Taq From Font</title>
</head>
<body>
<p><font face="courier new">Font tipe "We Are Knowledge" is COURIER NEW</font>
<p><font face="Comic Sans MS">Font tipe "We Are Knowledge" is COMIC SANS MS</font>
<p><font face="Times New Roman">Font tipe "We Are Knowledge" is TIMES NEW R.</font>
<p><font color="blue">Font color "We Are Knowledge" is BLUE</font>
<p><font color="red">Font color "We Are Knowledge" is RED</font>
<p><font color="green">Font color "We Are Knowledge" is GREEN</font>
</body>
</html>


And result



And If done... you must save with save as type "HTML"...
ex : Font.html

And for working you can double click your file, you was make...
And want likely this..



Logic :::

<html> … </html>
>>This is syntax for starting making program in HTML

<head> … </head>
>> using this syntax if you want making your sentence on top

<title> … </title>
>> if you write the sentence between this syntax, then this syntax become the title your page

<p>
>> the syntax for new line or new paragraph

<font face>
>> using this syntax if you will change type your font

<font color>
>> and using using this syntax if you want change color your font become blue, red or green.



How....Very eazy not.....
try to continue you want be master...

Oy visitors.... if you will download this tutorial you can download at under..


Tutorial for file document  >> This
Tutorial for file HTML      >> This

No comments:

Post a Comment