UNPKG

learnyouhtml

Version:

Learn you how to create your first web-page

11 lines (10 loc) 171 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Attributes</title> </head> <body> <img src="path/to/file" alt="some text"> </body> </html>