HTMLify your dreams

Filter Options:
Rock Paper Scissors Game in Kotlin | Owner: demo | Views: 217 | Comments: 0 | Open/ Source 1.04 KB

import java.util.Random fun main() { val options = arrayOf("Rock", "Paper", "Scissors") while (true) { p

imagecard.html | Owner: tanishkak | Views: 162 | 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: 50 | Comments: 0 | Open/ Source 408 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: 130 | Comments: 0 | Open/ Source 656 B

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

index.html | Owner: cody | Views: 175 | Comments: 0 | Open/ Source 693 B

<!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 997 B

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

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

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

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

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

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

<!-- Based on Build A Responsive Website With HTML & CSS Tutorial by Simo Edwin - Dev Ed (2019) see: https://www.youtube.com/wat

LeetCode - Squares of a Sorted Array - Python | Owner: abh | Views: 116 | Comments: 0 | Open/ Source 129 B

class Solution: def sortedSquares(self, nums: List[int]) -> List[int]: return list(sorted(map(lambda a:a*a, nums))

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: 128 | Comments: 0 | Open/ Source 11.09 KB

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

index.html | Owner: cody | Views: 116 | Comments: 0 | Open/ Source 800 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: 122 | 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"/>

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

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

What is Normalization | DBMS | Owner: cody | Views: 280 | Comments: 0 | Open/ Source 15.92 KB

<html> <head> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> <meta name=Generator content="Microsoft Wor

index.html | Owner: khushi | Views: 98 | 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

index.html | Owner: cody | Views: 59 | 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: 132 | Comments: 0 | Open/ Source 1.91 KB

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

index.html | Owner: cody | Views: 125 | Comments: 0 | Open/ Source 1.86 KB

<html> <head> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/main.css

index.html | Owner: cody | Views: 142 | Comments: 0 | Open/ Source 864 B

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

DBMS Assignment | Owner: djdj | Views: 938 | Comments: 0 | Open/ Source 5.76 MB

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

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

index.html | Owner: cody | Views: 123 | Comments: 0 | Open/ Source 612 B

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

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: 117 | Comments: 0 | Open/ Source 1.32 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: 63 | Comments: 0 | Open/ Source 1.66 KB

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

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

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

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"

cookies.php | Owner: djdj | Views: 57 | Comments: 0 | Open/ Source 102 B

<?php //Cookies setcookie('category','name',time() + 86400,'/'); echo 'cookies is set'; ?>

Q258_Add_Digits.rs | Owner: djdj | Views: 183 | Comments: 0 | Open/ Source 145 B

impl Solution { pub fn add_digits(num: i32) -> i32 { if(num==0){ return 0; } return (num

index.html | Owner: cody | Views: 144 | Comments: 0 | Open/ Source 1.71 KB

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

js2.html | Owner: demo | Views: 191 | Comments: 0 | Open/ Source 690 B

<!DOCTYPE html> <html> <head> <title>Vibration Button</title> </head> <body> <button id="vibrateButton"><h1>Vibrat

index.html | Owner: cody | Views: 146 | Comments: 0 | Open/ Source 6.92 KB

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

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

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

index.html | Owner: cody | Views: 129 | Comments: 0 | Open/ Source 707 B

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

index.html | Owner: cody | Views: 69 | Comments: 0 | Open/ Source 806 B

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

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

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

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

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

Python Task 3 | Owner: itintern | Views: 5 | Comments: 0 | Open/ Source 7.08 KB

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

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

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

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

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

Signinboxbyamarrr | Owner: amar | Views: 42 | Comments: 0 | Open/ Source 7.17 KB

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

index_socials.html | Owner: cody | Views: 119 | Comments: 0 | Open/ Source 2.54 KB

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

| Owner: djdj | Views: 85 | 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

len.py | Owner: abh | Views: 183 | Comments: 0 | Open/ Source 174 B

def len(obj) -> int: c = 0 while obj: c += 1 obj = obj[1:] return c def len(obj) -> int: c = 0

home_page.html | Owner: cody | Views: 131 | Comments: 0 | Open/ Source 1.37 KB

<!DOCTYPE html> <html> <head> <title>My Homepage</title> <link rel="stylesheet" href="home_page.css"> </head> <bod

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

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

index.html | Owner: cody | Views: 76 | Comments: 0 | Open/ Source 867 B

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

rcck3uh1ux.html | Owner: dakshbadal1379 | Views: 45 | Comments: 0 | Open/ Source 2.39 KB

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

notifications.html | Owner: abh | Views: 129 | Comments: 0 | Open/ Source 947 B

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

index.html | Owner: cody | Views: 145 | Comments: 0 | Open/ Source 2.33 KB

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

index.html | Owner: itintern | Views: 41 | Comments: 0 | Open/ Source 6.69 KB

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

42.txt | Owner: coderai | Views: 83 | Comments: 0 | Open/ Source 4.19 KB

```python def sum_of_numbers(numbers): """ This function takes a list of numbers and returns the sum of the numbers. Args

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

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

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

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

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

css3.html | Owner: demo | Views: 172 | Comments: 0 | Open/ Source 949 B

<!DOCTYPE html> <html> <head> <title>Continuous Fade In and Out Animation with CSS</title> <style> /* Custo

post.html | Owner: abh | Views: 186 | Comments: 0 | Open/ Source 4.83 KB

<!-- post.html --> {% extends "base.html" %} {% block title %}{{ post.title }}{% endblock %} {% block meta %}{{ post.meta }}{

about.html | Owner: demo | Views: 226 | Comments: 0 | Open/ Source 1.73 KB

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

index.html | Owner: cody | Views: 113 | Comments: 0 | Open/ Source 8.11 KB

<!-- Based on Hulu Webpage Clone | HTML & CSS by Brad Traversy (2021) see: https://www.youtube.com/watch?v=9OVLaEjY-Rc --> <!DO

index.html | Owner: cody | Views: 69 | Comments: 0 | Open/ Source 3.85 KB

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

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

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

index.html | Owner: cody | Views: 132 | Comments: 0 | Open/ Source 861 B

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

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: 113 | Comments: 0 | Open/ Source 1.62 KB

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

Files2.php | Owner: djdj | Views: 140 | Comments: 0 | Open/ Source 556 B

<?php echo "welcome"; $file = fopen('yoursfile.txt','w'); //when this file not exit so automatticay file create & write te

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

<!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 2.13 KB

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

mean.py | Owner: abh | Views: 160 | Comments: 0 | Open/ Source 303 B

def mean(*nums): s = 0 c = 0 for n in nums: s += n c += 1 return s / c def mean(nums): s =

Remove All Target from array with O(n) | Owner: abh | Views: 154 | Comments: 0 | Open/ Source 286 B

def remove_target(target, array): array = array.copy() ofset = 0 for i in range(len(array)): if array[i]

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):

Do you notice? | Owner: abh | Views: 151 | Comments: 3 | Open/ Source 35.92 KB

LeetCode - Shuffle String - Python | Owner: abh | Views: 286 | Comments: 0 | Open/ Source 206 B

class Solution: def restoreString(self, s: str, indices: List[int]) -> str: shuffeld = "" for i in range(

LeetCode - Insert Delete GetRandom O(1) - Duplicates allowed - Python | Owner: abh | Views: 133 | Comments: 0 | Open/ Source 686 B

from random import choice class RandomizedCollection: def __init__(self): self.values = [] def insert(se

index.html | Owner: cody | Views: 126 | Comments: 0 | Open/ Source 404 B

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

Q7_Reverse_Integer.py | Owner: djdj | Views: 150 | Comments: 0 | Open/ Source 286 B

def reverse(self, x): if x > (2**30) or x < (-2**31)+1: return 0 m = 0 if x < 0: x = x * (-1) m = 1 s = 0

login.html | Owner: abh | Views: 154 | Comments: 0 | Open/ Source 221 B

<!-- login.html --> <form action="/action/login" method="POST"> <input type="text" name="username" placeholder="username" /><br>

nav.php | Owner: djdj | Views: 116 | 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

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

Q1050_Actor_and_Directors)Who_Cooperated_At_Least_Three_Times.sql | Owner: djdj | Views: 181 | Comments: 0 | Open/ Source 121 B

select actor_id,director_id from ActorDirector group by actor_id, director_id Having count(actor_id = director_id) >=3;

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

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

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

index.html | Owner: cody | Views: 49 | Comments: 0 | Open/ Source 1.66 KB

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

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: itintern | Views: 8 | Comments: 0 | Open/ Source 6.73 KB

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

index.html | Owner: cody | Views: 59 | Comments: 0 | Open/ Source 1.71 KB

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

index.html | Owner: cody | Views: 62 | Comments: 0 | Open/ Source 1.14 KB

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

MySQL-Table.php | Owner: djdj | Views: 119 | Comments: 0 | Open/ Source 1.14 KB

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

28.txt | Owner: coderai | Views: 74 | Comments: 0 | Open/ Source 1.5 KB

**Knowledge and Information:** * **Answer questions:** Get answers to questions about a wide range of topics. * **Weather fore

LeetCode - Time Needed to Rearrange a Binary String - Python | Owner: abh | Views: 147 | Comments: 0 | Open/ Source 200 B

class Solution: def secondsToRemoveOccurrences(self, s: str) -> int: secs = 0 while "01" in s:

index.html | Owner: cody | Views: 127 | Comments: 0 | Open/ Source 571 B

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

Session_Get.php | Owner: djdj | Views: 112 | Comments: 0 | Open/ Source 222 B

<?php session_start(); if(isset($_SESSION['username'])){ echo "Welcome ". $_SESSION['username']. "\n"; } els

Files.php | Owner: djdj | Views: 142 | Comments: 0 | Open/ Source 1.0 KB

<?php //for read the file readfile('yoursfile.txt'); //for only read the file echo readfile('yoursfil

LeetCode - Counter - JavaScript | Owner: abh | Views: 86 | Comments: 0 | Open/ Source 289 B

/** * @param {number} n * @return {Function} counter */ var createCounter = function(n) { let count = n; return

Primenumber.html | Owner: amar | Views: 194 | Comments: 0 | Open/ Source 867 B

<script type="text/javascript"> // program to check if a number is prime or not // take input from the user const

Scope-Local-Global-Variable.php | Owner: djdj | Views: 52 | Comments: 0 | Open/ Source 576 B

<?php $a = 50; // Global Variable function paste(){ $a = 10; // Local Variable echo $a. "\n"; g

Displaying-Data.php | Owner: djdj | Views: 52 | Comments: 0 | Open/ Source 938 B

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

index.html | Owner: cody | Views: 101 | Comments: 0 | Open/ Source 586 B

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

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

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Gallery 03</title> <meta name

basic-webpage-structure.html | Owner: demo | Views: 212 | Comments: 0 | Open/ Source 178 B

<!DOCTYPE html> <html> <head> <title>My Web Page</title> </head> <body> <h1>Welcome to My Web Page</h1> <p>Th

[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

insertElement.html | Owner: shubh | Views: 154 | Comments: 0 | Open/ Source 1.1 KB

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

img3.html | Owner: djdj | Views: 7 | Comments: 0 | Open/ Source 2.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: 128 | 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">

Image Cards.html | Owner: shubh | Views: 267 | Comments: 0 | Open/ Source 1.57 KB

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

test.html | Owner: priyanka | Views: 252 | Comments: 0 | Open/ Source 1.76 KB

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

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

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

| Owner: itintern | Views: 41 | Comments: 0 | Open/ Source 5.01 KB

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

README.md | Owner: abh | Views: 146 | Comments: 1 | Open/ Source 10 B

# HTMLify

landingp.html | Owner: tanishkak | Views: 224 | Comments: 0 | Open/ Source 1.86 KB

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

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

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

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>

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

index.html | Owner: cody | Views: 129 | Comments: 0 | Open/ Source 9.22 KB

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

index.html | Owner: cody | Views: 51 | Comments: 0 | Open/ Source 1.08 KB

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

README.md | Owner: cody | Views: 2 | Comments: 0 | Open/ Source 12.79 KB

# 50 Projects in 50 Days - HTML/CSS and JavaScript This is the main repository for all of the projects in the course. -

Simple-Print.php | Owner: djdj | Views: 30 | Comments: 0 | Open/ Source 29 B

<?php echo 'hello dj'; ?>

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

index_socials.html | Owner: cody | Views: 115 | Comments: 0 | Open/ Source 1.74 KB

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

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

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

index.html | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 769 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 4.33 KB

<!-- Based on Product Landing Page by Brad Traversy (2019) see: https://www.youtube.com/watch?v=61R5kn_kYwY --> <!DOCTYPE html>

needhelp.html | Owner: amar | Views: 44 | Comments: 3 | Open/ Source 9.13 KB

index.html | Owner: cody | Views: 105 | Comments: 0 | Open/ Source 4.01 KB

<!-- Based on Build a Modern Landing Page Website by Kevin Powell for Traversy Media (2020) see: https://www.youtube.com/watch?v