Skip to content

Instantly share code, notes, and snippets.

View CarBen's full-sized avatar

Carol Benovic CarBen

  • New York
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>TIC TAC TOE</title>
<style>
td {
height: 100px;
width: 100px;
border-color: black;
border-width: 1px;