web page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

web page

Hi I am making a webpage for a project i am using visual studio here is my code however when i open the page to see what the page looks like my side bar comments is lower than the article how do i get it to even height with the article? <!doctype html> <html> <head> <!-- New Perspectives on HTML5 and CSS3, 7th Edition Tutorial 1 Case Problem 1 Jedds Tree Care Home Page Author: Date: Filename: jtc_index.html --> <meta charset= "utf-8" /> <title>Jedds Tree Care</title> <link href="jtc_base.css" rel="stylesheet" /> <link href="jtc_layout.css" rel= "stylesheet" /> </head> <body> <header> <nav> <a href="/jtc_index/">HTML</a> | <a href="/jtc_services/">HTML</a> | </nav> </header> <article> <header>    <img src= "jtc_photo1.png" /></a> <p>Jedds Tree Care is a complete yard service including branch trimming, pruning, stump removal and emergency tree removal. We offer same day emergency service 24/7. Jedds operates out of East Lansing, MI, but also serves the surrounding counties for your urban and rural needs. We provide tree and yard care for both commercial and residential clients. Customer satisfaction is our primary goal. Our business is fully insured. Safety is our number one priority. We have professional arborists on staff to deal with your special needs and we can handle any job, large or small. </p> <address> <strong>Jedds Tree Care</strong> <br> 201 Edward Ave. <br> Lansing, MI 48930 <br> <a href= "url" >email: jeddstree@example.com</a> <br> <a> phone: +1.517.555.4811 </a> <br> </address> </header> </article>

15th Sep 2020, 4:58 AM
Jah Revelo
Jah Revelo - avatar
2 Answers
15th Sep 2020, 8:41 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 2
Pls make a code first and share the link here. Will be easy to understand and then you will be eligible to get more accurate answers.
15th Sep 2020, 6:11 AM
Raj Srivastava
Raj Srivastava - avatar