+ 1
What problem is there in this simple Code.
<!DOCTYPE html> <html> <head> <title>Try It Yourself</title> </head> <body> <p>Click here</p> <a href="https://www.youtube.com">YouTube</a> </body> </html>
4 Antworten
<!DOCTYPE html> <html> <head> <title>Try It Yourself</title> </head> <body> <p>Click here</p> <a href="https://www.youtube.com">YouTube</a> </body> </html>