Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Web Editor</title>
<title>Web Page Editor(2020)</title>
</head>
<body>
<table>
Expand All @@ -13,17 +13,17 @@
<div id="html" class="content" contenteditable></div>
</td>
<td>
<div class="tag">CSS</div>
<div class="tag">Cascading Style Sheets(CSS)</div>
<div id="css" class="content" contenteditable></div>
</td>
</tr>
<tr>
<td>
<div class="tag">JavaScript</div>
<div class="tag">JavaScript(J S)</div>
<div id="js" class="content" contenteditable></div>
</td>
<td>
<div class="tag">Output</div>
<div class="tag">Outcome of the code such the OUTPUT</div>
<iframe id="output"></iframe>
</td>
</tr>
Expand Down Expand Up @@ -66,9 +66,9 @@
width:100%;
}
td{
border:2px solid black;
border:3px solid black;
height:50%;
padding:25px 5px 5px 5px;
padding:26px 5px 5px 5px;
position:relative;
vertical-align:top;
width:50%;
Expand All @@ -78,4 +78,4 @@
right:5px;
top:5px;
}
</style>
</style>