In this blog we will see how to add image in html,you can do so by following the given codes below.
Step 1: Go to notepad and type the given codes.
<!DOCTYPE html>
<html>
<body>
<img src="image url" alt="specify your image" width="128" height="128">
</body>
</html>
Step 2: Save the file in .html extension and run.
Step 1: Go to notepad and type the given codes.
<!DOCTYPE html>
<html>
<body>
<img src="image url" alt="specify your image" width="128" height="128">
</body>
</html>
Step 2: Save the file in .html extension and run.
0 comments:
Post a Comment