Body tag
What is the body in Webflow?
The <body> in Webflow is an HTML tag that contains the contents of the web page, such as headings, paragraphs, images, links, etc.
The <body> is an HTML tag that contains the contents of the web page, such as headings, paragraphs, images, links, etc.
The <body> element defines the primary content that will be displayed in the browser.
When we start a new project in Webflow, we start with a blank white screen. This is the <body> of the page. When adding any element to this blank page, we are adding the element to the <body>.
Learn more about the <body> element in Webflow University.