w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



pre ... ⁄pre syntax

Syntax pre

Examples pre syntax

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

<pre>
...
</pre>

</body>
</html>

Video demonstration pre element, syntax

HTML5 pre element, syntax Tutorial

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

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