0
HTML OPen Tag
Hi, I am Israel by name, I am new to coding, I was learning HTML here and i was given a challenge. Somebody help me, What's open tag, and how do i write the open tag code
1 ответ
0
It's when you have a opening tag and a closing tag. Instead of a self closing one.
open:
<body></body>
self closing
<img />
The open tags can wrap other tags in between. Self closing ones usually can't. Self closing tags are elements while open tags are containers.