-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMaltipal Background.html
More file actions
27 lines (27 loc) · 1.08 KB
/
Maltipal Background.html
File metadata and controls
27 lines (27 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<style>
#multibackground {
background: url(#img1) left top no-repeat,
url(#img2) right bottom no-repeat, url(#img3) left top repeat;
background-size: 50px, 130px, auto;
}
</style>
</head>
<body>
<div id="multibackground">
<p>
HTML5 is the latest and most enhanced version of HTML.Technically, HTML
is not a programming language, but rather a mark up language. The new
standard incorporates features like video playback and drag-and-drop
that have been previously dependent on third-party browser plug-ins such
as Adobe Flash, Microsoft Silverlight, and Google Gears.HTML5 is the
next major revision of the HTML standard superseding HTML 4.01, XHTML
1.0, and XHTML 1.1. HTML5 is a standard for structuring and presenting
content on the World Wide Web. New Features HTML5 introduces a number of
new elements and attributes that helps in building a modern website.
Following are great features introduced in HTML5.
</p>
</div>
</body>
</html>