+ 6

What do the links tags do in this code I don't underestand.

https://code.sololearn.com/Wff0RKLg9K0Z/?ref=app

14th Mar 2018, 9:49 PM
Sina
Sina - avatar
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
14th Mar 2018, 10:04 PM
smrmodares
smrmodares - avatar
+ 2
maybe what is the problem?
14th Mar 2018, 10:06 PM
smrmodares
smrmodares - avatar
+ 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
14th Mar 2018, 10:07 PM
Sina
Sina - avatar
+ 1
see I am making an android phone like that and I have a problem can you help me??
14th Mar 2018, 10:05 PM
Sina
Sina - avatar
+ 1
I have another question too What do the script tags do in head tags in that code??
14th Mar 2018, 10:08 PM
Sina
Sina - avatar
+ 1
you can use the following attribute on your img tag onclick=alert (' ') and between the quotes write your note
14th Mar 2018, 10:23 PM
smrmodares
smrmodares - avatar
+ 1
No you didn not underestand what I say
14th Mar 2018, 10:28 PM
Sina
Sina - avatar
+ 1
I say when a person clicked on the note it open's a big textarea in html
14th Mar 2018, 10:28 PM
Sina
Sina - avatar
0
plz tel everything you know
14th Mar 2018, 9:50 PM
Sina
Sina - avatar
0
you can use script tag to write client side scripts(javascript)
14th Mar 2018, 10:24 PM
smrmodares
smrmodares - avatar