HTML5
Этот тег определяет длинные цитаты.
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
</
body
blockquote
p
Developers who are approaching WPF from a Windows Forms background will find that WPF data
binding has many similarities. As in Windows Forms, WPF data binding allows you to create bindings
that take information from just about any property of any object and stuff it into just about any property
of any element. WPF also includes a set of list controls that can handle entire collections of information
and allow you to navigate through them. However, there are significant changes in the way that data
binding is implemented behind the scenes, some impressive new functionality, and a fair bit of tweaking
and fine-tuning. Many of the same concepts apply, but the same code won’t.