hey yall. i need help on step 27 i been stuck on it for DAYS and i dont get it so if yall could like help me somehow just lmk!
What do you not understand? What have you tried? We really need to see your actual HTML in order to help you.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e
to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </>
button above the editor to add the triple back ticks.
i have tried a almost every way i can think of. and what i dont understand is all of it bc non of it is makin sense
You’ve already added many attributes to elements. You’ve added the lang
attribute to the html
element. You’ve added the href
and rel
attributes to the link
element. You would follow the same pattern to add the class
attribute to a div
.