w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



a interactive content not allowed here ⁄a

Interactive content not allowed within the a element

Web Standards classify a element as interactive content (allows users to interact with it; e.g. by clicking on an a element that creates a hyperlink, users navigate toward a new page = interaction).

The next elements, interactive content, can't be nested within the a element

Warning:
interactive content is not allowed within the a element → leads to confusion

Example a syntax

Invalid Syntax
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
<head>
<title>...<⁄title>
<⁄head>

<body>
<a href="URL">
<video controls>...<⁄video>

<⁄a>
<⁄body>

<⁄html>


Syntax 1: Invalid the video element with the controls attribute present (= interactive content) cannot be nested inside the a element

a intro a browser display a parents - childrena content model: transparenta syntaxa download attributea href attributea hreflang attributea rel attributea target attributea type attributea itemprop attribute