Can I make two separate html embeds - are they going to work with each other?

Can I make two separate html embeds - are they going to work with each other? Sorry in advance if that’s a silly question, but I just started to learn coding.

Let’s say I have a full working script that I would like to embed (embed A). There are some elements that it would be more convenient to create as separated html embed (embed B).

However, I still need to have them working with each other - for example, when I click on embed A, action inside embed B should be performed.

Is it going to work?

Welcome to Webflow @viktoriamagdalena!

Yup that shouldn’t be a problem. You can split your code out as much as you may need. It’ll get processed in the order it is on the page. :+1:

1 Like