w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



cite ... ⁄cite syntax

Syntax cite

Example cite syntax: both tags required

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

<cite>

</cite>

</body>
</html>

Video demonstration cite element, syntax

HTML5 cite element, syntax Tutorial

min video details
00:05 video tutorial: cite element, syntax
00:10 adding cite element in page
00:14 cite element has:

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