update:
=IMPORTXML("https://www.learnersdictionary.com/definition/"&A4,
"//span[@class='def_text']")
or if you want just first one try:
=INDEX(IMPORTXML("https://www.learnersdictionary.com/definition/"&A4,
"//span[@class='def_text']"), 1, 1)
=IMPORTXML("https://www.learnersdictionary.com/definition/"&A4,
"//span[@class='def_text']")
or if you want just first one try:
=INDEX(IMPORTXML("https://www.learnersdictionary.com/definition/"&A4,
"//span[@class='def_text']"), 1, 1)