This package provides a comprehensive set of types,representing HTML attributesfor various HTML elements. The goal is to simplify the process of working with HTML attributes in Go applications by providing type-safe structures.
To install the package, use the following command:
go get github.com/0x0000F1/go_html_attributes_types
To use this package, import it into your Go program:
import (
"github.com/0x0000F1/go_html_attributes_types"
)
Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss any changes.
This project is licensed under the MIT License.