-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.html
More file actions
148 lines (133 loc) · 4.2 KB
/
Copy pathhello.html
File metadata and controls
148 lines (133 loc) · 4.2 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<html>
<head>
<title>
Digital Marketing
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.header {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
}
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
}
.header a:hover {
background-color: #ddd;
color: black;
}
.header a.active {
background-color: dodgerblue;
color: white;
}
.header-right {
float: right;
}
.footer {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
text-align: center;
}
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
float: none;
}
}
</style>
</head>
<body style="white">
<div class="header">
<a href="#default" class="logo">DEVIL NINJA</a>
<div class="header-right">
<a href="/html/index.html">Home</a>
<a href="/html/SignUP.html">Sign UP Form</a>
<a href="/html/UserForm.html">User Form</a>
<a class="active" href="/html/hello.html">Hello</a>
<a href="/html/form.html">Form</a>
<a href="/html/readme.md">Read Me</a>
</div>
</div>
<p style="color:Yellow"><H1><strong>Hello people</h1></strong></p>
<p>Learn DIGITAL MARKETING for free</p>
<p>Let's have a look at this page. You can learn digital marketing for free from here.Here you will learn about Digital Marketing , Content Marketing ,Affiliate Marketing , Social Media Marketing , Pay Per Click , SEO ,SEM and more.You have to click on the link and start learnig from basics.</p>
<h1><p =style="color:red"> <a href="https://learndigital.withgoogle.com/digitalunlocked" target="blank"><strong>Digital Marketing</strong></a></p></p>Content Marketing</strong></p> Affiliate Marketing <em></p>Pay Per Click</em></p></p> SEO</p></h1></p>
<br>Search Here</br><a href="https://www.google.com">Click Here</a>
<img src=""></img>
<br></br>
<span style="background-color: red"><h2>Examples to work on</h2>
<h3>You can make youtube videos or start blogging on these topics. You can Make a channel and make videos on any topic you want examples- Movie Reviews ,Upcoming Movies etc.</h3></span>
<form placeholder="name" , input="character"> Topics</form>
<div style="background-color: green">
<p style="color:mint green"> <strong> Most Played outdoor Games </strong></p></p>
<ul>
<li><strong>cricket</strong></li>
<li><strong>volleyball</strong></li>
<li><strong>football</strong></li>
</ul>
<p style="color:red"><em></p>Haow to earn money from youtube</em></p></p>
<ol>
<li><em>Go To Youtube</em></li>
<li><em>Create a Channel</em></li>
<li><em>.........</em></li>
</ol>
</div>
<br></br>
<hr></hr>
<h1>My first color chart</h1>
<table border="1">
<thead>
<tr>
<th>Name</th>
<th>Roll No.</th>
<th>Mobile No.</th>
</tr>
</thead>
<tbody>
<tr>
<td>Rahul</td>
<td>7</td>
<td>7584735893</td>
</tr>
<tr>
<td>Rohit</td>
<td>8</td>
<td>7585949547</td>
</tr>
<tr>
<td>Bhoora</td>
<td>9</td>
<td>73498579843</td>
</tr>
</tbody>
</table>
<div class="footer">
<p>
Copyright © 2021. All rights reserved
</p>
</div>
</body>
</html>