#html5
Read more stories on Hashnode
Articles with this tag
How to add link and img in HTML ? By using <a> tag we can defines a hyperlink, which is used to link from one page to another. For example: <body> ...
Task-1: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> ...