2022-05-13 07:45:40 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head></head><body>
|
2022-04-04 07:12:45 +03:00
|
|
|
|
|
|
|
<h2>HTML Images</h2>
|
|
|
|
<p>HTML images are defined with the img tag:</p>
|
|
|
|
|
|
|
|
<img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142">
|
|
|
|
|
2022-04-22 14:20:47 +03:00
|
|
|
|
|
|
|
|
|
|
|
</body></html>
|