HTMLify your dreams

Filter Options:
index.html | Owner: cody | Views: 128 | Comments: 0 | Open/ Source 10.1 KB

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

index.html | Owner: cody | Views: 50 | Comments: 0 | Open/ Source 743 B

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

contactus.html | Owner: tanishkak | Views: 44 | Comments: 0 | Open/ Source 4.51 KB

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

calc.html | Owner: kartik | Views: 227 | Comments: 0 | Open/ Source 3.08 KB

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

index.html | Owner: cody | Views: 99 | Comments: 0 | Open/ Source 680 B

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

[FIX] CSS ISSUE | Owner: abh | Views: 182 | Comments: 0 | Open/ Source 405 B

<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="css-issue.css"> <title>CSS issue fixed</t

index.html | Owner: cody | Views: 148 | Comments: 0 | Open/ Source 494 B

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

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

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

index.html | Owner: cody | Views: 114 | Comments: 0 | Open/ Source 965 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Whack A Mole!</title> <link href='https://fonts.googleapis

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

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

index.html | Owner: khushi | Views: 290 | Comments: 0 | Open/ Source 1.42 KB

<div id="main"> <h1>DATE pr chle ?</h1> <button id="yes" onclick="yes()"> Yes </button> <button id="no" onmouseov

To Do List | Owner: deepika | Views: 324 | Comments: 0 | Open/ Source 842 B

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

index.html | Owner: cody | Views: 116 | Comments: 0 | Open/ Source 1.0 KB

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

LeetCode - Reverse Only Letters - Python | Owner: abh | Views: 162 | Comments: 0 | Open/ Source 393 B

class Solution: def reverseOnlyLetters(self, s: str) -> str: s = list(s) chars = "qwertyuiopasdfghjklzxcv

index_socials.html | Owner: cody | Views: 102 | Comments: 0 | Open/ Source 3.51 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Signup Example</title> <link rel="stylesheet"

instagram.html | Owner: cody | Views: 144 | Comments: 0 | Open/ Source 1.09 KB

<!DOCTYPE html> <html> <head> <title>T Y P I N G ProWess</title> <meta charset="UTF-8"> <meta name="viewport" content="wid

7.txt | Owner: coderai | Views: 52 | Comments: 0 | Open/ Source 1.82 KB

The "@" symbol, also known as the "at" symbol, is widely used in social media platforms and online forums to tag or mention ano

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

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

13.txt | Owner: coderai | Views: 82 | 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

file-show.html | Owner: abh | Views: 142 | Comments: 0 | Open/ Source 3.91 KB

<!DOCTYPE html> <html> <head> <title>{{ file.name }}</title> {% include "stylesheet.html" %} <link rel="stylesheet"

health.html | Owner: djdj | Views: 0 | Comments: 0 | Open/ Source 314.07 KB

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

Q181_Employees_Earning_More_Than_Their_Managers.sql | Owner: djdj | Views: 173 | Comments: 0 | Open/ Source 104 B

SELECT e.name AS Employee FROM Employee e, Employee a WHERE e.managerID = a.id AND e.salary > a.salary;

search-result.html | Owner: abh | Views: 135 | Comments: 0 | Open/ Source 1.53 KB

<!-- search-result.html --> <!DOCTYPE html> <html> <head> <title>HTMLify Search - {{ q }}</title> {% include "stylesheet

bs5.html | Owner: demo | Views: 190 | Comments: 0 | Open/ Source 2.61 KB

<!DOCTYPE html> <html> <head> <title>Bootstrap Form Demo</title> <!-- Include Bootstrap CSS from a CDN --> <lin

indes.html | Owner: dakshbadal1379 | Views: 159 | Comments: 0 | Open/ Source 2.32 KB

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

test.html | Owner: demo | Views: 208 | Comments: 0 | Open/ Source 733 B

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

Sum of prime numbers in given range | Owner: cody | Views: 84 | Comments: 0 | Open/ Source 274 B

def is_prime(n): if n < 2: return False for i in range(2, n//2+1): if not n%i: return F

index.html | Owner: cody | Views: 111 | Comments: 0 | Open/ Source 1.03 KB

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

index.html | Owner: cody | Views: 138 | Comments: 0 | Open/ Source 3.98 KB

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

index.html | Owner: cody | Views: 114 | Comments: 0 | Open/ Source 903 B

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Three Number Game</title> <link rel="stylesheet" hr

29.txt | Owner: coderai | Views: 71 | Comments: 0 | Open/ Source 2.8 KB

* **I can help you learn new programming languages.** If you're interested in learning a new programming language, I can provid

Baackground Color Changer | Owner: cody | Views: 125 | Comments: 0 | Open/ Source 1.01 KB

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

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

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

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

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

LeetCode - First Letter to Appear Twice - Python | Owner: abh | Views: 151 | Comments: 0 | Open/ Source 185 B

class Solution: def repeatedCharacter(self, s: str) -> str: seen = set() for c in s: if c in

index.html | Owner: cody | Views: 69 | 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

index.html | Owner: cody | Views: 45 | Comments: 0 | Open/ Source 1.21 KB

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

LeetCode - Patients With a Condition - MySQL | Owner: abh | Views: 198 | Comments: 4 | Open/ Source 128 B

# Write your MySQL query statement below SELECT * FROM patients WHERE conditions LIKE '% DIAB1%' or conditions LIKE 'DIAB1%' ;

Q263_Ugly_Number.py | Owner: djdj | Views: 196 | Comments: 0 | Open/ Source 272 B

class Solution(object): def isUgly(self, n): if n == 1: return 1 if n <=0: return 0

index.html | Owner: demo | Views: 187 | 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

intro.html | Owner: himanshuyadav | Views: 120 | Comments: 0 | Open/ Source 1.24 KB

<DOC TYPE html> <html> <head> <title>MY FIRST WEBPAGE</title> </head> <body bgcolour="yellow"> <H1>MY PERSONAL

index.html | Owner: cody | Views: 120 | Comments: 0 | Open/ Source 2.27 KB

<!-- Build Parallax Website With HTML CSS & Javascript by Simo Edwin - Dev Ed (2021) see: https://www.youtube.com/watch?v=Nt70Ld

| Owner: itintern | Views: 5 | 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">

54.txt | Owner: coderai | Views: 77 | Comments: 0 | Open/ Source 1.18 KB

**Coding Tutorials:** - Extensive library covering beginner to advanced concepts - Step-by-step tutorials with clear explanatio

encrypt_caesar_cipher.py | Owner: abh | Views: 204 | Comments: 0 | Open/ Source 284 B

def encrypt_caesar_cipher(text, shift): cipher = "" for char in text: if char.isalpha(): offset = 65

Get-Method.php | Owner: djdj | Views: 142 | Comments: 0 | Open/ Source 408 B

<?php if($_SERVER['REQUEST_METHOD'] == 'GET'){//if (isset($_GET)){ $name = $_GET['name']; $email = $_GET['em

index.html | Owner: cody | Views: 132 | Comments: 0 | Open/ Source 4.44 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Login Example</title> <meta na

UserLogin.html | Owner: dakshbadal1379 | Views: 205 | 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: 104 | Comments: 0 | Open/ Source 1.09 KB

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

Leetcode Simple Question | Owner: djdj | Views: 248 | Comments: 0 | Open/ Source 2.49 KB

<h1>Simple 1</h1> <table border="1"> <tr><td><a href ="https://leetcode.com/problems/neither-minimum-nor-maximum/">Neither Min

sum.py | Owner: abh | Views: 715 | Comments: 2 | Open/ Source 314 B

def sum(*nums): s = 0 for i in nums: s += i return s def sum(*nums: int): s = 0 for n in nums:

index.html | Owner: cody | Views: 119 | Comments: 0 | Open/ Source 1.15 KB

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

First | Owner: shivam | Views: 2 | Comments: 0 | Open/ Source 16 B

<h1> Hello </h1>

bmi.py | Owner: abh | Views: 188 | Comments: 0 | Open/ Source 68 B

def bmi(weight: "kg", height: "m"): return weight / height ** 2

Associative-Array.php | Owner: djdj | Views: 133 | Comments: 0 | Open/ Source 873 B

<?php //Numeric Array or Index Array $arr = array('ram','shiv','kumar','arjun'); echo $arr[0]; echo $arr[1];

MySqL-Database.php | Owner: djdj | Views: 136 | Comments: 0 | Open/ Source 672 B

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

digital_sum.py | Owner: abh | Views: 168 | Comments: 0 | Open/ Source 255 B

def digital_sum(n: int): s = 0 while n: s += n % 10 n //= 10 return s def digital_sum(n: int):

Q2667_Create_Hello_World_Function.js | Owner: djdj | Views: 102 | Comments: 0 | Open/ Source 110 B

var createHelloWorld = function() { return function(...args) { return "Hello World" } };

| Owner: djdj | Views: 276 | Comments: 0 | Open/ Source 1.03 KB

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

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

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

index.html | Owner: cody | Views: 65 | 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

index.html | Owner: cody | Views: 120 | 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">

index.html | Owner: cody | Views: 166 | Comments: 0 | Open/ Source 2.75 KB

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

index.html | Owner: cody | Views: 50 | Comments: 0 | Open/ Source 1.04 KB

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

index.html | Owner: cody | Views: 55 | Comments: 0 | Open/ Source 416 B

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

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

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

index.html | Owner: cody | Views: 57 | Comments: 0 | Open/ Source 419 B

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

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

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

index.html | Owner: cody | Views: 123 | Comments: 0 | Open/ Source 2.27 KB

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

BMI - Calculator | Owner: cody | Views: 115 | Comments: 0 | Open/ Source 1.92 KB

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

index.html | Owner: cody | Views: 122 | Comments: 0 | Open/ Source 5.49 KB

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

Data-Types.php | Owner: djdj | Views: 94 | Comments: 0 | Open/ Source 969 B

<?php $name = "Dj"; //String $salary = 5000000; //Interger $experience = 1.5; //Float $bonus = "50.25k";//Decim

rahul verma html program.html | Owner: rahul_verma_coder | Views: 98 | Comments: 0 | Open/ Source 8.37 KB

<!DOCTYPE html> <html> <head> <title>my</title> </head> <body> <p align="right">my name is rah

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

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

index.html | Owner: cody | Views: 135 | Comments: 0 | Open/ Source 919 B

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

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

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

check-leap-year.cpp | Owner: demo | Views: 165 | Comments: 0 | Open/ Source 650 B

#include <iostream> using namespace std; int main() { int year; cout << "Enter a year: "; cin >> year; // le

index.html | Owner: cody | Views: 111 | Comments: 0 | Open/ Source 1.91 KB

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

BrainF#ck Interpreter | Owner: abh | Views: 150 | Comments: 0 | Open/ Source 3.29 KB

#!/usr/bin/python from sys import argv from os import system def help(): print( "Usages: ./bf <op

index.html | Owner: cody | Views: 84 | Comments: 0 | Open/ Source 1.32 KB

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

sortable list | Owner: cody | Views: 111 | Comments: 0 | Open/ Source 971 B

<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API --> <!DOCTYPE html> <html lang="en">

index.html | Owner: cody | Views: 134 | Comments: 0 | Open/ Source 690 B

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

PRINT HALLOW DIAMOND PATTERN USING WHILE LOOP | Owner: sunny_jain | Views: 104 | 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;

Q2620_Counter.js | Owner: djdj | Views: 83 | Comments: 0 | Open/ Source 103 B

var createCounter = function(n) { let c = n; return function() { return c++; }; };

index.html | Owner: cody | Views: 122 | Comments: 0 | Open/ Source 7.66 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Sidebar</title> <link rel="preconne

index.html | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 1.3 KB

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

index.html | Owner: cody | Views: 180 | Comments: 0 | Open/ Source 3.35 KB

<div class="nav-bar h-nav-resp"> <div class="nav-left v-resp"> <h3 class="logo">PaathShala</h3> <nav class="nav-

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

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

index.html | Owner: cody | Views: 105 | Comments: 0 | Open/ Source 295 B

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Fractal Tree Visualizer</title> <link rel="styleshe

README.md | Owner: djdj | Views: 217 | Comments: 0 | Open/ Source 341 B

- šŸ‘‹ Hi, Iā€™m @upraity - šŸ‘€ Iā€™m interested in programmimg - šŸŒ± Iā€™m currently learning language - šŸ’žļø Iā€™m looking to collaborate on ..

factorial.py | Owner: abh | Views: 161 | Comments: 0 | Open/ Source 232 B

#Calculate the factorial of given number def factorial(n: int) -> int: if n == 0: return 1 return factorial(n-1

index.html | Owner: cody | Views: 151 | Comments: 0 | Open/ Source 2.09 KB

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Math Game</title> <link rel='stylesheet' href='http

Form.php | Owner: djdj | Views: 46 | Comments: 0 | Open/ Source 5.47 KB

<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" c

COA Notes | Owner: djdj | Views: 768 | Comments: 0 | Open/ Source 18.4 MB

AlertBox.html | Owner: shubh | Views: 171 | Comments: 0 | Open/ Source 389 B

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

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

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

index.html | Owner: cody | Views: 110 | 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

index.html | Owner: cody | Views: 133 | Comments: 0 | Open/ Source 2.29 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Sidebar</title> <link rel="preconne

index.html | Owner: cody | Views: 120 | Comments: 0 | Open/ Source 2.78 KB

<!-- Based on Build One Color UI Responsive Website by Simo Edwin - Dev Ed (2020) see: https://www.youtube.com/watch?v=2IjyqauKu

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

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

Q509_Fibonacci_Series.c | Owner: djdj | Views: 158 | Comments: 0 | Open/ Source 123 B

index.html | Owner: cody | Views: 107 | Comments: 0 | Open/ Source 1.12 KB

<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis --> <!DOCTYPE html> <html lang="en"> <head>

index.html | Owner: cody | Views: 107 | Comments: 0 | Open/ Source 1.02 KB

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

courses-intership.html | Owner: shubh | Views: 4 | Comments: 0 | Open/ Source 6.56 KB

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

qcfc.py | Owner: abh | Views: 198 | Comments: 0 | Open/ Source 2.36 KB

#quiz ans cheker for college #07/10/2023 def ans(): return open("ans.txt").read().split("\n")[:-1] def std(no):

Create-some-new.php | Owner: djdj | Views: 103 | Comments: 0 | Open/ Source 11.77 KB

<?php $add = false; $update = false; $delete = false; // Connecting to the Db $servername = "localhost";

Signinbox2.html | Owner: amar | Views: 26 | Comments: 0 | Open/ Source 7.16 KB

search-result.html | Owner: abh | Views: 132 | Comments: 0 | Open/ Source 775 B

<!-- search-result.html --> <form class="search-form" action="/search" method="GET" style="margin:20p;"> <input type="text" name

index.html | Owner: cody | Views: 147 | Comments: 0 | Open/ Source 866 B

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

index.html | Owner: cody | Views: 118 | Comments: 0 | Open/ Source 1.05 KB

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

what's_your_name.py | Owner: djdj | Views: 162 | Comments: 0 | Open/ Source 120 B

def print_full_name(first_name,last_name): print("Hello",first_name,last_name,end='! You just delved into python.')

index.html | Owner: cody | Views: 128 | Comments: 0 | Open/ Source 501 B

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

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

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

| 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">

registration.html | Owner: abh | Views: 163 | Comments: 0 | Open/ Source 944 B

<!DOCTYPE html> <html> <head> <title>Registration</title> {% include "stylesheet.html" %} <style> </style> </he

Git Magic | Owner: cody | Views: 163 | Comments: 0 | Open/ Source 2.59 KB

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

Mc | Owner: djdj | Views: 407 | Comments: 0 | Open/ Source 6.4 KB

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

index.html | Owner: cody | Views: 57 | 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: 94 | Comments: 0 | Open/ Source 1.0 KB

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

gcertificate.html | Owner: sachinthakur | Views: 163 | Comments: 0 | Open/ Source 2.32 KB

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

Character counter..html | Owner: sachinthakur | Views: 171 | 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

index.html | Owner: cody | Views: 126 | Comments: 0 | Open/ Source 3.02 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Accordion 01</title> <meta na

Q596_Classes_More_Than_5_Studeents.sql | Owner: djdj | Views: 166 | Comments: 0 | Open/ Source 66 B

select class from courses group by class having count(class) >= 5

index.html | Owner: cody | Views: 68 | Comments: 0 | Open/ Source 1.34 KB

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

58.txt | Owner: coderai | Views: 88 | Comments: 0 | Open/ Source 2.08 KB

**1. Knowledge and Expertise Exchange:** * Establish regular webinars or workshops to share research findings, industry insigh

index.html | Owner: cody | Views: 148 | 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_socials.html | Owner: cody | Views: 114 | Comments: 0 | Open/ Source 2.0 KB

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

Windows 11 | Owner: cody | Views: 132 | Comments: 0 | Open/ Source 2.2 KB

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