HTML5
Этот тег определяет контент в стороне от основного контента.
* {
margin
:
0
;
padding
}
.a {
width
550px
height
200px
.b {
450px
display
block
float
left
background-color
#99FFFF
.e {
100px
right
#FFCCCC
: table;
text-align
center
.e p {
table-cell
vertical-align
middle
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
link
href
"style.css"
rel
"stylesheet"
</
body
h1
>XAML</
br
div
class
"a"
section
"b"
WPF 4 introduces XAML 2009, an updated version of XAML
with a number of useful refinements. However, there’s a
significant shortcoming: currently, it’s possible to use
XAML 2009 only in loose XAML files. Although Visual Studio
supports both loose and compiled XAML (as you’ll learn in this chapter),
compiled XAML isthe standard. This information will prepare you
for future releases of WPF, because XAML 2009 is slated to
become the new standard—once Microsoft has time to rewrite, test,
and optimize WPF’s XAML compiler.
aside
"e"
p
>XAML<
/>WPF<
/>Microsoft</