User:ZUZU/Study/Web01: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

15 February 2024

3 February 2024

2 February 2024

25 January 2024

  • curprev 01:3001:30, 25 January 2024ZUZU talk contribs 3,592 bytes +3,592 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>..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)