w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



i ... ⁄i syntax

Syntax i

Example i syntax: both tags required

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

<i> ...</i>

</body>
</html>

Video demonstration i element, syntax

HTML5 i syntax, Tutorial

min video details
00:04 video tutorial: i element, syntax
00:10 adding i element in page
00:13 i element has:

- a start tag: <i>
- and an end tag: <⁄i>
both required!
i intro i browser display i parents - children