Webbie
Interactive Web Development Learning Platform


TEAM MEMBERS: Holly Boaz , April Factor , Thien Trung (Trump) Dong Dong
ADVISORS: Dr. Wei Jin , Dr. Xin Xu
TECH: html , css
DIFFICULTY: beginner
TARGET AUDIENCE: k-12 , elementary , middle-school , high-school , college
DURATION: 60 minutes
CURATOR(S): Anh Tang, Thanh Tran
PUBLISHED DATE: Mar 25 2025
CREATED IN SEMESTER: Fall 2022
Read more on
This project, Webbie, is about teaching the basics of web development in a fun and engaging way. We want to introduce students to HTML and CSS through an interactive platform that shows them step-by-step how to design the structure of a website and how to add customizations such as changing font size or font color, adding buttons, and embedding links or images. Moreover, Webbie was also developed using HTML and CSS, so it is both an interactive guide and an example that demonstrates what tools like HTML and CSS are capable of!
The Technology Ambassador Program (TAP) is a project-based class that provides a collaborative environment for students to work with their fellow classmates on a semester-long project using technologies of their choice. TAP strives to increase participation in IT through numerous outreach activities and workshops that are designed to showcase the creative and fun side of technology.
Project Demo Video
Click here to try the game.
Team members

From left to right: April Factor, Holly Boaz, Trump Dong Dong
Outreach Activities:
- TAP Expo, Georgia Gwinnett College, October 11th, 2022 - Promote IT fields among college students.
- Explore Your Future Career event organized by the Gwinnett County Public Schools, October 15th, 2022, Discovery High School - Project Demo.
- CREATE Symposium, Georgia Gwinnett College, November 11th, 2022.
Publications
- Holly Boaz, April Factor, Thien Trung Dong Dong. “Webbie”, CREATE Symposium, November 11th, 2022, Georgia Gwinnett College.
Game Description
Webbie provides an interactive environment in which students can complete a series of activities that teaches them the basics of front-end development using HTML and CSS. With its vivid design, colorful theme, and most importantly, the drag-and-drop user interface that turns the learning process into a fun and stress-free experience.
The website comprises of 7 webpages, each with a different activity related to web development:
- First page: Changing the background color (CSS)
- Second page: Creating a top-level heading (HTML)
- Third page: Adding a paragraph of text to a webpage (HTML)
- Fourth page: Choosing font colors (CSS)
- Fifth page: Creating and designing a button (HTTML & CSS)
- Sixth page: Embedding a link (HTML)
- Seventh page: Adding a background image (CSS)
Technology
- HTML (Hypertext Markup Language) is the standard markup language for structuring and defining the content of a webpage or a website, which is a collection of webpages.
- CSS (Cascading Style Sheet) is a style sheet language used for designing visual elements of a webpage or website such as background color, text color, or font size.
- CodePen is a online code editor for front-end development that supports HTML, CSS, and JavaScript.
Similar Projects
If you’re interested in other projects that are related to webpage development, you can check out Foe which teaches the basics of JavaScript!
Space Mechanic is another intro-level programming project (using Scratch) you may want to check out.
Project Setup/Installation
Hosting the website locally on your device
- Click on the green Code button at the top of this page. Select Download ZIP.
- Once the folder is finished downloading, choose the option to extract all.
- Navigate to the subfolder Webbie-Website-main. Click on the subfolder Scene 1.
- Select the Microsoft Edge HTML Document file. The main screen should pop up on your browser after this.
Using CodePen
- Go to CodePen.
- Click on Start coding. Note that you don’t need to create an account to try the online editor, unless you would like to save your work.
Workshop Instruction
Click here to view the workshop presentation slidesUsage
Use the mouse or the keyboard to control the cursor without a mouse to drag and drop the codes to the HTML and CSS consoles.