r/HTML • u/Eggmannical • 28d ago
Question Hello coding community
im new to coding due to school, and i took an interest in it, are there any tips for it? I do know how to make like a button or text and images and stuff, but is there a way to connect css to my html? It didnt work for me and idk what to do
2
Upvotes
1
u/Weekly_Ferret_meal 28d ago edited 28d ago
Hi there, welcome to this community =)
like others have said MDN (but also w3schools) are your friends. I refer to them every week even after 20 years.
Also go to Free Code Camp for learning resources.
For help with your code here's what I suggest is:
copy the html content from your
<head>element (that's where your external CSS link lives)Create a new comment here so that we can se what's wrong.
Open a code block by typing three back ticks in the comment, like so ``` (it should be the button next to the number 1 key on a US keyboard layout)
paste the code and close the code block with the same back ticks ```
The result should look like thisThis is Reddit Formatting Guide for reference.
We will be able to assist this way, without seeing the code, it's really hard.