HTML Code Issues

1 min read

HTML Code Guidelines

  • HTML tags normally come in pairs like <p> and </p>. This format is crucial for maintaining the structure of the page you are trying to embed.
  • HTML code contains the core elements of the page, but the design settings and other complex functionalities are usually stored separately. Therefore, some elements may not function or look the same if the relevant elements aren’t included as a reference within the HTML code, for example the CSS and JS files.
  • Always make sure the code you are embedding is up to date and HTML5 compatible.
  • The HTML element and embed a site element in our Editor are iFrames. Therefore, the code or site you are embedding won’t be responsive, even if it is originally.

Did this help?

|