-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathass.html
39 lines (35 loc) · 1.13 KB
/
ass.html
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
28
29
30
31
32
33
34
35
36
37
38
<!Doctype html>
<html>
<head></head>
<body>
<address>
Donald Duck<br>
BOX 555<BR>
Disneyland<br>
USA
</address>
<div>
<abbr title="United Nations">UN</abbr><br>
<acronym title="Windows Wide Web">WWW</acronym>
<p>
The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.
</p>
</div>
<div>
<p>If your browser supports bidirectional override (bdo), the next line will be written from the right to left (rtl):</p>
<bdo dir="rtl">Here is some backward text</bdo>
</div>
<div>
<!--- <marquee align="{ top | middle | bottom } " behavior="{scroll | slide | alternate }" direction=" { left | right } " loop="value (number of loops)" bgcolor="red" height="100px" width="100%" hspace="5px" vspace="5px"></marquee> --->
<p><marquee>
<img src="img2.png" style="height:450px;" alt="me" ><br>
This text is a moving target. Don't you just love it?</marquee></p>
<p style="margin-left:-40px;"><marquee>YES! I DO</marquee></p>
</div>
<div>
A blockquote quotation:<blockquote>
This is a long quotation. this is a long.
</blockquote>
</div>
</body>
</html>