h1, p« Back to Questions List
How can i use headline (<h1> and so on) and also paragraph (<p>) in html file? |
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 do this using ${class} tag: //exportkit.com/plugin/layer-tags/advanced-layer-tags/class-tag If you want to create custom HTML elements then you can read the post below. To answer your question you will need to use: ${class|p: } - paragraph ${class|h1: } - h1 ${class|hr:style="width:100%;"} - horizontal line //exportkit.com/plugin/layer-tags/advanced-layer-tags/class-tag |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.