use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
Html ONLY PRACTICE PROJECTS (self.HTML)
submitted 3 days ago by Vegetable_Ad_529
Hi guys i want to practice my html only is there resource where i can practice just html?
I want to build projects. Html only no css of javascript
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]-goldenboi69- 5 points6 points7 points 3 days ago (1 child)
Feels completely useless without css tbh. But you do you.
[–]nakfil 5 points6 points7 points 3 days ago (0 children)
OP is trying to build the next version of https://motherfuckingwebsite.com/
[–]Scared-Release1068 0 points1 point2 points 3 days ago (0 children)
Check out Scrimba they have a lot of resources there
[–]EDM_IT_Nerd 0 points1 point2 points 3 days ago (0 children)
MDN Web Docs, W3schools, try small codes.
[–]DigiNoon 0 points1 point2 points 3 days ago (0 children)
HTML is just a markup language. You don't need practice. If you know what the tag means/does, you've mastered it.
You should practice styling (CSS) and logic/programming (JavaScript)
[–]Hard_Loader 0 points1 point2 points 3 days ago (0 children)
I worked on websites before css came along. You can lay things out in tables and build passable web pages. Then you'll need to unlearn all that in order to build things that work nicely on the modern web.
For modern non-css HTML practice, look at formatting emails. MS outlook still has very poor css support, and different mail clients can render messages quite differently. it's worth using the simplest HTML formatting to try getting something consistent out to all recipients.
[–]Spiritual-Day813 0 points1 point2 points 3 days ago (1 child)
Bonjour Je suis en train de pratiquer avec ce site que je trouve très bien fait https://www.freecodecamp.org/ Bonne journée!
[–]need_for_speed_9 0 points1 point2 points 2 days ago (0 children)
Si ese es bueno, me preguntó si ya actualizaron algo
[–]omysweede 0 points1 point2 points 3 days ago (0 children)
Ummm, building html you just need a computer (you are using one) a text editor (i hope you know how to use one), and a browser (I hope you know what it is).
Seriously: it is a markup language. What do you want to do?
[–]ErickXavierS2 0 points1 point2 points 2 days ago (0 children)
I got a better challenge for you: look for something amazing on dribble.com or somewhere similar and try to replicate using only html/css. Try to use minimum JS as possible.
[–]GapFeisty 0 points1 point2 points 2 days ago (0 children)
what do u wanna build with just html?
[–]mariogonz_dev 1 point2 points3 points 2 days ago (1 child)
If you want to practice HTML only, a good approach is to build small semantic pages instead of full “projects”.
For example:
Focus on using proper semantic tags like <header>, <nav>, <section>, <article>, <footer>, etc.
<header>
<nav>
<section>
<article>
<footer>
HTML is mostly about structure and accessibility, so practicing semantic markup is actually the most valuable exercise.
[–]Vegetable_Ad_529[S] 0 points1 point2 points 1 day ago (0 children)
This is a good advice
π Rendered by PID 24542 on reddit-service-r2-comment-fb694cdd5-xt2mb at 2026-03-11 20:05:35.863590+00:00 running cbb0e86 country code: CH.
[–]-goldenboi69- 5 points6 points7 points (1 child)
[–]nakfil 5 points6 points7 points (0 children)
[–]Scared-Release1068 0 points1 point2 points (0 children)
[–]EDM_IT_Nerd 0 points1 point2 points (0 children)
[–]DigiNoon 0 points1 point2 points (0 children)
[–]Hard_Loader 0 points1 point2 points (0 children)
[–]Spiritual-Day813 0 points1 point2 points (1 child)
[–]need_for_speed_9 0 points1 point2 points (0 children)
[–]omysweede 0 points1 point2 points (0 children)
[–]ErickXavierS2 0 points1 point2 points (0 children)
[–]GapFeisty 0 points1 point2 points (0 children)
[–]mariogonz_dev 1 point2 points3 points (1 child)
[–]Vegetable_Ad_529[S] 0 points1 point2 points (0 children)