w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



em ... ⁄em syntax

Syntax em

Examples em syntax

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

<em>
...
</em>

</body>
</html>

Video demonstration em element, syntax

HTML5 em element, syntax Tutorial

min video details
00:04 video tutorial: em element, syntax
00:09 adding em element in page
00:12 em element has:

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