Tries to extra from the current position of a slice an HTML attributes
public static bool TryParse(ref StringSlice slice, [NotNullWhen(true)] scoped out HtmlAttributes? attributes)
The slice to parse.
The output attributes or null if not found or invalid
true if parsing the HTML attributes was successful