Web
-
CSS Workshop
Web ·Last tutorial we used a stylesheet from a website. This week we will focus on making our own! If you are new or haven’t completed the tutorial from last week, please refer to it here: https://github.com/drshika/gwc-html-workshop. You can also copy it and use it for this lesson!
-
Workshop #1 - HTML Hello World!
Web ·HTML, which stands for Hypertext Markup Language, helps to organize and categorize content on a website. HTML is made up of elements, which are represented by tags. Tags tell the browser how to display the content on the page. Tags also can have attributes, which are used to provide additional information about the element.