CodeNewbie Community 🌱

# html

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How do I create a Player for a Podcast using RSS Feed?

How do I create a Player for a Podcast using RSS Feed?

2
Comments 5
1 min read
Monetize your website without impacting your visitors

Monetize your website without impacting your visitors

4
Comments 7
4 min read
7 interesting HTML attributes (you may not know)

7 interesting HTML attributes (you may not know)

3
Comments 2
5 min read
The many ways to write a color in CSS

The many ways to write a color in CSS

1
Comments 2
5 min read
Creating a snowfall effect with HTML and CSS

Creating a snowfall effect with HTML and CSS

5
Comments 5
5 min read
Semantic Tags In HTML5: The What And Why

Semantic Tags In HTML5: The What And Why

5
Comments
4 min read
CSS Dino game

CSS Dino game

3
Comments 7
3 min read
Understand "responsive" design / dev from the start of your journey (asap!)

Understand "responsive" design / dev from the start of your journey (asap!)

10
Comments 5
1 min read
10 VS Code emmet tips to make you more productive

10 VS Code emmet tips to make you more productive

3
Comments 1
6 min read
The ABCs of HTML Elements

The ABCs of HTML Elements

12
Comments 4
3 min read
Switching to a Tech Career at Thirty-Five

Switching to a Tech Career at Thirty-Five

2
Comments 3
3 min read
What is semantic HTML and why should you use it?

What is semantic HTML and why should you use it?

9
Comments 1
5 min read
The < kbd > HTML Tag

The < kbd > HTML Tag

5
Comments 3
2 min read
Our book suggestions for new web developers

Our book suggestions for new web developers

8
Comments 5
1 min read
Making a Responsive (Birthday) Card with HTML and CSS

Making a Responsive (Birthday) Card with HTML and CSS

13
Comments 5
3 min read
40+ JavaScript Projects For Your Portfolio [With Videos!]

40+ JavaScript Projects For Your Portfolio [With Videos!]

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