Is My HTML Tag Hierarchy Correct for a Blinking Link?

0
7
Asked By CuriousCoder99 On

Hey everyone! I'm learning how to create a link that features a word followed by a blinking underscore on the same line. I've managed to get it working using the following HTML:

``
`

blinking_

`
`
`

I'm just wondering if my tag hierarchy is correct—specifically, having a `` inside a `

` that's wrapped in an `` tag—is that okay?

3 Answers

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.