how do you the html tags for a fraction?
|
not the 1/2 or 3/4 or things like that...... how do you do it with formulas? like the formula for the slope (m=y2-y1 all over x2-x1) (i can't do the subscripts here) ..... so my basic problem is the vinculum.... ![]() |
Re: how do you the html tags for a fraction?
Link |
by
![]() |
There's no HTML tag that does this, so one way I thought of is using a table =] You can find that code here: http://textsnip.com/dd0dc9 Here's what the code produces: ![]() |
Re: how do you the html tags for a fraction?
|
um theres DEF a <sub> tag! and it's not "y squared minus y1"! it's: y2-y1 x2-x1 also, go to this url http://www.cs.tut.fi/~jkorpela/math/ for further explanation as to how to make fractions in HTML (look at the VERY bottom of that page). |
Re: how do you the html tags for a fraction?
Link |
by
![]() |
Whoopsie-daisy, you can tell my math is rusty xD |
Re: how do you the html tags for a fraction?
|
thanks ^__^ ... i find it easier to copy and paste the one in texsnip but i'll try my best to understand the one in that other site..... ![]() |