Tell us what’s happening:
i was just given my first project and i don’t know what to do.
Your code so far
Zero
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
.
Link to the challenge:
ilenia
January 27, 2019, 10:27am
#2
What’s the issue you are having?
Inspiration? You don’t know where to build it?
Please be more specific when you ask for help
Jc92
March 7, 2019, 9:15am
#4
Hello,
I have problems as well to understand, if there is only one way to write the code of the tribute page.
of course i understand what we do, but i don’t understand why we translate "to see a corresponding id=“main”, means we write
???
ilenia
March 7, 2019, 9:40am
#5
There is not a single way, there are s lot of ways to write the code but you need to respect certain conditions.
So, that condition means you need to have an html tag that have an id
of main
As in <tag id="main"></tag>
(tag is not a real tag name)
Jc92
March 7, 2019, 1:11pm
#6
okay, thank you for your answer !!
and would u tell me : how do I know what is HTLM from what is CSS? in order to fill the right box with the right script…
ilenia
March 7, 2019, 1:16pm
#7
You may want to review the previous lessons if you have this doubt
Anyway, what you would put in the style
tag goes in the css box