HTML - What is the tag doing?

后端 未结 3 1949
[愿得一人]
[愿得一人] 2020-12-17 23:19

I\'ve been playing with getting a HTML document to display in A4 size and using the code in this codepen works perfectly:

https://codepen.io/rafaelcastrocouto/pen/LF

3条回答
  •  [愿得一人]
    2020-12-17 23:54

    You can read about HTML5 tags HERE

    If you want use HTML5 you should replace with

    or
    . Page tag doesnt exist!

    with it you can style your HTML with

    section { "your style" } section[size="A4"] { "your style" }

提交回复
热议问题