Font size
WorksheetsHTML
Total questions: 10
Worksheet time: 6mins
che tag uso per un paragrafo?
<title></title>
<html></html>
<p></p>
<h1></h1>
in CSS come definisco l'altezza di tutte le immagini?
img[height:100px]
img{height:100px}
.img{height:100px}
#img{height:100px}
ogni tag che apro....
devo chiuderlo... e poi non so che fare
devo chiuderlo senza metterci cose dentro
devo aprirlo e basta
devo chiuderlo poi potrò metterci cose dentro
in html un link si può mettere a
pulsanti
testo
immagini
title
style
cosa significa class="pippo" ?
che tutti i tag che ce l'hanno fanno parte della classe pippo
che pippo entrerà in classe
che ci può essere un solo tag che ha la classe
che tutti i tag pippo saranno classe
come è strutturato un tag?
<tag attributo="valore attributo"></tag>
<tag ="valore attributo"></tag>
<tag attributo></tag>
<tag attributo="valore attributo"><tag>
che attributo di <a> dici a che link andare?
link
href
height
rel
html significa:
hyper text markup language
hyper tag markup language
finisci il tag per collegare una pagina di stile:
<link
rel="stylesheet"
type="style/css"
type="text/css"
href="style.css"
rel="stile"
Con che tag comincia una qualsiasi pagina html?
<html></html>
"html""/html"
<head></head>
<body></body>
