Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 11, 2022 01:06 am GMT

In Swedish, are HTML elements "i" or "p" eachother?

Original post on r/Svenska.

Ok, probably not many people here will know Swedish, but...
Are HTML elements "i" or "p" eachother?

The reason I ask is because I could argue a case for either.

<html lang="se-SV"">  <head>    <!-- ... -->  </head>  <body>    <p>      Jag r en HTML-paragraph-tag, och jag r i      <!-- However you'd say "the body tag". -->    </p>  </body></html>

The written form of HTML supports using "i" for describing element relationships.
BUT.
From a non-technical standpoint, you'd find that the browser renders the elements from the outer-most layer to the inner-most.
So we get (kind of) the reverse of the last argument.

Maybe you could use either depending on if you're talking about its technical sense or not, but I don't know which I should use.
Some input, even if it's an opinion, would help.

Thanks in advance!
Cheers!


Original Link: https://dev.to/baenencalin/in-swedish-are-html-elements-i-or-pa-eachother-5067

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To