Você está na página 1de 5

Detyra 1

Integrimi I HTML me CSS

<html>
<head>
<style>
body{ background-color: #CCCCFF; }
h1{
color:white;
text align: center;
}
p{
font family: "Times New Roman";
font size: 40px;
}
</style>
</head>
<body>
<h1>Shembull krijimi CSS</h1>
<p>Ky eshte nje paragraf.</h1>
</body>
</html>

Punoi : Markela Llambro


Detyra 2
FAQJA WEB
<!DOCTYPE html>
<html>
<head>
<h1>Mire se vini ne faqen tone!</h1>
</head>
<body>
<p>
<a href= “https://arsimi.gov.al/matura-shteterore/”>Matura shteterore</a>
</p>
<img src= “C:\Users\user\Downloads\download.jpg” alt = “Foto e shkolles ‘Janaq Kilica’”/>
</body>
</html>

Punoi : Markela Llambro


Detyra 3
Listat e renditura dhe te parenditura.
<html>
<Style>
body { background-color: green;}
</style>
<head>
<style>
ul{ list-style-type: circle;}
ol {list-style-type: upper-roman;}
</style>
</head>
<body>
<p>Shembull liste e renditur:</p>
<ol>
<li>Kafe</li>
<li>Briosh</li>
<li>Qumesht</li>
</ol>
<p>Shembull liste e parenditur:</p>
<ul>
<li>Liber</li>
<li>Aparat fotografik</li>
<li>Syze dielli</li>
<li>Celular</li>
</ul>
</body>
</html>
Punoi : Markela Llambro
Punoi : Markela Llambro

Detyra 4
Ndertimi i formularit.
<FORM action="FORMULARI">
<Style>
body { background-color: pink; }
</style>
<P>
<LABEL for="emri">Emri:</LABEL><INPUT type="text" id="Emri"><BR>
<LABEL for="mbiemri">Mbiemri:</LABEL><INPUT type="text" id="mbiemri"><BR>
<LABEL for="email">Email:</LABEL><INPUT type="text" id="email"><BR>
<INPUT type="radio" name="gjinia" value="Mashkull"> Mashkull<BR>
<INPUT type="radio" name="gjinia" value="Femer"> Femer<BR>
<INPUT type="radio" name="gjinia" value="Tjeter"> Tjeter<BR>
<INPUT type="submit" value="Dergo"> <INPUT type="anulo">
</FORM>

Você também pode gostar