Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
HTML alternative using {} instead of <> help please!?
Just trying to alter a small document and it uses the { format - not html. Any ideas as to what this is called so that I can go get basic instructins somewhere on the net please?
Thanks Ast - was only a simple command in the end - just a case of mirroring!!
As for you Mrs DB.........
2 Answers
- AstanoLv 71 decade agoFavorite Answer
If it's in a .html file it must be JavaScript or CSS
CSS will have style written before it somewhere either as <style> or as style="" so look for those or if it's JavaScript look for <script> before the code! If you can't find either of these it might be PHP. To check if it's PHP look for <? or ?> in the code!
Source(s): Website Developer - 1 decade ago
it's a curly bracket language...good luck finding it.. there are a few to choose from..
Source(s): Google of course!