How give html tag to a folder & element« Back to Questions List

When I export  using export kit it always uses div tag & assign ID's to the elements or folders. I just wanna know how I can provide it with another html tag e.g <header>,<section> <nav> etc etc. This is to make the website more SEO friendly.

 

Added July 23, 2017 1:30 pm

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

Hi,

You can use ${class} tag for this. Its very easy:

${class|section: }
= <section />
*note the " " space in the tag for empty elements.
${class|div:onclick="alert(window.location)"}
= <div onclick="alert(window.location)" />

Read more about the tag for advanced features.

Answer by admin
Answered On July 24, 2017 7:00 pm #
Looking for another answer? View other questions in HTML Folder or get premium support for guaranteed results.
Asked by adnangulshanyounas
1334 views
1 answer
Last Answered 7 years ago by admin

Categories

Recent Answers

asked by anup-sarkar
asked by originalife07
asked by yudhis
asked by lafejol
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.