W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="style.css"> <title>Dialog</title> </head> <body> <nav> <ul> <li> <a href="index.html">Home</a> </li> <li> <a href="about.html">About</a> </li>