+ 6
What do the links tags do in this code I don't underestand.
10 Answers
+ 2
they link external files to your app
in this case they add fonts to the Web page
if you see the css file it use roboto font family which is not supported by default and link tag added the font
+ 2
maybe
what is the problem?
+ 2
https://code.sololearn.com/Wg6U037TtSlJ/?ref=app
this the apk that I am making I want make a note that when they clicked on it it opens a textarea but I don't know how
+ 1
see I am making an android phone like that and I have a problem can you help me??
+ 1
I have another question too What do the script tags do in head tags in that code??
+ 1
you can use the following attribute on your img tag
onclick=alert (' ')
and between the quotes write your note
+ 1
No you didn not underestand what I say
+ 1
I say when a person clicked on the note it open's a big textarea in html
0
plz tel everything you know
0
you can use script tag to write client side scripts(javascript)