the time element is not part of the address so it better to remove it from the address and wrap it with p element and give that p element the same class of address (you will learn while it will not work if you just give the time element the class in the css leason but for now it cause it inline element)
i see you start to write a whole page starting from doctype tag till the closing of the html which is good thing
@justsomeone Thanks for your evaluation and time related tips.
Me have the same thought that time element isn’t part of the address element, so I separated it earlier on while coding and since it’s an inline element that class won’t work eventually, I knew that. So, I tried inline css and made the display type: bold, then I realized it’s too early to try that and came back to be it nested in address element.
The deal is I never have the idea to put it in p tag. So, towardly I appreciate your visualization. Thanks.
Hereeeeeeeee it is
Hope these are enough this time . Don’t you think?