how can I put so many effects in the heading ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can I put so many effects in the heading ??

27th Aug 2016, 12:54 PM
rashan
rashan - avatar
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!!
27th Aug 2016, 1:29 PM
Kris
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?!!!!!
27th Aug 2016, 1:32 PM
rashan
rashan - avatar
0
Thanks kris for answering!!
27th Aug 2016, 1:32 PM
rashan
rashan - avatar
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!!
27th Aug 2016, 1:53 PM
Kris