Amazing-Frontend_Templates
Amazing-Frontend_Templates copied to clipboard
Add Semantic HTML
Is your feature request related to a problem? Please describe. Absence of semantic HTML.
Describe the solution you'd like
Addition of semantic syntax for HTML file.
Example:
<input type="button" class="btn" value="All" />
instead of <div class="btn>All</div>
Describe alternatives you've considered Not applicable
Additional context
Illustrative example mentioned above: (The output doesn't change; since CSS styles of div.btn maintained in input.btn)
Ok go ahead @BinayakBishnu ....add ss and screen recording before making a pr