0% found this document useful (0 votes)
20 views5 pages

HTML CheatSheet

Uploaded by

yobif27227
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views5 pages

HTML CheatSheet

Uploaded by

yobif27227
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

NAHID ARMAN 01

HTML
CHEATSHEET

@NAHIDARMAN
DOCUMENT STRUCTURE LINKS 02
<a href = “ “>
<!DOCTYPE html>
target = “_blank”
<html>
LISTS
<head>
<title> <ul>
<ol>
<body>
<li>

TEXT CONTENT TABLES


<h1> - <h6> <table>
<p> <th>
<span> <tr>
<div> <td>
<br> <caption>
<hr> <colgroup>
<col>
<thead>
<tbody>
<tfoot>
@NAHIDARMAN
03
FORMS
<form> <select>
< input type="text"> <option>
< input type="password"> <button>
<input type="email" > <label>
< input type="radio"> < fieldset>
< input type="checkbox"> <legend>
< textarea>

SEMANTIC ELEMENTS
<header> <article>
<main> <aside>
<mark> <details>
<nav> <figcaption>
<section> <figure>
<summary> <footer>
@NAHIDARMAN
<time>
META TAGS 04

<meta charset = “UTF-8”>


<meta name = “viewport”>
<meta name = “description” content =” “>
<meta name = “keywords” content =” “>

LINKING & IMPORTS


< link rel="stylesheet" href="">
<link rel="icon"
< style>

MEDIA SCRIPTING
<audio> <script>
<source> defer
<video> async

@NAHIDARMAN
THANK
YOU!
NAHID ARMAN ARITTRO

@NAHIDARMAN

You might also like