Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
165 stars 43 forks source link

HTML needs docType and other attributes for Html. #297

Open quickbasic22 opened 2 years ago

quickbasic22 commented 2 years ago

Not sure how to add docType to Html?

trying docType + Html { } Need other attributes . VsCode uses this with Emmet by typing ! + tab

<!DOCTYPE html>

Document