doctype
<!DOCTYPE html>
html
<html lang=”en-US”>
head
title
<title>Page Title</title>
link
<link rel=”stylesheet” href=”mystyle.css”>
<link rel=”icon” href=”/favicon.ico” type=”image/x-icon”>
meta
<meta charset=”UTF-8″>
<meta name=”description” content=”Free Web tutorials”>
<meta name=”keywords” content=”HTML, CSS, XML, JavaScript”>
<meta name=”author” content=”John Doe”>
<meta http-equiv=”refresh” content=”30″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
style
<style>
body {background-color: powderblue;}
h1 {color: red;}
p {color: blue;}
</style>
script
<script>
function myFunction() {
document.getElementById(“demo”).innerHTML = “Hello JavaScript!”;
}
</script>
body
p
<p>My first paragraph.</p>
h1
h2
h3
h4
h5
h6
div
ul
li
ol
a
img
<img src=”pic_trulli.jpg” alt=”Italian Trulli”>
Tabelat
table
thead
tbody
tfoot
tr
th, td
colspan
rowspan
caption
Formularët
form
method
action
enctype
novalidate
label
input
type
text | |
password | |
url | |
tel | |
search | |
number | |
range | |
color | |
month | |
week | |
date | |
time | |
datetime | |
datetime-local | |
file | |
button | |
submit | |
reset | |
image | |
hidden |
size
name
id
title
tabindex
list
placeholder
pattern
min
max
minlength
maxlength
required
disabled
value
readonly
autofocus
autocomplete
form
formaction
formmethod
formenctype
formnovalidate
checked
textarea
rows
Sa rreshta të përmbajë textarea.