Project 0

  •  Replicate the given webpages by using only HTML and CSS(if needed).
                                                                            1. First webpage       
      Elements used : h1, div, img, hr, h3, form, input
Explaination: 
  • This webpage contains a heading at the top(ABC football academy), 
  • then some information about the academy below it, 
  • after that there is an image of a football
  • (here is the image link/src = https://cdn.pixabay.com/photo/2013/07/13/10/51/football-157930__480.png)
  • then there is an html form to collect user data( which asks for name, document upload etc.)





2. Second webpage
Elements used: h3, iframe(for youtube's embeded video), a (for links)

Explainatoin:
  • There is a heading at the top(this page requires CSS, as you can see the heading has red colored border, padding and box-shadow)
  • then there is youtube video which has been embeded from youtube, you can embed any video you like( again, the video has red colored border and padding),
  • then there are two links at the bottom (you can use any links: but here are the two that I used : 
  • 1. https://youtube.com
  • 2. https://webdevelopmentwithneelesh.blogspot.com







Comments