swc/crates/swc_html_codegen/tests/fixture/images/output.html

13 lines
204 B
HTML
Raw Normal View History

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">
</body></html>