mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
11 lines
202 B
HTML
11 lines
202 B
HTML
<!DOCTYPE html><html><head></head><body>
|
|
|
|
<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">
|
|
|
|
|
|
|
|
</body></html>
|