Implement Html Tags In SQLite Database
I have entered some text wrapped with html tags in SQLite database, and I want to display those text in phone. for example: I have entered 10-7 in SQLite dat
Solution 1:
Okay! I got your point, you want to add super and sub scripts in your quiz app. Rather than using latex, you should add superscript and subscript letters in your sqlite db file, you can find many generators online https://lingojam.com/SuperscriptGenerator this is my personal favorite! generate and copy paste the letter in your sqlite db.
Post a Comment for "Implement Html Tags In SQLite Database"