These certification projects are a chance to showcase your outside interests. The demo is a tribute to Dr. Borlaug. If I were to do this project, I might choose Dr. Marie Curie and use the anchor element to link to her Wikipedia section.
I see you need help and I will try to be of some assistance!
According to the assignment, your anchor element in this project should have:
An a element with an id of tribute-link . (You got this )
Your #tribute-link should have an href attribute and value. <— Yes, your href attribute within your a element should include the URL to the external webpage which you got your information from.
Your #tribute-link (i.e., the anchor element with the id=“tribute-link”) should have a target attribute set to _blank. (You got this already included in your code as well )
And, do not forget to add the following:
The closing tag for the a element! Since, this element has an opening and closing tag.
Between the opening and closing tag of the a element, there should be textual content which your opening and closing tags wraps around. An example of what you could write is “Original Source”, since it indicates the information is from the webpage which your a element links to as an outside site. As a reminder, your href attribute has a value that is the external URL
I added an element with an id of tribute-link, added a href, , redid the whole project, added an image, watched a tutorial for this project, followed it the exact same way, and it’ s still saying the display and max-width is incorrect?
<ul id="tribute-info">
<li>1937 - Graduated summa cum laude with a degree in Mathamatics and French</li>
<li>1939 - Left her teaching job and enrolled in a graduate mathematics program</li>
<li>1952 - Gets hired by NACA for a mathematician job offer</li>
<li>1953-1958 - Johnson worked as a computer, analyzing topics such as gust alleviation for aircraft</li>
<li>1958 - Started working as an aerospace technologist</li>
<li> 1961 - She also calculated the launch window for Alan Shepard, the fist American to go to space</li>
<li>1969 - She also helped to calculate the trajectory for the Apollo 11 flight to the Moon</li>
<li>1970 - Johnson worked on the Apollo 13 Moon mission, helping create backup procedures and charts to help the crew return to earth when the mission was aborted</li>
<li>1986 - She would retire, and spend her later years encouraging students to enter the fields of science, technology, engineering, and mathematics (STEM)</li>
</ul>
<p> <a id="tribute-link" target="_blank" href="https://en.wikipedia.org/wiki/Katherine_Johnson">Click Here</a> to find out more information about Katherine Johnson</p>
This was the video I used for the updated code, I tried to follow it step by step, but it’s still incorrect, you mentioned back ticks nested in the above code is not correct, but where should they be placed instead?
Back ticks is not the solution for your code. Back ticks are used for visibility of your code here within the forum post.
You need to post your html and css code here. Screenshots are not useful to mention the error in your code.