How to type in bold letters in brainly...
I am using mobile....
So, tell you how can I type in bold letters...
please explain me in detail...
☹☹..I want to know..☹☹
Answers
Answered by
3
Heya !!
Using the desktop website, you can directly use the rich text editor to make text bold, italicize it or underline, adding headings, sub headings etc. (See image for rich text editor....) However, in the app, the rich text editor is not available. So, now, the question arises How to make text bold etc. in the app. What I will tell you will work great on both the website and the app. HTML tags work well with the app to format text however, it is not advised to use them as the appear in raw form in the app.
Now, the answer: This problem is solved by TeX. TeX is a typesetting system. The brainly website in corporates LaTeX and the app uses KaTeX to write math equations. However, you can use it to format text too.
Always write your code inside the  tags.
How to bold text?
To bold text, type \textbf{Your bold text here....} inside the tags.
Output
How to italicize it?
To italicize text, type \textit{Your italicized text here....} inside the tags.
Output
Underlining...
To underline text, type \text{\underline{Your underlined text here....}} inside the tags.
Output
How to create a box around the text?
To create a box around text, use \boxed{\text{Your text here....}} inside the tags.
Output
Hope it helps !!
Using the desktop website, you can directly use the rich text editor to make text bold, italicize it or underline, adding headings, sub headings etc. (See image for rich text editor....) However, in the app, the rich text editor is not available. So, now, the question arises How to make text bold etc. in the app. What I will tell you will work great on both the website and the app. HTML tags work well with the app to format text however, it is not advised to use them as the appear in raw form in the app.
Now, the answer: This problem is solved by TeX. TeX is a typesetting system. The brainly website in corporates LaTeX and the app uses KaTeX to write math equations. However, you can use it to format text too.
Always write your code inside the  tags.
How to bold text?
To bold text, type \textbf{Your bold text here....} inside the tags.
Output
How to italicize it?
To italicize text, type \textit{Your italicized text here....} inside the tags.
Output
Underlining...
To underline text, type \text{\underline{Your underlined text here....}} inside the tags.
Output
How to create a box around the text?
To create a box around text, use \boxed{\text{Your text here....}} inside the tags.
Output
Hope it helps !!
nisha1456:
Oh... Kk junior.. ☺
Answered by
1
When u post an answer or a question click on the B button located at the bottom.
Make sure that it remains active as you type
Similar questions