-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAttributes.html
More file actions
29 lines (25 loc) · 1.37 KB
/
Attributes.html
File metadata and controls
29 lines (25 loc) · 1.37 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
28
29
<!DOCTYPE HTML>
<html>
<head>
<title>Motorola G45 5G</title>
<link rel = "icon" href = "https://static.vecteezy.com/system/resources/previews/006/240/761/non_2x/initial-letter-b-tech-logo-design-template-element-eps10-vector.jpg">
</head>
<body bgcolor = "pink"> <!--Specific-->
<h3 align = "center">Motorola G45 5G (Brilliant Blue, 8GB RAM, 128GB Storage)</h3>
<p align = "justify">Introducing the Motorola G45 5G (Brilliant Blue, 8GB RAM, 128GB Storage), a powerful smartphone designed for those who demand speed, efficiency, and superior performance. With 8GB of RAM and 128GB of internal storage, this device ensures ultra-smooth multitasking and ample space for apps, photos, videos, and more. The storage is expandable, offering the flexibility to store even more files and media.</p>
<h3 onclick="alert('Hey why you are clicking there ')">Click Here</h3>
<h2 id = "a" onmouseover="a.innerHTML ='Hi';"
onmouseout="a.innerHTML='How are you';" >
Hello
<h3 id="b" ondblclick ="b.innerHTML='I am good';">How are you</h3>
<h3 id="s" ondblclick ="this.style.color='green';">Green Grapes</h3>
<!--
id.innerHTML='value'
id.style.color='col-name'
id.style.background='col-name'
id.style.textAlign='center'
id.style.fontSize='30px'
-->
</h2>
</body>
</html>