0
how can I put so many effects in the heading ??
4 Answers
+ 1
Within the heading tag, <HEAD> , you can use the <TITLE> tag to include a title that will appear on the tab, if your using tab browsing. You can also use the <SCRIPT> tag to include other languages such as javascript and css. Hope this helps!!
0
I'm asking that how we can use so many effects for a heading like its color , font etc.. how to do that?? can anyone send me??? because I'm not abble to do that?!!!!!
0
Thanks kris for answering!!
0
Sure ok you can change the color simply through html try this.. <font color="blue"> Your text here </font>. you can change to whatever color you want but through css you have much more varity for colors. Now for font size you can try this <font size="5"> Hello </font>. You can change the size to anything you want. Ideally you want to use CSS in order to change font size and color etc but this should work just fine. Post if you need any other help!!