swc/crates/swc_html_parser/tests/fixture/element/img/input.html

12 lines
190 B
HTML
Raw Normal View History

2022-04-04 07:12:45 +03:00
<!DOCTYPE html>
<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">
</body>
</html>