Screenshoot :
Kode HTML :
<!DOCTYPE html>
<html lang="en-US">
<head>
<title> HTML </title>
</head>
<body style="background-color:powderblue;">
<center>
<a href="http://www.abimantranahastaprawirabmpnjbatch3.blogspot.com.com">
</center>
<h1> HTML </h1>
<hr>
<p><b>HTML Text Formatting Tags</b></p>
<ul style="list-style-type:circle">
<li> Bold Text = <b> BOLD </b></li>
<li> Big Text = <big> BIG </big></li>
<li> Emphasized Text = <em> EMPHASIZED </em></li>
<li> Italic Text = <i> ITALIC </i></li>
<li> Small Text = <small> SMALL </small></li>
<li> Strong Text = <strong> STRONG </strong></li>
<li> Subscripted Text = <sub> Subscripted </sub></li>
<li> Superscripted Text = <sup> SUPERSCRIPTED </sup></li>
<li> Inserted Text = <ins> INSERTED </ins></li>
<li> Deleted Text = <del> DELETED </del></li>
</ul>
<p><b>HTML TABLES</b></p>
<table border="1">
<tr>
<th> WEBSITE </th>
<th> HARGA WEB </th>
</tr>
<tr>
<td>JAGAMATA.com</td>
<td>Rp 500.000</td>
</tr>
<tr>
<td> JAGAHATI.com</td>
<td> Rp 950.000 </td>
</tr>
</table>
<p>SOURCE : <a href="http://www.abimantranahastaprawirabmpnjbatch3.blogspot.com.com">abimantranahastaprawirabmpnjbatch3.blogspot.com</a></p>
<hr>
<h5>Comment below</h5>
<form action="/html/tags/html_form_tag_action.cfm" method="post">
<textarea name="text" cols="25" rows="5">
</textarea>
<br><input type="submit" value="submit" style="background-color:green;color:white;padding:5px;font-size:18px;border:none;padding:8px;">
</form>
</body>
</html>

No comments:
Post a Comment