inserting image in html source code

this is the source code for my web development tutorial #7


so, here we go!


<!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>overview of images in html</title>

</head>

<body>

    <img src="../Screenshot (2).png" alt="this is an image " height="200px" width="800px">

</body>

</html>     

Comments

Popular posts from this blog

forms in html source code

meta tags source code