CodeNewbie Community 🌱

# html

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
The Odin Project – 2 weeks in

The Odin Project – 2 weeks in

4
Comments 7
2 min read
My og:image Bug

My og:image Bug

3
Comments
3 min read
How to Use CSS to Create a Recipe Timetable

How to Use CSS to Create a Recipe Timetable

6
Comments 3
7 min read
How to Use a Style Guide with the Recipe Card Website

How to Use a Style Guide with the Recipe Card Website

6
Comments 2
6 min read
Using JS Speech Recognition to build a virtual assistant

Using JS Speech Recognition to build a virtual assistant

7
Comments 2
7 min read
How to Set Up Recipe Cards HTML File

How to Set Up Recipe Cards HTML File

6
Comments 5
12 min read
Getting Started with Firebase - Authentication

Getting Started with Firebase - Authentication

8
Comments
6 min read
Creating More Accessible CSS Art

Creating More Accessible CSS Art

4
Comments
7 min read
How creating CSS Art can make you a better developer

How creating CSS Art can make you a better developer

11
Comments
3 min read
Hamburger Icon

Hamburger Icon

9
Comments 5
2 min read
Tips For Writing Good Alt Text In HTML

Tips For Writing Good Alt Text In HTML

12
Comments 1
3 min read
Change Background-color Dynamically

Change Background-color Dynamically

10
Comments 26
2 min read
Custom cursor with Greensock

Custom cursor with Greensock

15
Comments 20
2 min read
Special symbols in HTML

Special symbols in HTML

7
Comments
2 min read
Interactive window with a single div

Interactive window with a single div

5
Comments
3 min read
CSS Pirate Cartoon

CSS Pirate Cartoon

9
Comments
1 min read
8 JavaScript Tips & Tricks That No One Teaches 🚀 + Giveaway

8 JavaScript Tips & Tricks That No One Teaches 🚀 + Giveaway

26
Comments 5
3 min read
Front-End VS Back-End Web Development

Front-End VS Back-End Web Development

7
Comments 4
5 min read
Bezos' Calculator

Bezos' Calculator

11
Comments 2
2 min read
#100DaysofCode Chapter 1 ~ HTML and CSS Basics

#100DaysofCode Chapter 1 ~ HTML and CSS Basics

20
Comments 3
4 min read
The Wizard of Oz in CSS

The Wizard of Oz in CSS

8
Comments 3
2 min read
How to Build a Web Page

How to Build a Web Page

5
Comments
4 min read
What You Need to Know About Domain and Hosting

What You Need to Know About Domain and Hosting

5
Comments 7
10 min read
A Quick Guide to Iframes, Meta Tags, & HTML Best Practices

A Quick Guide to Iframes, Meta Tags, & HTML Best Practices

3
Comments 1
8 min read
The Newbie's Guide to HTML

The Newbie's Guide to HTML

13
Comments 1
6 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);