0% found this document useful (0 votes)
52 views

Cheat Sheet

This document provides an overview of HTML elements and structures including: 1) Common HTML elements like headings, paragraphs, links, forms, tables, and semantic elements. 2) HTML anatomy with opening and closing tags that contain element content. 3) How to add attributes to elements to provide additional information. 4) The basic HTML document structure with <head> and <body> sections. 5) A link to an HTML basics course for more details.

Uploaded by

Andi Prawira
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

Cheat Sheet

This document provides an overview of HTML elements and structures including: 1) Common HTML elements like headings, paragraphs, links, forms, tables, and semantic elements. 2) HTML anatomy with opening and closing tags that contain element content. 3) How to add attributes to elements to provide additional information. 4) The basic HTML document structure with <head> and <body> sections. 5) A link to an HTML basics course for more details.

Uploaded by

Andi Prawira
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Cheatsheet HTM L COURSE LINK:

https://skilvul.com/courses/html-dasar

HTMl structure HTMl form HTMl table html semantic elements


Doctype declaration

Head
ENTIRE
HTML

Body

opening tag table

HTMl element table <header>


header
<nav>
Element heading

Element Paragraph input type text <section>


Element Link table data table

form <article>
input type email
HTMl attribute <footer>
Input type password
H1 dengan atribut ‘id’

closing tag table


img dengan atribut ‘src’

a dengan atribut

form submit
‘href’

HTMl anatomy HTMl comment


element
opening tag closing tag
content

opening tag closing tag

www.skilvul.com @skilvul 2020 Skilvul. All Rights Reserved.

You might also like