Computer Science, asked by Anonymous, 10 months ago

Can some one tell me how to write in "HTML" code (in mobile)in brainly app!​

Answers

Answered by Abhinandhan
1

Answer:

Hello

Explanation:

Copy

it

and

paste.

Answered by kings07
2
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  [tex.] and [/.tex] tags. (ignore the dots.)

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 tex tags.

Output : 

Underlining...

To underline text, type \text{\underline{Your underlined text here....}} inside the tex tags.

Output : 

How to create a box around the text?

To create a box around text, use \boxed{\text{Your text here....}} inside the tex tags.

Output :  

Hope it helps !!

mark me brain list please
Similar questions