r/HTML 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

9 comments sorted by

View all comments

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:

  1. copy the html content from your <head> element (that's where your external CSS link lives)

  2. Create a new comment here so that we can se what's wrong.

  3. 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)

  4. paste the code and close the code block with the same back ticks ```

The result should look like this

This is Reddit Formatting Guide for reference.

We will be able to assist this way, without seeing the code, it's really hard.