🌐
W3Schools
w3schools.com › css › css_examples.asp
CSS Examples
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
🌐
Zero To Mastery
zerotomastery.io › blog › css-vs-html-comparison-guide
CSS vs HTML: Comparison Guide (With Code Examples) | Zero To Mastery
May 27, 2024 - Here you can see a webpage built solely with basic HTML, with no CSS or JavaScript. And yet, thanks to the modern designs of audio and video players, it works perfectly. It just doesn’t blow anyone away aesthetically - for now anyway! We can definitely improve on the style and we will later in this post. Here’s the code also so you can see how it works: <!-- index.html --> <!DOCTYPE html> <html> <body> <h1>Audio and Video Embedding in HTML</h1> <h2>Audio Example</h2> <audio controls> <source src="https://music.com/audio-example.mp3" type="audio/mpeg"> Your browser does not support the audio element.
Discussions

Free examples of html-css
Hi, Im new to html-css , any free examples that shows a website with its corresponding html/css explanation for beginners?..i feel i need to look at many examples in order to grasp html-css quicker More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
1
0
July 17, 2020
Looking for examples of css eyecandy
Full disclosure: I did a lot of work on this website, but i think it's got some nice animations throughout and I'm really proud of it. What you think? https://www.westways.co.uk/ More on reddit.com
🌐 r/web_design
17
18
August 16, 2020
HTML and CSS coding website
I use GitHub pages to host my portfolio site. Free and easy to use for static projects. There are plenty of people who go both routes. I personally don’t care for website builders at all, but I’m a software dev so a bit biased there. More on reddit.com
🌐 r/web_design
39
71
September 29, 2021
IWTL how to create my own website/webpage using HTML and CSS
I actually used Tumblr to learn html/css. It was 10 years ago but there was a way to change the theme of the page by editing its html/css code. Not sure if it's still possible. More on reddit.com
🌐 r/IWantToLearn
13
9
August 31, 2022
🌐
W3Schools
w3schools.com › css
CSS Tutorial
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
🌐
W3Schools
w3schools.com › html › html_css.asp
HTML Styles CSS
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
🌐
W3C
w3.org › Style › Examples › 011 › firstcss.en.html
Starting with HTML + CSS
In HTML, hyperlinks are created with <a> elements, so to specify the color, we need to add a style rule for “a”. To differentiate between visited and unvisited links, CSS provides two “pseudo-classes” (:link and :visited). They are called “pseudo-classes” to distinguish them from class attributes, that appear in the HTML directly, e.g., the class="navbar" in our example.
🌐
Programiz
programiz.com › css › syntax
CSS Syntax (With Examples)
For example, <p style="color: blue">This text will be blue.</p> ... We can also add multiple styling using inline CSS. For example, <p style="color: blue; font-size: 50px">This text will be blue.</p> ... Here, we have used multiple properties by separating them with a (;) semicolon.
🌐
GitHub
github.com › zxuqian › html-css-examples
GitHub - zxuqian/html-css-examples: A collection of HTML and CSS examples, including effects and UIs. · GitHub
A collection of HTML and CSS examples, including effects and UIs. - zxuqian/html-css-examples
Starred by 991 users
Forked by 375 users
Languages   HTML 61.3% | CSS 25.7% | JavaScript 13.0%
Find elsewhere
🌐
FreeFrontend
freefrontend.com › css-code-examples
CSS Examples
February 2, 2025 - The power of CSS Grid and Flexbox is combined for building responsive interfaces, alongside the artistic capabilities of backdrop-filter and @keyframes animations. Practical UI patterns, such as forms and cards, are optimized using CSS variables and pseudo-elements, ensuring easy theming and clean code. These examples serve as a versatile toolkit for solving any frontend challenge without relying on JavaScript.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Learn_web_development › Core › Styling_basics › Getting_started
Getting started with CSS - Learn web development | MDN
In the example below, the rules for .special are disabled by "commenting out" the code. ... Try adding comments to your CSS. White space means actual spaces, tabs and new lines. Just as browsers ignore extra white space in HTML, browsers ignore extra white space inside CSS.
🌐
DevSnap
devsnap.me › css-code-examples
CSS Code Examples
CSS Animation Examples CSS Animation Libraries CSS Animated Backgrounds CSS Particle Backgrounds CSS Triangle Backgrounds CSS Blob Effects CSS Book Effects CSS Border Animations CSS Fire Animation CSS Glow Effects CSS Hero Effects CSS Hover Effects CSS Image Effects CSS Liquid Effects CSS Motion Path Examples CSS Neumorphism Examples CSS Page Transitions CSS Paper Effects CSS Parallax Effects CSS Ripple Effects CSS Scroll Effects CSS Snow Effects CSS Text Effects CSS Text Animations CSS Glow Text Effects CSS Text Shadow Effects CSS Text Glitch Effects CSS Water Effects
🌐
CSS-Tricks
css-tricks.com
CSS-Tricks - A Website About Making Websites
Sure, we can select the <html> element in CSS with, you know, a simple element selector, html.
🌐
Codeconvey
codeconvey.com › home
350+ HTML / CSS Examples with Source Code & Tutorial
Codeconvey is a blog where you can get HTML, CSS examples with source code & tutorial. You will also get free source code file & demo.
🌐
W3Schools
w3schools.com › w3css › w3css_examples.asp
W3.CSS Examples
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
🌐
Prismic
prismic.io › blog › css-animation-examples
39 Awesome CSS Animation Examples with Demos + Code
December 27, 2024 - The rainbow gradient button by LukyVJ creates a button that scales up, shifts, and shuffles through various colors on hover. It relies on several colors, CSS variables, scale, translateY, and linear-gradient (docs) to work.
🌐
BrowserStack
browserstack.com › home › guide › how to create a website using html and css
How to Create a Website using HTML and CSS | BrowserStack
July 25, 2025 - Learn how to create a website using HTML and CSS with our step-by-step guide. Start building your own website with HTML & CSS and test it on real devices.
🌐
Bruceontheloose
bruceontheloose.com › htmlcss › examples
HTML5 & CSS3 Visual Quickstart Guide (Seventh Edition)
Page 464, Fig B: video-with-sources-and-flash-link-fallback.html (Note: There is an error in the book. The code in Fig B is supposed to be in Fig C on page 465, and the screenshot in Fig C is supposed to be in Fig B.) ... Page 492-493, Fig D and E: table.css and table-evolved-and-styled.html (the same as table-evolved.html except it loads the style sheet)
🌐
Htmlandcssbook
htmlandcssbook.com › code-samples
HTML & CSS code samples and examples to accompany book
Click here for the view source example. Download sample code · Structure · Text · Lists · Links · Images · Tables · Forms · Extra Markup · Flash, Audio, and Video · Introducing CSS · Color · Text · Boxes · Tables, Lists, & Forms · Layout · Images · HTML5 Layout
🌐
W3Schools
w3schools.com › html › html_examples.asp
HTML Examples
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
🌐
Reddit
reddit.com › r/web_design › looking for examples of css eyecandy
r/web_design on Reddit: Looking for examples of css eyecandy
August 16, 2020 -

I've been whipping up simple html/css/Javascript sites lately as a hobby. It's been fun to try to challenge myself to get creative by making lots of different sites, and making new sites to try out different ideas.

Can you guys recommend any sites in particular that are examples of fun / creative / beautiful html/css sites?

For instance, I got into the animations part of css / javascript and am sure there have been some really cool sites people have made.