top of page

Tribute Page

Design a Tribute Page using HTML & CSS

A tribute page is basically an overview of someone whom we admire in our life. In this article, we are creating a tribute webpage of Late Flying Sikh, Milkha Singh Ji using HTML and CSS. We will add an image of him at the center (below the title) and create a box beneath that image. Inside that box, we will write a few of his achievements and details. We will use div tag and p tag to write the details and img tag for image. Then using CSS, we will align and beautify the design.


Approach:

In the <body> element, we will give the title of the page using h1 tag after that we will add <p> tag with some text after that we will add an image of him in the img tag with some caption. than after We will use <figcaption> tag with some some text We will create another div tag and write all the contents (using list ). We have also given ID to div tag so that we can beautify the design using respective-ID in the CSS file.After div tag we will use h5 tag and write some text inside the h5 tag and design using css.


HTML CODE

index
.zip
Download ZIP • 2KB

CSS CODE

style
.zip
Download ZIP • 371B
If you have project or assignment files, You can send at contact@codersarts.com  directly

bottom of page