mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
10 lines
160 B
HTML
10 lines
160 B
HTML
<!doctype html><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>
|
|
|
|
|
|
|