HTML HYPER TEXT MARKUP LANGUAGE html head title

  • Slides: 49
Download presentation
HTML HYPER TEXT MARKUP LANGUAGE

HTML HYPER TEXT MARKUP LANGUAGE

<html> <head> <title>Իմ առաջին նկար ը</title> </head> <body> <img src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20415%20289%22%3E%3C/svg%3E' data-src=“images/pic 1. jpg”> Նկարի մասին

<html> <head> <title>Իմ առաջին նկար ը</title> </head> <body> <img src=“images/pic 1. jpg”> Նկարի մասին </body> </html>

<marquee > welcome to the world HTML </marquee>

<marquee > welcome to the world HTML </marquee>

<marquee direction="right"> welcome to the world of HTML </marquee>

<marquee direction="right"> welcome to the world of HTML </marquee>

<marquee direction="right" behavior="alternate"> welcome to the world of HTML </marquee>

<marquee direction="right" behavior="alternate"> welcome to the world of HTML </marquee>

1 2 3 4 5 <marquee onmouseover="stop()"> welcome to the world of PHP </marquee>

1 2 3 4 5 <marquee onmouseover="stop()"> welcome to the world of PHP </marquee>

<marquee onmouseover="stop() onmouseout="start()"> welcome to the world of Php </marquee>

<marquee onmouseover="stop() onmouseout="start()"> welcome to the world of Php </marquee>

<marquee scrollamount="1"> welcome to the world of Php </marquee>

<marquee scrollamount="1"> welcome to the world of Php </marquee>

HTML LIST 1 2 3 4 5 6 7 8 9 <ol> <li>HTML</li> <li>CSS</li>

HTML LIST 1 2 3 4 5 6 7 8 9 <ol> <li>HTML</li> <li>CSS</li> <li>JS</li> </ol>

<ol start="100"> <li>HTML</li> <li>CSS</li> <li>JS</li> </ol>

<ol start="100"> <li>HTML</li> <li>CSS</li> <li>JS</li> </ol>

type=”a”, type=”A”, type=”i” and type=” 1″ <ol type="1"> <li>HTML</li> <li>CSS</li> <li>JS</li> </ol>

type=”a”, type=”A”, type=”i” and type=” 1″ <ol type="1"> <li>HTML</li> <li>CSS</li> <li>JS</li> </ol>

1 2 3 4 5 6 7 8 9 <ul> <li>book 1</li> <li>book 2</li>

1 2 3 4 5 6 7 8 9 <ul> <li>book 1</li> <li>book 2</li> <li>book 3</li> </ul>

 type=”circle”, type=”square” and type=”disc”. <ul type="disc"> <li>book 1</li> <li>book 2</li> <li>book 3</li> </ul>

type=”circle”, type=”square” and type=”disc”. <ul type="disc"> <li>book 1</li> <li>book 2</li> <li>book 3</li> </ul>

<html> <head> <title>Горизонтальная линия в HTML</title> </head> <body> <hr align="center" width="500" size="2" color="#ff 0000"

<html> <head> <title>Горизонтальная линия в HTML</title> </head> <body> <hr align="center" width="500" size="2" color="#ff 0000" /> <br /> <hr align="left" width="300" size="4" color="#ff 9900" /> <br /> <hr align="right" width="400" size="3" color="#0000 dd" /> </body> </html>

 <html> <body> <table align="center" width="100%" border="1"> <tr> <td colspan="2"> Աղյուսակի Օրինակ </td> </tr>

<html> <body> <table align="center" width="100%" border="1"> <tr> <td colspan="2"> Աղյուսակի Օրինակ </td> </tr> <td> Բջիջ 1 </td> <td>Բջիջ 2 </td> </tr> </table> </body> </html>

 Այսպիսի կոդը ՝ <table width="60%" border="1" align="center" cellspacing="0" cellpadding="0"> <caption>Վերնագիր</ caption> <tr> <th>Վերնագիր

Այսպիսի կոդը ՝ <table width="60%" border="1" align="center" cellspacing="0" cellpadding="0"> <caption>Վերնագիր</ caption> <tr> <th>Վերնագիր 1</ th> <th>Վերնագիր 2</ th> <th>Վերնագիր 3</ th> </tr> <td align="right">1</td> <td align="center">2</td> <td bgcolor="#000066">3</td> </tr> <td align="right">4</td> <td align="center">5</td> <td bgcolor="#000066">6</td> </tr> </table>

<form>Անուն : <input type="text“ name= "anun"/><br/> Ազգանուն: < input type="text“ name="azgan"/><br/> Հայրանուն: < input

<form>Անուն : <input type="text“ name= "anun"/><br/> Ազգանուն: < input type="text“ name="azgan"/><br/> Հայրանուն: < input type="text" name="hayranun"/><br/> </form>

<form>Օգտանուն: < input type="text" name="anun"/><br/> Գաղտնաբառ: < input type="password" name="pass"/> </form>

<form>Օգտանուն: < input type="text" name="anun"/><br/> Գաղտնաբառ: < input type="password" name="pass"/> </form>

<form> <p> Որ առարկաներն եք ավելի շատ սիրում: </ p> <input type="checkbox" name="ararka" value="1

<form> <p> Որ առարկաներն եք ավելի շատ սիրում: </ p> <input type="checkbox" name="ararka" value="1 "/> Մաթեմատիկա< br /> <input type="checkbox “ name="ararka“ value="2" /> Հ. Լեզու < br /> <input type="checkbox" name="ararka" value=’ 3′ /> Պատմություն < br /> </form>

<form> <p>Ձեր սեռը: </ p> <input type=’radio’ name=’s’ value=’m’/>Արական< br /> <input type=’radio’ name=’s’

<form> <p>Ձեր սեռը: </ p> <input type=’radio’ name=’s’ value=’m’/>Արական< br /> <input type=’radio’ name=’s’ value=’f’ />Իգական </form>

<form name=“input” action=“example. php” method=“get”> Գրեք ձեր անունը: < input type=“text” name=“name” /> <input

<form name=“input” action=“example. php” method=“get”> Գրեք ձեր անունը: < input type=“text” name=“name” /> <input type=“submit” value=“Ուղղարկել ” /> </form>