html
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
<!--
Resources from
https://www.hostingadvice.com/how-to/free-web-hosting/
-->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="marquee">
<p>😁 Follow to get new usefull updates ! 😁</p>
</div>
<button class="collapsible">Introduction</button>
<div class="content">
<p>While there are certainly times you should use paid hosting plans, sometimes you just want to throw your latest project up quickly and be done with it — at no cost to you.</p>
<p>If that sounds like your situation, you’re in luck. Below, we take an in-depth look at how to save money with the top free (and nearly free) hosts on the market.</p>
</div>
<button class="collapsible collapsible1">5 Best "Almost Free" Hosting Sites</button>
<div class="content">
<p>While it’s easy to set out thinking you want 100% free web hosting, part of our job is to illuminate the fine print. You get what you pay for with free services, which often means additional fees, storage and bandwidth limitations, and pesky ads.</p>
<p>And while the free hosts we recommend guarantee you can keep your free hosting as long as you’d like, you will want to take advantage of additional (paid) features as your site grows. Those same providers offer paid plans to upgrade your service, however, serious site owners should strongly consider opting for a reputable, affordable, full-featured hosting provider.</p>
Enter to Rename, Shift+Enter to Preview
css
css
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
/* Created by 🇦🇯 and designed by Varinder Singh*/
body {
font-family:Times New Roman;
font-size:15pt;
background-color: lightblue;
}
.marquee {
color: red;
padding: 1px;
font-size: 18px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
overflow:auto;
overflow-style:marquee,panner;
}
.marquee p {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.goog-logo-link {
display:none !important;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run