You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebecca F edited this page Nov 7, 2022
·
2 revisions
Welcome to the OperaWarwick.github.io wiki!
Take a look in index.html. This is where the HTML code for the website is. I recommend this website: https://www.w3schools.com/html/ for the basics on using HTML.
Here's an example of some HTML:
<!DOCTYPE html><html><body><h1> My First Heading </h1><p> My first paragraph. </p></body></html>