Pages/Halaman:
Dapatkan berita terupdate dari SAFAHAD.MY.ID di:
SAFAHAD - HTML editor is a program for HTML editing, web page markup. While HTML markup on web pages can be controlled with any text editor. If you want to parse the html you can do it here
Example HTML Code:
<!DOCTYPE html>
<html>
<head>
<title>Learn to Make HTML Tables</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
</head>
<body>
Learn to Make HTML Tables
<div><b><span style="color: red;">Red</span>, <span style="color: #fcff01;">Yellow</span>, <span style="color: #38761d;">Green</span>, in the <span style="color: #2b00fe;">Blue</span> sky... <i class="fa fa-volume-up" aria-hidden="true"></i> <i class="fa fa-smile-o" aria-hidden="true"></i>
<table border="1" cellpadding="10">
<tr>
<td bgcolor="red">Row 1 column 1</td>
<td bgcolor="yellow">Row 1 column 2</td>
</tr>
<tr>
<td bgcolor="green">Row 2 column 1</td>
<td bgcolor="blue">Row 2 column 2</td>
</tr>
</table>
</body>
</html>
Real HTML Editor Online
Lihat Juga
Lihat Juga