Website Coding

HTML

HTML (Hypertext Markup Language) is the standard markup language used to create and structure web pages. It provides a set of tags and attributes that define the structure and content of a document, allowing developers to create static and interactive web pages that can be displayed in web browsers.

Interactive page of olympic events

The rundown

From this class, I learned the very basic building blocks of HTML and CSS. I learned about different elements like Header, Footer, Body, as well as headings, paragraphs, lists, forms, links, and images. I also learned about the file structure of a website, and how to connect a site together via hyperlinks.

Image of a form built with HTML.