HTMLify your dreams
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FAFBFC" stroke-width="2"
milan-popovic-kOnmHdLJTNI-unsplash.jpg
/huxn-webdev/HTML-CSS-JavaScript-100-Projects/94. Hoodie/images/milan-popovic-kOnmHdLJTNI-unsplash.jpg
Media file
:root {
--bg-main: #f0f2f5;
--bg-body: #fff;
--color-txt: #000;
--filled-color: #000;
--filled-bg: #caf0f8;
--bg-main: #f0f2f5;
--bg-body: #fff;
--color-txt: #000;
--filled-color: #000;
--filled-bg: #caf0f8;
# escape-html
Escape string for use in HTML
## Example
```js
let currentSong = new Audio();
let currFolder;
let songs;
function secondsToMinutesSeconds(seconds) {
if (isNaN(seconds) |
const hourEl = document.querySelector('.hour')
const minuteEl = document.querySelector('.minute')
const secondEl = document.quer
const minuteEl = document.querySelector('.minute')
const secondEl = document.quer
.features-container {
background: #323232;
position: relative;
z-index: 0;
overflow: hidden;
.wave {
position: ab
background: #323232;
position: relative;
z-index: 0;
overflow: hidden;
.wave {
position: ab
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
*{
margin: 0
*{
margin: 0
const addBtn = document.getElementById("add");
const notes = JSON.parse(localStorage.getItem("notes"));
if (notes) {
notes.f
const notes = JSON.parse(localStorage.getItem("notes"));
if (notes) {
notes.f
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
* {
margin: 0;
object HelloWorld {
def main(args: Array[String]): Unit = {
println("Hello, World!")
}
}
def main(args: Array[String]): Unit = {
println("Hello, World!")
}
}
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
document.querySelector('#dark-mode-toggle').addEventListener('click', () => {
document.body.classList.toggle('dark');
co
document.body.classList.toggle('dark');
co
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/
function genNum() {
$b = Math.floor((Math.random()) * (15 - 1)) + 1;
$i = Math.floor((Math.random()) * (30 - 16)) + 16;
$n
$b = Math.floor((Math.random()) * (15 - 1)) + 1;
$i = Math.floor((Math.random()) * (30 - 16)) + 16;
$n
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" str
* {
margin: 0;
padding: 0;
}
.button {
padding: 18px;
margin: 1px 2px;
border: 2px solid black;
margin: 0;
padding: 0;
}
.button {
padding: 18px;
margin: 1px 2px;
border: 2px solid black;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corp
* Copyright (c) Microsoft Corp
<!DOCTYPE html>
<html>
<head>
<title>Register</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link
<html>
<head>
<title>Register</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link
class Solution:
def getLucky(self, s: str, k: int) -> int:
n = ""
for c in s:
n += str(ord(c
def getLucky(self, s: str, k: int) -> int:
n = ""
for c in s:
n += str(ord(c
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devi
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devi
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,
'use strict';
var inspect = require('../');
var obj = [1, 2, function f(n) { return n + 5; }, 4];
console.log(inspect(obj));
var inspect = require('../');
var obj = [1, 2, function f(n) { return n + 5; }, 4];
console.log(inspect(obj));