How to name a tag wrapper #251
Unanswered
pankopiotr
asked this question in
Q&A
Replies: 2 comments
-
Both variants are valid. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering whether
a
tag element which is wrapping other content, is considered a block?Let's consider this vanilla code:
Code below considers
a
tag as normal element.While this code considers
a
tag as block that wrapsp
andimg
:Which approach is better/valid and why?
Beta Was this translation helpful? Give feedback.
All reactions