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.
|
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. |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.