Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML Mastery (w3school) (Formatting Element (Computer Code (<code>,…
HTML Mastery
(w3school)
What is HTML?
<!DOCTYPE html>
<html>
<head>
<meta>
<body>
HTML Basic
Heading <h1> - <h6>
Paragraph <p> - <pre> - <br/>
Link <a>
Images <img>
<img src="workplace.jpg" usemap="#workmap">
<map>
<area>
<picture>
Button <button>
Lists <ul>, <ol> <li>
<ol type="1">
Attribute
href
scr
width / height
alt
style
lang
title
Formatting Element
<b> / <strong>
<i> / <em>
<mark>
<small>
<del>
<ins> / <u>
<sup> atas / <sub> bawah
Computer Code
<code>
<kbd>
<samp>
<var>
<pre>
HTML Entity
HTML Symbol
HTML Charset
HTML URL encode
scheme://prefix.domain:port/path/filename
HTML XHTML
Quotation
<abbr>
<bdo dir="rtl">right to left</bdo>
<cite>
<address>
<abbr title="Randy Harkediansa">RH</abbr>
</blockquote>
<q> will inserted quotation mark
<!-- This is a comment -->
<table>
<tr>
<thead>
<td>
<colspan> / <rowspan>
<caption>
<iframe>
HTML file path
Relative Path
<img src="../picture.jpg">
<img src="/images/picture.jpg">
<img src="images/picture.jpg">
Absolute Path
Responsive Web Design
HTML Level Element
Inline Level Element
Block Level Element
HTML Form
<input>
<select>
<textarea>
<datalist>
<Output>
HTML5
Semantic Element
HTML5 Media
<audio>
<video>
HTML5 Graphic
<canvas>
<svg>
HTML5 API
HTML5 Geolocation
HTML5 Drag Drop
HTML5 Web Storage
HTML5 Web Worker
HTML5 Server Sent Event