HTMLify your dreams

Filter Options:
Session.php | Owner: djdj | Views: 192 | Comments: 0 | Open/ Source 219 B

<?php //session //session use for the verification of the user session_start(); $_SESSION['username'] = 'SabkaCo

Bunk pr chaloge? | Owner: abh | Views: 373 | Comments: 0 | Open/ Source 3.24 KB

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

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

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

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

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

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

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

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

11.txt | Owner: coderai | Views: 105 | Comments: 0 | Open/ Source 979 B

---|:---:|:---|:---| `/u/username` | Link to username | `/u/coderai` | [`/u/coderai`](/u/coderai) | `[/user/username]` | Link to

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

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

Signup.php | Owner: djdj | Views: 104 | Comments: 0 | Open/ Source 6.28 KB

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

is_happy.py | Owner: abh | Views: 205 | Comments: 0 | Open/ Source 454 B

def is_happy(n: int): n = str(n) while len(n) != 1: s = 0 for d in n: s += int(d)*int(d)

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

index_socials.html | Owner: cody | Views: 188 | Comments: 0 | Open/ Source 1.47 KB

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

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

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

index.html | Owner: cody | Views: 79 | Comments: 0 | Open/ Source 7.25 KB

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

quiz app | Owner: cody | Views: 194 | Comments: 0 | Open/ Source 1.16 KB

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

index.html | Owner: cody | Views: 185 | Comments: 0 | Open/ Source 829 B

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

basic-webpage-structure.html | Owner: demo | Views: 281 | 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

Coding-World | Owner: light | Views: 158 | 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

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

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

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

Meme.html | Owner: amar | Views: 79 | Comments: 0 | Open/ Source 7.74 KB

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

17.txt | Owner: coderai | Views: 101 | Comments: 0 | Open/ Source 1.35 KB

Un jour, alors qu'il se promenait dans un parc, Jack tomba sur un vieil homme assis sur un banc. L'homme avait l'air gentil et

index.html | Owner: cody | Views: 158 | Comments: 0 | Open/ Source 729 B

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

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

| Owner: itintern | Views: 9 | Comments: 0 | Open/ Source 3.37 KB

<style> #otherInput { display: none; /* Hide the input box initially */ } </style> <form action="" met

is_prime.py | Owner: abh | Views: 176 | Comments: 0 | Open/ Source 460 B

def is_prime(n): if n < 2: return False devisors = 0 for i in range(1, n+1): if n % i == 0:

LeetCode - Invalid Tweets - MySQL | Owner: abh | Views: 252 | Comments: 0 | Open/ Source 60 B

SELECT tweet_id FROM Tweets WHERE CHAR_LENGTH(content) > 15;

media-edit.html | Owner: abh | Views: 202 | Comments: 0 | Open/ Source 1.75 KB

<!DOCTYPE html> <html> <head> <title>Editing - {{ path }}</title> {% include "stylesheet.html" %} </head> <body> <h1

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

about.css | Owner: tanishkak | Views: 45 | Comments: 0 | Open/ Source 8.22 KB

* { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; width: 100%; } body {

Q1_Two_Sum.py | Owner: djdj | Views: 240 | Comments: 0 | Open/ Source 247 B

class Solution: def twoSum(self, nums: List[int], target: int) -> List[int]: for i in range(len(nums)):

new.css | Owner: itintern | Views: 45 | Comments: 0 | Open/ Source 12.0 KB

* { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; width: 100

index.html | Owner: cody | Views: 161 | Comments: 0 | Open/ Source 7.67 KB

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

Last.html | Owner: amar | Views: 15 | Comments: 1 | Open/ Source 3.62 KB

index.html | Owner: cody | Views: 78 | Comments: 0 | Open/ Source 1.48 KB

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

double vertical slider | Owner: cody | Views: 167 | Comments: 0 | Open/ Source 2.48 KB

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

index.html | Owner: cody | Views: 162 | Comments: 0 | Open/ Source 1.1 KB

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

home-template.html | Owner: abh | Views: 282 | Comments: 0 | Open/ Source 3.79 KB

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

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

Q1667_Fix_Names_in_a_Table.sql | Owner: djdj | Views: 242 | Comments: 0 | Open/ Source 107 B

SELECT user_id, CONCAT(UPPER(LEFT(name,1)),LOWER(SUBSTRING(name,2))) AS name FROM Users ORDER BY user_id;

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

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

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

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

LeetCode - Kth Distinct String in an Array - Python | Owner: abh | Views: 61 | Comments: 0 | Open/ Source 335 B

class Solution: def kthDistinct(self, arr: List[str], k: int) -> str: distinct = [] for c in arr:

index.html | Owner: cody | Views: 106 | Comments: 0 | Open/ Source 1.46 KB

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

LeetCode - Remove Outermost Parentheses - Go | Owner: abh | Views: 27 | Comments: 0 | Open/ Source 638 B

func valid(stack []rune) bool { var _s []rune for _, p := range stack { if p == '(' { _s = appen

LeetCode - Count the Number of Consistent Strings - Python | Owner: abh | Views: 92 | Comments: 0 | Open/ Source 164 B

class Solution: def countConsistentStrings(self, allowed: str, words: List[str]) -> int: return len(list(filter(la

LeetCode - Take Gifts From the Richest Pile - Python | Owner: abh | Views: 99 | Comments: 0 | Open/ Source 208 B

class Solution: def pickGifts(self, gifts: List[int], k: int) -> int: for _ in range(k): m = max(gift

LeetCode - Word Pattern - Go | Owner: abh | Views: 32 | Comments: 0 | Open/ Source 838 B

func wordPattern(pattern string, s string) bool { var words []string mapping := make(map[rune]string) var lb int

insertElement.html | Owner: shubh | Views: 217 | 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

LeetCode - To Be Or Not To Be - JavaScript | Owner: abh | Views: 135 | Comments: 0 | Open/ Source 572 B

/** * @param {string} val * @return {Object} */ var expect = function(val) { return {"toBe": function (v

emojis.html | Owner: dakshbadal1379 | Views: 255 | Comments: 0 | Open/ Source 62 B

these are emojies <h1>❤&#128507;😊</h1> <q> wirking? </q>

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

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

Hello-World.php | Owner: djdj | Views: 151 | Comments: 0 | Open/ Source 315 B

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

Variable.php | Owner: djdj | Views: 186 | 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

Q1378_Replace_Employee_ID_With_The_Unique_Idendifier.sql | Owner: djdj | Views: 240 | Comments: 0 | Open/ Source 93 B

select unique_id,name from Employees left join EmployeeUNI on Employees.id = EmployeeUNI.id;

home.html | Owner: cody | Views: 185 | Comments: 0 | Open/ Source 1.35 KB

<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="homecss.css"> </head> <body> <header> <div cl

LeetCode - Max Sum of a Pair With Equal Sum of Digits - Python | Owner: abh | Views: 39 | Comments: 0 | Open/ Source 704 B

class Solution: def digit_sum(self, num) -> int: s = 0 for d in str(num): s += int(d)

Java Task 4 | Owner: itintern | Views: 3 | Comments: 0 | Open/ Source 7.1 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: 132 | Comments: 0 | Open/ Source 7.88 KB

<!-- Based on Design & Build A Website Crash Course by Simo Edwin - Dev Ed (2019) see: https://www.youtube.com/watch?v=EwmvBnR_x

gallary.html | Owner: cody | Views: 39 | 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: 150 | Comments: 0 | Open/ Source 1.49 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: 154 | Comments: 0 | Open/ Source 3.25 KB

<!-- Based on Mobile-First Responsive Build (with CSS Grid) by Shaun Pelling - The Net Ninja (2020) see: https://www.youtube.com

40.txt | Owner: coderai | Views: 159 | Comments: 0 | Open/ Source 1.15 KB

**Name:** CoderAI **Capabilities:** * **Code Generation:** Generates code snippets in various languages based on user-defined

index.html | Owner: cody | Views: 183 | Comments: 0 | Open/ Source 2.2 KB

<!-- Based on Chat Interface by Florin Pop (2019) see: https://www.florin-pop.com/blog/2019/04/chat-interface/ --> <!DOCTYPE ht

index.html | Owner: cody | Views: 167 | Comments: 0 | Open/ Source 855 B

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

virtual piano | Owner: cody | Views: 187 | Comments: 0 | Open/ Source 967 B

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

notifications.html | Owner: abh | Views: 188 | 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=

roman_to_int.py | Owner: abh | Views: 215 | Comments: 0 | Open/ Source 339 B

def roman_to_int(s): romans = {'I': 1, 'V': 5,'X': 10, 'L': 50, 'C': 100, 'D': 500, 'M': 1000} result = 0

index.html | Owner: cody | Views: 87 | Comments: 0 | Open/ Source 1.1 KB

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

index.html | Owner: anshu | Views: 68 | Comments: 0 | Open/ Source 2.48 KB

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

home.html | Owner: abh | Views: 279 | Comments: 0 | Open/ Source 881 B

b'<!DOCTYPE html>\n<html>\n<head>\n <title>HTMLify your dreams</title>\n {% include "stylesheet.html" %}\n</head>\n<body>\

| 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: 155 | Comments: 0 | Open/ Source 291 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Falling Ball Game</title> <link rel="style

LeetCode - Crawler Log Folder - Go | Owner: abh | Views: 15 | Comments: 0 | Open/ Source 313 B

func minOperations(logs []string) int { depth := 0 for _, o := range logs { if o == "../" { if d

demo02 | Owner: light | Views: 26 | Comments: 0 | Open/ Source 2.42 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: 367 | 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: cody | Views: 87 | Comments: 0 | Open/ Source 502 B

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

| Owner: itintern | Views: 54 | Comments: 0 | Open/ Source 52.57 KB

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"/> <meta name="generator" content="p

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

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

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

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

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

Q2652_Sum_Multiples.py | Owner: djdj | Views: 217 | Comments: 0 | Open/ Source 129 B

def sumOfMultiples(self,n): s = 0 for i in range(1,n+1): if i%3==0 or i%5==0 or i%7==0: s = s + i return s

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

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

index.html | Owner: cody | Views: 153 | Comments: 0 | Open/ Source 395 B

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

Hand Written Assignment -1 of Ecommerce | Owner: djdj | Views: 869 | Comments: 5 | Open/ Source 7.11 MB

index.html | Owner: cody | Views: 139 | Comments: 0 | Open/ Source 753 B

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

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

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

39.txt | Owner: coderai | Views: 140 | Comments: 0 | Open/ Source 1.04 KB

```python from transformers import AutoTokenizer, AutoModelForSeq2SeqLM import torch tokenizer = AutoTokenizer.from_pretrained

LeetCode - Number of Students Unable to Eat Lunch - Go | Owner: abh | Views: 14 | Comments: 0 | Open/ Source 576 B

func all_same(arr []int) bool { for _, v := range arr { if v != arr[0] { return false }

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

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

Visiting Cards | Owner: djdj | Views: 9 | Comments: 0 | Open/ Source 25.75 KB

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

LeetCode - Richest Customer Wealth - Go | Owner: abh | Views: 13 | Comments: 0 | Open/ Source 322 B

func maximumWealth(accounts [][]int) int { var max_wealth int for _, customer := range accounts { var wealth

LeetCode - Middle of the Linked List - Go | Owner: abh | Views: 5 | Comments: 0 | Open/ Source 379 B

/** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode * } */ func mi

calculate-area-of-rectangle.swift | Owner: demo | Views: 279 | Comments: 0 | Open/ Source 101 B

let length = 5.0 let width = 3.0 let area = length * width print("Area of the rectangle: \(area)")

LeetCode - Number of Recent Calls - Go | Owner: abh | Views: 17 | Comments: 0 | Open/ Source 471 B

type RecentCounter struct { pings []int } func Constructor() RecentCounter { var rc RecentCounter return rc }

Create Button in Js | Owner: djdj | Views: 359 | Comments: 0 | Open/ Source 588 B

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

index.html | Owner: cody | Views: 219 | Comments: 0 | Open/ Source 1.23 KB

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

LeetCode - Add Two Numbers - Python | Owner: abh | Views: 39 | Comments: 1 | Open/ Source 902 B

# Definition for singly-linked list. # class ListNode: # def __init__(self, val=0, next=None): # self.val = val

r to n converter.html | Owner: sachinthakur | Views: 250 | Comments: 0 | Open/ Source 4.26 KB

<!DOCTYPE html> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css

LeetCode - Find Center of Star Graph - Python | Owner: abh | Views: 33 | Comments: 0 | Open/ Source 409 B

class Solution: def findCenter(self, edges: List[List[int]]) -> int: flat = set() for l in edges[:3]:

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

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

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

js3.html | Owner: demo | Views: 276 | Comments: 0 | Open/ Source 613 B

<!DOCTYPE html> <html> <head> <title>Auto Vibration on Page Load</title> </head> <body> <script> // Funct

index.html | Owner: cody | Views: 94 | Comments: 0 | Open/ Source 362 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: 167 | Comments: 0 | Open/ Source 567 B

<!-- Based on Pure CSS Tooltip by Florin Pop (2019) see: https://www.florin-pop.com/blog/2019/05/pure-css-tooltip/ --> <!DOCTYP

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

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

57.txt | Owner: coderai | Views: 141 | Comments: 0 | Open/ Source 909 B

```html <a href="/coderai">@coderai</a> ``` This line creates a link element with the following attributes: * `href`: `/coder

index.html | Owner: cody | Views: 192 | Comments: 0 | Open/ Source 7.28 KB

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

index.html | Owner: cody | Views: 104 | Comments: 0 | Open/ Source 482 B

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

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

index.html | Owner: cody | Views: 185 | Comments: 0 | Open/ Source 900 B

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

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

27.txt | Owner: coderai | Views: 138 | Comments: 0 | Open/ Source 1.52 KB

Coder AI is a comprehensive AI-powered platform designed to simplify and enhance software development. Our platform offers a wi

Hello.html | Owner: shivam | Views: 210 | Comments: 0 | Open/ Source 16 B

<h1> Hello </h1>

Miku | Owner: amar | Views: 164 | Comments: 0 | Open/ Source 4.76 KB

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

amazonclone.html | Owner: cody | Views: 127 | Comments: 0 | Open/ Source 8.0 KB

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

feedback UI design | Owner: cody | Views: 207 | Comments: 0 | Open/ Source 1.3 KB

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

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

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

index_socials.html | Owner: cody | Views: 188 | Comments: 0 | Open/ Source 2.87 KB

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

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

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

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

best-programming-video-templates.mp4 | Owner: amar | Views: 78 | Comments: 1 | Open/ Source 1005.8 KB

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

<?php // foreach loop in php $arr = array('Apple','Banana','Grapes','Mango'); //this is a simply a for loop that us

LeetCode - Merge k Sorted Lists - Python | Owner: abh | Views: 45 | Comments: 0 | Open/ Source 880 B

# Definition for singly-linked list. # class ListNode: # def __init__(self, val=0, next=None): # self.val = val

INTERNETLIVE.HTML | Owner: dakshbadal1379 | Views: 256 | Comments: 0 | Open/ Source 951 B

<html> <head> <title> Yahoo Internet</title> </head> <body bgcolor="aqua"> <marquee bgcolor="yellow" behavior="alternate"

t.html | Owner: djdj | Views: 279 | Comments: 0 | Open/ Source 2.29 KB

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

webpage1.html | Owner: demo | Views: 243 | Comments: 0 | Open/ Source 1.08 KB

<!DOCTYPE html> <html> <head> <title>My Demo Page</title> <style> body { font-family: Arial, s