All public logs

From Coder Merlin

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

Logs
  • 22:38, 22 January 2023 Tiffany-wang talk contribs created page CS45 (Created page with "== The <a> tag == In HTML, the <code> <a> tag</code>, or anchor element, allows users to create hyperlinks. Hyperlinks are able to link one webpage to another using the <code>href</code> attribute. This feature can be used to link pictures, websites, emails, phone numbers, and other information on a website. Let's look at an example of this: === Linking to another website === <pre> <a href="https://www.examplewebsite.com">Website!</a> </pre> To understand how this l...")