I want to create my first web page but I encountered a problem.
I have the following code:
This is my code without any div within the header tag. My goal/intention is to implement the same behavior with minimal HTML tags and CSS style. It works.
whois.css
.header-img {
height: 9%;
width: 15%;
}
header {
background: dodgerblue;
}
header h1 {
display: inline;
}
whois.html
Javapedia.net WHOIS Lookup
WHOIS Lookup
output: