Tribute Page - Build a Tribute Page

Tell us what’s happening:
i am stuck on 4 items and this is done but i am confused on these items

  • Your img element should have a display of block.

  • Failed:Your #image should have a max-width of 100%.

  • Failed:Your #image should have a height of auto.

  • Failed:Your #image should be centered within its parent.

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

    <!-- Title of the page -->
    <h1 id="title">
        A. P. J. Abdul Kalam
    </h1>

    <div id="img-div">

        <!--Image of the Tribute Person-->
        <img src="https://i.postimg.cc/FhJ7qBG2/A-P-J-Abdul-Kalam.jpg"id="image"width="300" height="300"target="_blank"><br><id="image"
            alt="Error Loading Image">
        <small id="img-caption">
            Great Indian scientist and
            politician who played a leading
            role in the development of India’s
            missile and nuclear weapons
            programs.
        </small>
    </div>

    <div id="tribute-info">

        <!--Achievements and other
            details of the person-->
        <h1 class="title-APJ">
            About the Legend
        </h1>
former President of India President-of-India-A-P-J-Abdul-Kalam-2007

☛ A.P.J. Abdul Kalam, in full Avul Pakir Jainulabdeen Abdul Kalam, was born on October 15, 1931, in Rameswaram, Tamil Nadu, India.

☛ He served as the 11th President of India from 2002 to 2007.

☛ Kalam earned a degree in aeronautical engineering from the Madras Institute of Technology and in 1958 joined the Defence Research and Development Organisation (DRDO).

☛ In 1969, he moved to the Indian Space Research Organisation, where he was project director of the SLV-III, the first satellite launch vehicle that was both designed and produced in India.

☛ Rejoining DRDO in 1982, Kalam planned the program that produced a number of successful missiles, which helped earn him the nickname “Missile Man.”

☛ Among those successes was Agni, India’s first intermediate-range ballistic missile, which incorporated aspects of the SLV-III and was launched in 1989.

☛ He also played a pivotal organisational, technical, and political role in India's Pokhran-II nuclear tests in 1998, the first since the original nuclear test by India in 1974.

☛ From 1992 to 1997 Kalam was scientific adviser to the defense minister, and he later served as principal scientific adviser (1999–2001) to the government with the rank of cabinet minister.

☛ His prominent role in the country’s 1998 nuclear weapons tests solidified India as a nuclear power and established Kalam as a national hero, although the tests caused great concern in the international community.

☛ In 1998 Kalam put forward a countrywide plan called Technology Vision 2020, which he described as a road map for transforming India from a less-developed to a developed society in 20 years. The plan called for, among other measures, increasing agricultural productivity, emphasizing technology as a vehicle for economic growth, and widening access to health care and education.

☛ Kalam received 7 honorary doctorates from 40 universities. The Government of India honoured him with the Padma Bhushan in 1981 and the Padma Vibhushan in 1990 for his work with ISRO and DRDO and his role as a scientific advisor to the Government.

☛ In 1997, Kalam received India's highest civilian honour, the Bharat Ratna, for his contribution to the scientific research and modernisation of defence technology in India.

☛ In 2013, he was the recipient of the Von Braun Award from the National Space Society "to recognize excellence in the management and leadership of a space-related project".

☛ While delivering a lecture at the Indian Institute of Management Shillong, Kalam collapsed and died from an apparent cardiac arrest on 27 July 2015, aged 83.

☛ Wheeler Island, a national missile test site in Odisha, was renamed Kalam Island in September 2015.

☛ A prominent road in New Delhi was renamed from Aurangzeb Road to Dr APJ Abdul Kalam Road in August 2015.

☛ In February 2018, scientists from the Botanical Survey of India named a newly found plant species as Drypetes kalamii, in his honour.


    </div>
    <br>
        For more information,
    check out
    <a <a href="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam" value="tribute"id="tribute-link"target="_blank">About the Legend
        <b>A.P.J. Abdul Kalam</b> on Wikipedia. [
        <small>Developed by @<a href="#">
                M.Bonnema.</a></a>
    </small>]
</main>
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

Your code is not readable because it is not enclosed in a coding block. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.