0% found this document useful (0 votes)
33 views1 page

HTML 3

The document discusses various HTML tags: 1) To embed a video in an HTML document, code using the <object>, <param>, and <embed> tags is used to link to the video on YouTube. 2) The <b> and <strong> tags are used to make text bold. 3) The <i> and <em> tags are used to make text italic. Additionally, the <blockquote>, <address>, and other tags are mentioned. 4) Tags like <sub>, <sup>, and <del> are discussed for subscript, superscript, and strikethrough text, but these are not used often.

Uploaded by

icul1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

HTML 3

The document discusses various HTML tags: 1) To embed a video in an HTML document, code using the <object>, <param>, and <embed> tags is used to link to the video on YouTube. 2) The <b> and <strong> tags are used to make text bold. 3) The <i> and <em> tags are used to make text italic. Additionally, the <blockquote>, <address>, and other tags are mentioned. 4) Tags like <sub>, <sup>, and <del> are discussed for subscript, superscript, and strikethrough text, but these are not used often.

Uploaded by

icul1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Html - Object (Video)

Pentru a insera un video intr-un document.html vom folosi urmatoarea bucata de cod HTML.
<object width="425" height="344">
<param name="movie"
value="http://www.outube.com/v/!"#$#%&'(&w)hl=en)*+=,"></param>
<param name="allow-ull.creen" value="true"></param>
<embed +rc="http://www.outube.com/v/!"#$#%&'(&w)hl=en)*+=,"
tpe="application//0+hoc1wave0*la+h" allow*ull+creen="true" width="425"
height="344">
</embed>
</object>
Html- Text ingrosat (Bold)
<b>te/t ingro+at in html</b>
<+trong>te/t ingro+at in html</+trong>
Html - Text inclinat
<i>italic</i>
<em>empha+i2ed</em>
<bloc1#uote>bloc1#uote</bloc1#uote>
<addre++>addre++</addre++>
Html - ubscri!t" u!erscri!t" tri#etrough
<+ub>indice3</+ub>
<+up>e/ponential3</+up>
<del>te/t taiat</del>
$n general aceste trei tag-uri HT%& nu se folosesc !rea mult dar merita amintite
HT%& - '!load si (am!uri ascunse
)xem!lul de mai jos este cam!ul folosit !entru a urca un fisier !e server. Tine minte ca este doar partea HTML a
formularului.
<*orm method="po+t" action="*i+ier4care4proce+ea2a4*ormularul4html.php">
<input tpe="hidden" name="("54-6784.698" value="5::" />
<input tpe="*ile" />
<input tpe="+ubmit" value=";rimite">
<input tpe="re+et" value=".terge" />
</*orm>

You might also like