HTML5
Этот атрибут определяет класс.
* {
margin
:
0
;
padding
}
.a {
width
400px
height
position
absolute
top
50%
left
margin-top
-200px
margin-left
background-color
#E2DDE3
text-align
center
line-height
font-size
30px
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
link
href
"style.css"
rel
"stylesheet"
</
body
div
class
"a"
p
>Hello World!</