wordpress - 1 link in two paragraphs in html -
i'd have link on text text in 2 paragraphs (using html editor) resulting in having 2 href's link i've given. here's regular code:
<p><a href="google.com">google</a></p> <p><a href="google.com">dotcom</a></p>
and result of code how don't want be:
i want single highlight when mousing over/clicking, tried manually changing code erasing < /a > or since im newbie when comes html nothing came out... sorry bad english, , in advance replies.[also why html editors online buggy? 1 in wordpress.. trying table how want annoying.]
have tried putting tag
around p tags?
<a href="#"> <p> google </p> <p> dotcom </p> </a>
in terms of usage, html 5 states element "may wrapped around entire paragraphs, lists, tables, , forth, entire sections, long there no interactive content within (e.g. buttons or other links)".
Comments
Post a Comment