What does this code do in the main-product.liquid file of the Dawn theme?

 <product-info
        id="ProductInfo-{{ section.id }}"
        data-section="{{ section.id }}"
        data-url="{{ product.url }}"
        class="product__info-container{% if section.settings.enable_sticky_info %} product__column-sticky{% endif %}"
      >

</product-info>

Can anybody help me what is the use of this code in main-product.liquid file in dawn theme?

I found this type of code at many place like

<media-gallry>
</media-gallary>

<media-gallery
  id="MediaGallery-{{ section.id }}{{ id_append }}"
  role="region"
  {% if section.settings.enable_sticky_info %}
    class="product__column-sticky"
  {% endif %}
  aria-label="{{ 'products.product.media.gallery_viewer' | t }}"
  data-desktop-layout="{{ section.settings.gallery_layout }}"
>
</media-gallery>

Hi @Jay_RW

there will be product info file. can you please can in this file.

I don’t understand what you said can you please elaborate?

I want to know if is it autogenerated or written by Developer

These tags are autogenerated in shopify themes.

thanks, @dbuglab