w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



img syntax

Syntax img

Examples img syntax

Valid Syntax
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

<img>

</body>
</html>

Video demonstration img element, syntax

HTML5 img element, syntax Tutorial

min video details
00:05 img element: syntax
00:15 the img element has:
a start tag only: <img>
no content
it's a void (empty) element
img intro img optional img occurrences img browser display img parents server-side image map (ismap) vs client-side image map (usemap)img alt attributeimg ismap attributeimg usemap attributeimg width, height attributesimg src attributeimg accesskey attributeimg class attributeimg draggable attributeimg hidden attributeimg id attributeimg lang attributeimg style attributeimg tabindex attributeimg title attributeimg translate attribute