All public logs

Combined display of all available logs of XPUB & Lens-Based wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:30, 25 January 2024 ZUZU talk contribs created page User:ZUZU/Study/Web developer (Created page with "<div style=" font-family: menlo; font-size: 12px; "> == WEEK 12 == === Saturday 9 December === ====basic HTML Structure==== <syntaxhighlight lang="html"> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My First HTML Page</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <!-- Content of the page goes here --> </body> </syntaxhighlight>...")