Please enable JavaScript.
Coggle requires JavaScript to display documents.
OSNOVE-Struktura/Značenje (<> (between (tag, name), zatvarajući tag…
OSNOVE-Struktura/Značenje
<>
represnts
tag
between
tag
name
zatvarajući tag
</p>
pravila
zatvaranja
<!DOCTYPE html>
<html></html>
<head></head>
informations
rendering
never
seen
in display
charset
<meta charset="utf-8">
add
context
title
<title>title</title>
<link rel="stylesheet" type="text/css" href="styles.css" media="screen">
adding
external
css
<body></body>
<section></section>
<article></article>
<h1></h1>
<h2></h2>
<p></p>
<figure></figure>
<figcaption></figcaption>
some image
<img src="" alt="" >
alt
showing
text
if
browser
don't
show
<br>
<ol></ol>
ordered
list
numbers
<aside></aside>
<footer></footer>
botton
<small></small>
<header></header>
begining
logo
navigation
<nav></nav>
<ul></ul>
<li></li>
<a href=""></a>
unorder list
bullets
<hgroup></hgroup>
declaration
browser
set
rules
parsing
instruction
samozatvarajući
<img >
attribute
more
informations
tag
<html lang="en"></html>
attribute property name
attribute property value
semanthic
giving
meaning
document
html
tags
seo
Encoding
html
for
reserved
characters
<
">"
validator
validator.nu