Commit Graph

2 Commits (77b34ee74af8b2b46845cf04ed6a7380e3ef1747)

Author SHA1 Message Date
KevinatorTrainer5 ad39f4a8d9 Equation symbol changes and formatting changes (#22049)
* Equation symbol changes and formatting changes

-Initially, SQRT(value) does not actually create a square root symbol, so I decided to use replace SQRT( ) with √ next to the number, which has successfully created the square root symbol to the left of the number.
-Given that the information of the article was unorganized through jumbled information, I decided to use the paragraph tag, <p>, to make the article have an organized structure.
-I also used the biggest headline tag, <h1>, to outline the topics of square roots 
-Given that '-----' was not an effective method of creating fractions, I decided to use the fraction slash tag, "&frasl;", the superscript element, <sup>, and the subscript element, <sub>, in order to create suitable fractions

* Removing unnecessary coding and editing content

-I just double checked this content, and realized that there were a couple of mistakes such as an extra heading, putting a square root as sqrt(3) instead of &radic;3, and adding unnecessary paragraph tags instead of extra spaces.
2018-11-17 20:53:17 -07:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30