HTML forms,iframe,img examples...

Example:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>HTML iframes</title>

</head>

<body>

  <iframe src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/html5.png" scrolling="no" align="right" 

  width="200px" height="200px" name="frame" frameborder="0">

    <p>OOPs Ur browser iframe not supporting.....................!!</p>

  </iframe>

</body>

</html>


Example:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>HTML forms</title>

</head>

<body>

  <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/smiley.png" width=100px height=200px border=2px align='left'/>

  <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/butterfly.gif" width=100px height=200px border=1px align='right'/>

  <img src="https://www.google.co.in/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" width=250px height=200px border=4px align='right'/>

</body>

</html>


Example:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>HTML forms</title>

</head>

<body>

  <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/html5.png" width=100px height=200px alt="SorryNoImageExisted"

vspace=50px hspace=100px/>

</body>

</html>


Example:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>HTML forms</title>

</head>

<body>

  <p>HTML5 Logo

    <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/html5.png" alt="SorryNoIage" align="top" width="100px" height="100px" />

    From W3C and WHATWG".</p>


  <p>HTML5 Logo

      <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/html5.png" alt="SorryNoIage" align="middle" width="100px" height="100px" />

      From W3C and WHATWG".</p>


  <p>HTML5 Logo

        <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/html5.png" alt="SorryNoIage" align="bottom" width="100px" height="100px" />

        From W3C and WHATWG".</p>

</body>

</html>


Example:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>HTML forms</title>

</head>

<body>

  <p>HTML5 Logo

    <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/nit.jpg" alt="SorryNoIage" align="top" width="100px" height="100px" />

    From W3C and WHATWG".</p>


  <p>HTML5 Logo

      <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/nit.jpg" alt="SorryNoIage" align="middle" width="100px" height="100px" />

      From W3C and WHATWG".</p>


  <p>HTML5 Logo

        <img src="https://file-hosting.dashnexpages.net/sahrudayahelpinghands-students-org/nit.jpg" alt="SorryNoIage" align="bottom" width="100px" height="100px" />

        From W3C and WHATWG".</p>

</body>

</html>