2,4
2. countries <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>World Countries</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; } a { color: blue; text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } </style> </head> <body> <h1>Welcome to the World of Countries</h1> ...