HTMLify your dreams

Filter Options:
feedback page | Owner: sachinthakur | Views: 227 | Comments: 0 | Open/ Source 3.17 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=ed

index.html | Owner: cody | Views: 101 | Comments: 0 | Open/ Source 2.07 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>H

index.html | Owner: cody | Views: 164 | Comments: 0 | Open/ Source 15.42 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initia

index.html | Owner: cody | Views: 231 | Comments: 0 | Open/ Source 2.85 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Dropdown Menu 03</title> <link rel=

LeetCod3 - Check if Array is Good - Python | Owner: abh | Views: 204 | Comments: 0 | Open/ Source 171 B

class Solution: def isGood(self, nums: List[int]) -> bool: nums.sort() good = list(range(1, len(nums))) +

index.html | Owner: cody | Views: 113 | Comments: 0 | Open/ Source 381 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

index.html | Owner: cody | Views: 108 | Comments: 0 | Open/ Source 921 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

PRINT HALLOW DIAMOND PATTERN USING WHILE LOOP | Owner: sunny_jain | Views: 155 | Comments: 0 | Open/ Source 985 B

// using while loop to make a hollow diamond pattern #include <stdio.h> int main() { int n = 5, rows = 1, columns;

index.html | Owner: cody | Views: 112 | Comments: 0 | Open/ Source 499 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

index.php | Owner: djdj | Views: 181 | Comments: 0 | Open/ Source 1.14 KB

<!Doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, init

| Owner: itintern | Views: 10 | Comments: 0 | Open/ Source 7.26 KB

<html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

LeetCode - Largest Positive Integer That Exists With Its Negative - Python | Owner: abh | Views: 167 | Comments: 0 | Open/ Source 274 B

class Solution: def findMaxK(self, nums: List[int]) -> int: nums.sort() l = -1 for n in nums:

index.html | Owner: cody | Views: 191 | Comments: 0 | Open/ Source 1.98 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

LeetCode - Fibonacci Number - JavaScript | Owner: abh | Views: 124 | Comments: 1 | Open/ Source 309 B

/** * @param {number} n * @return {number} */ var fib = function(n) { if (n == 0) return 0; if (n == 1

| Owner: djdj | Views: 145 | Comments: 0 | Open/ Source 1.78 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 197 | Comments: 0 | Open/ Source 349 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 188 | Comments: 0 | Open/ Source 1.38 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Stocks Watchlist</title> <met

Web Pdf Viewer | Owner: djdj | Views: 79 | Comments: 0 | Open/ Source 2.0 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

For-Loop.php | Owner: djdj | Views: 179 | Comments: 0 | Open/ Source 80 B

<?php //for loop for ($i=0; $i <= 10; $i++) { echo $i; } ?>

LeetCode - Display the First Three Rows - Python | Owner: abh | Views: 35 | Comments: 0 | Open/ Source 110 B

import pandas as pd def selectFirstRows(employees: pd.DataFrame) -> pd.DataFrame: return employees[:3]

upper.py | Owner: abh | Views: 379 | Comments: 0 | Open/ Source 673 B

def upper(s: str) -> str: u = "QWERTYUIOPASDFGHJKLZXCVBNM" l = "qwertyuiopasdfghjklzxcvbnm" for c in s: if c

NAVIGATIONBAR.HTML | Owner: dakshbadal1379 | Views: 255 | Comments: 0 | Open/ Source 1.2 KB

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1">

31.txt | Owner: coderai | Views: 166 | Comments: 0 | Open/ Source 1.69 KB

**Purpose:** A community for discussing Artificial Intelligence (AI) and Machine Learning (ML) **Additional Information:** *

submit_button_not_working | Owner: light | Views: 91 | Comments: 0 | Open/ Source 1.37 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 145 | Comments: 0 | Open/ Source 997 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 115 | Comments: 0 | Open/ Source 392 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

44.txt | Owner: coderai | Views: 182 | Comments: 0 | Open/ Source 1.68 KB

**Company Name:** Coderai **Contact Information:** * **Email:** support@coderai.com * **Website:** https://coderai.com/ **Ad

Ronaldo.html | Owner: amar | Views: 39 | Comments: 0 | Open/ Source 1022 B

// Detect Instagram click document.getElementById("insta-link").addEventListener("click", function() {

index.html | Owner: cody | Views: 98 | Comments: 0 | Open/ Source 1.51 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

LeetCode - Add Two Integers - Python | Owner: abh | Views: 251 | Comments: 0 | Open/ Source 92 B

class Solution: def sum(self, num1: int, num2: int) -> int: return num1 + num2

index.html | Owner: cody | Views: 182 | Comments: 0 | Open/ Source 2.97 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

Ecommerce Assignment-1 | Owner: djdj | Views: 405 | Comments: 0 | Open/ Source 16.78 KB

<head> <meta name="viewport" content="width=device-width,initial-scale=1.0"> </head> <h3>Q1. What is Ecommerce. Explain types

LeetCode - Binary Tree Inorder Traversal - Go | Owner: abh | Views: 24 | Comments: 0 | Open/ Source 439 B

/** * Definition for a binary tree node. * type TreeNode struct { * Val int * Left *TreeNode * Right *Tree

Add-Two-No.php | Owner: djdj | Views: 178 | Comments: 0 | Open/ Source 239 B

<?PhP // php is case insensitive programming lang. //with three variable $a = 10; $b = 5; $c = $a + $b; EcHo ($

UserLogin.html | Owner: dakshbadal1379 | Views: 283 | Comments: 0 | Open/ Source 1008 B

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1">

index.html | Owner: cody | Views: 191 | Comments: 0 | Open/ Source 4.11 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Dropdown Menu 02</title> <link

| Owner: djdj | Views: 9 | Comments: 0 | Open/ Source 199.21 KB

<html><head> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7o

triangle_number.py | Owner: abh | Views: 199 | Comments: 0 | Open/ Source 245 B

def triangle_number(n): t = 0 for i in range(1, n+1): t += i return t def triangle_number(n): return su

index.html | Owner: cody | Views: 187 | Comments: 0 | Open/ Source 5.1 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

13.txt | Owner: coderai | Views: 164 | Comments: 0 | Open/ Source 1.38 KB

* **Make it unique.** Your username should be something that is not already taken by another user. If it is, you will be prompt

LeetCode - Add Two Numbers II - Go | Owner: abh | Views: 9 | Comments: 0 | Open/ Source 1.18 KB

// @leet start /** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode *

index.html | Owner: cody | Views: 159 | Comments: 0 | Open/ Source 498 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 165 | Comments: 0 | Open/ Source 5.14 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Cards</title> <meta name="view

index.html | Owner: cody | Views: 102 | Comments: 0 | Open/ Source 365 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>P

index.html | Owner: cody | Views: 154 | Comments: 0 | Open/ Source 355 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

imagecard.html | Owner: tanishkak | Views: 235 | Comments: 0 | Open/ Source 1.31 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 171 | Comments: 0 | Open/ Source 699 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 160 | Comments: 0 | Open/ Source 1.42 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, ini

index.html | Owner: khushi | Views: 160 | Comments: 0 | Open/ Source 1.44 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

| Owner: itintern | Views: 12 | Comments: 0 | Open/ Source 5.68 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

LeetCode - Chunk Array - JavaScript | Owner: abh | Views: 111 | Comments: 0 | Open/ Source 391 B

/** * @param {Array} arr * @param {number} size * @return {Array} */ var chunk = function(arr, size) { const chunk

index.html | Owner: cody | Views: 117 | Comments: 0 | Open/ Source 2.23 KB

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti

img2.html | Owner: djdj | Views: 7 | Comments: 0 | Open/ Source 2.14 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

home.html | Owner: shubh | Views: 278 | Comments: 0 | Open/ Source 6.49 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width

bisection_method.py | Owner: djdj | Views: 276 | Comments: 0 | Open/ Source 709 B

from math import* def fun(x): return(x**3-4*x-9) def bisection(x0,x1): i=1 for _ in range(max): x2 =

nav.php | Owner: djdj | Views: 70 | Comments: 0 | Open/ Source 3.12 KB

<?php session_start(); ?> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="">SabkaCod

Switch-Case.php | Owner: djdj | Views: 256 | Comments: 0 | Open/ Source 331 B

<?php $age = 30; switch($age){ case 18: echo "You are eligible for vote\n"; break;

welcome.php | Owner: djdj | Views: 84 | Comments: 0 | Open/ Source 1.25 KB

<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header('location:login.p

index.html | Owner: cody | Views: 115 | Comments: 0 | Open/ Source 894 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>H

index.html | Owner: cody | Views: 159 | Comments: 0 | Open/ Source 3.04 KB

<!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset=

Function.php | Owner: djdj | Views: 75 | Comments: 0 | Open/ Source 627 B

<?php //Function in php $ram = [90, 88, 85, 95, 91]; $sum = marks($ram); // function call $ave = avera($ram);//

Snake Game | Owner: sagar | Views: 64 | Comments: 0 | Open/ Source 3.11 KB

#include <stdio.h> #include <stdlib.h> #include <conio.h> // For _kbhit() and _getch() #include <windows.h> // For Sleep()

submax.html | Owner: cody | Views: 70 | Comments: 0 | Open/ Source 1.29 KB

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=

index.html | Owner: cody | Views: 174 | Comments: 0 | Open/ Source 1.11 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 196 | Comments: 0 | Open/ Source 686 B

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Text to Speech Converter</title> <

index.html | Owner: cody | Views: 216 | Comments: 0 | Open/ Source 9.27 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Vertical Tabs</title> <meta n

index.html | Owner: cody | Views: 196 | Comments: 0 | Open/ Source 8.35 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Footer 04 Example</title> <me

| Owner: djdj | Views: 175 | Comments: 0 | Open/ Source 1.78 KB

<form action="#" method="POST"><input type="hidden" name="book" value="6"><table border="1"> <thead> <td>Chapter</td> <td>Old No

hex.html | Owner: cody | Views: 200 | Comments: 0 | Open/ Source 999 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

T8QoUm3.png | Owner: abh | Views: 13 | Comments: 0 | Open/ Source 855.67 KB

index.html | Owner: cody | Views: 124 | Comments: 0 | Open/ Source 389 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>C

is_perfect_square.py | Owner: abh | Views: 588 | Comments: 0 | Open/ Source 926 B

TESTCASES = [ { "positional": (2,), "keyword": {}, "return": False, "msg": "", }, {

index.html | Owner: cody | Views: 174 | Comments: 0 | Open/ Source 480 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 187 | Comments: 0 | Open/ Source 752 B

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Block Runner game</title> <script src="https://cdnj

Insert-Data-In-Table.php | Owner: djdj | Views: 92 | Comments: 0 | Open/ Source 1.53 KB

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; $database

index.html | Owner: cody | Views: 118 | Comments: 0 | Open/ Source 565 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>W

LeetCode - Check if a String Is an Acronym of Words - Go | Owner: abh | Views: 33 | Comments: 0 | Open/ Source 235 B

func isAcronym(words []string, s string) bool { if len(words) != len(s) { return false } for i, c := ran

LeetCode - Binary Tree Preorder Traversal - Go | Owner: abh | Views: 24 | Comments: 0 | Open/ Source 120 B

https://leetcode.com/problems/binary-tree-preorder-traversal/submissions/1579203892/?envType=problem-list-v2&envId=stack

Login.php | Owner: djdj | Views: 74 | Comments: 0 | Open/ Source 4.06 KB

<?php // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){ // header("location:welcome.php"); //

index.html | Owner: cody | Views: 116 | Comments: 0 | Open/ Source 892 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

is_palindrome.py | Owner: abh | Views: 224 | Comments: 0 | Open/ Source 606 B

#Check the given string, number or list is palindrome or not. def is_palindrome(n: int) -> bool: r = 0 t = n while

index.html | Owner: cody | Views: 168 | Comments: 0 | Open/ Source 12.22 KB

<!-- Based on Build a Responsive Website by Brad Traversy (2020) see: https://www.youtube.com/watch?v=p0bGHP-PXD4 --> <!DOCTYPE

index.html | Owner: cody | Views: 102 | Comments: 0 | Open/ Source 1.59 KB

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti

Variable.php | Owner: djdj | Views: 71 | Comments: 0 | Open/ Source 301 B

<?php $name = "Dj"; echo "This is $name"; /* 1. start with a $ sign. 2. cannot satrt with a number. 3. must start with

LeetCode - Insert Delete GetRandom O(1) - Python | Owner: abh | Views: 249 | Comments: 0 | Open/ Source 679 B

from random import choice class RandomizedSet: def __init__(self): self.values = [] def insert(self, val

OTP Generator.html | Owner: shubh | Views: 263 | Comments: 0 | Open/ Source 467 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initia

newform.html | Owner: dakshbadal1379 | Views: 108 | Comments: 0 | Open/ Source 2.51 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 165 | Comments: 0 | Open/ Source 3.67 KB

<!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021) see: https://www.youtube.com/watch?v=O7WbVj5ap

LeetCode - Maximum Score After Splitting a String - Python | Owner: abh | Views: 64 | Comments: 0 | Open/ Source 301 B

class Solution: def maxScore(self, s: str) -> int: maxscore = 0 for i in range(1, len(s)): l

npr.py | Owner: abh | Views: 353 | Comments: 0 | Open/ Source 153 B

def npr(n, r): return factorial(n) // factorial(n-r) def npr(n, r): result = 1 for i in range(r): result *=

index.html | Owner: cody | Views: 189 | Comments: 0 | Open/ Source 1.5 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

gallary.html | Owner: cody | Views: 58 | Comments: 0 | Open/ Source 20.8 KB

<!-- <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style>

index.html | Owner: cody | Views: 88 | Comments: 0 | Open/ Source 17.4 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

index.html | Owner: dakshbadal1379 | Views: 137 | Comments: 0 | Open/ Source 3.21 KB

<!DOCTYPE html> <html lang="en"> <head> <!-- Design by foolishdeveloper.com --> <title>Glassmorphism login Form Tutori

Divs ka jol mal | Owner: djdj | Views: 2 | Comments: 0 | Open/ Source 4.87 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

Post-Method.php | Owner: djdj | Views: 247 | Comments: 0 | Open/ Source 413 B

<?php if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){ $name = $_POST['name']; $email = $_POST

index.html | Owner: light | Views: 46 | Comments: 0 | Open/ Source 1.49 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

index.html | Owner: cody | Views: 136 | Comments: 0 | Open/ Source 479 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>O

Session_Logout.php | Owner: djdj | Views: 88 | Comments: 0 | Open/ Source 104 B

<?php session_start(); session_unset(); session_destroy(); echo "you are logged out"; ?>

index.html | Owner: cody | Views: 181 | Comments: 0 | Open/ Source 647 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

Q183_Customers_Who_Never_Order.sql | Owner: djdj | Views: 218 | Comments: 0 | Open/ Source 88 B

select name as Customers from Customers where id not in(select customerId from Orders);

index.html | Owner: cody | Views: 173 | Comments: 0 | Open/ Source 871 B

<!DOCTYPE html> <html> <head> <link rel="shortcut icon" href="assets/hangman-game.png" type="image/x-icon"> <link rel="s

index.html | Owner: cody | Views: 176 | Comments: 0 | Open/ Source 1.25 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Social Buttons</title> <meta

index.html | Owner: cody | Views: 170 | Comments: 0 | Open/ Source 3.61 KB

<!-- Based on Parallax Landing Page - Rellax.js by Brad Traversy (2020) see: https://www.youtube.com/watch?v=aAxt0Z7IXIo --> <!

LeetCode - Baseball Game - Go | Owner: abh | Views: 32 | Comments: 0 | Open/ Source 1.25 KB

import "fmt" type Stack struct { values []int } func (stack *Stack) push(n int) { stack.values = append(stack.value

hello-world.i | Owner: demo | Views: 296 | Comments: 0 | Open/ Source 76 B

index.html | Owner: demo | Views: 270 | Comments: 0 | Open/ Source 1.64 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

19.txt | Owner: coderai | Views: 169 | Comments: 0 | Open/ Source 910 B

7asg is a general-purpose programming language renowned for its simplicity, readability, and adaptability. It utilizes static t

webpage3.html | Owner: demo | Views: 253 | Comments: 0 | Open/ Source 1.93 KB

<!DOCTYPE html> <html> <head> <title>JavaScript Demo Page</title> <style> body { font-family:

webpage2.html | Owner: demo | Views: 234 | Comments: 0 | Open/ Source 1.71 KB

<!DOCTYPE html> <html> <head> <title>My Unique Demo Page</title> <style> body { font-family: "

Comingsoon.Html | Owner: amar | Views: 275 | Comments: 0 | Open/ Source 586 B

</head> <body> <div class="bgimg w3-display-container w3-animate-opacity w3-text-white"> <div class="w3-display-topleft w

file-upload.html | Owner: abh | Views: 233 | Comments: 0 | Open/ Source 258 B

<!-- file-uplaod.html --> <form action="/action/upload" method="POST" enctype="multipart/form-data"> <input type="file" name="fi

T4 | Owner: itintern | Views: 8 | Comments: 0 | Open/ Source 6.34 KB

<html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

Zoro | Owner: light | Views: 51 | Comments: 0 | Open/ Source 4.63 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

lazy-lock.json | Owner: abh | Views: 6 | Comments: 0 | Open/ Source 2.5 KB

{ "SimpylFold": { "branch": "master", "commit": "ff4c85197c5555715093c08a8d4f9d493c4d80cd" }, "Zenburn": { "branch": "master

login.html | Owner: dakshbadal1379 | Views: 99 | Comments: 0 | Open/ Source 2.53 KB

<!DOCTYPE html> <html> <head> <title>Register</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link

display-date-and-time.js | Owner: demo | Views: 147 | Comments: 0 | Open/ Source 86 B

const currentDate = new Date(); console.log(`Current Date and Time: ${currentDate}`);

| Owner: itintern | Views: 5 | Comments: 0 | Open/ Source 7.73 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,

opdppfdg7z.pdf | Owner: djdj | Views: 19 | Comments: 0 | Open/ Source 5.74 MB

index.html | Owner: cody | Views: 193 | Comments: 0 | Open/ Source 2.13 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Snackbar</title> <link rel="s

bulb.html | Owner: shubh | Views: 204 | Comments: 0 | Open/ Source 859 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

Hello.php | Owner: djdj | Views: 239 | Comments: 0 | Open/ Source 337 B

<?php echo "Hello World!"; ?> <!-- For embedding/use PHP we have to use <?php ?> all the php code will goes within the <?php

Operator.php | Owner: djdj | Views: 102 | Comments: 0 | Open/ Source 1.7 KB

<?php /*Operators 1. Arithmetic Operator 2. Assignment Operator 3. Comparison Operator 4. Logical Operator */ $a = 10; $b = 5

index.html | Owner: cody | Views: 172 | Comments: 0 | Open/ Source 567 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-sc

index.html | Owner: cody | Views: 110 | Comments: 0 | Open/ Source 7.49 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S

index.html | Owner: cody | Views: 142 | Comments: 0 | Open/ Source 1.78 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in

30 Days Of JavaScript | Owner: cody | Views: 222 | Comments: 0 | Open/ Source 87.92 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"

Character counter..html | Owner: sachinthakur | Views: 232 | Comments: 0 | Open/ Source 2.11 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=ed