Advertisement
Dreigon

HTML

Jul 31st, 2023
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.55 KB | Source Code | 0 0
  1. <div class="main-container" id="weather">
  2.     <span class="weather" id="location">&hellip;</span></span>
  3.     <span class="weather" id="sectionTemp"><span id="lblTemp">Temp:</span>&nbsp;<span id="temperature">&hellip;&deg;C</span></span>
  4.     <span class="weather" id="sectionHumidity"><span id="lblHumidity">Humidity:</span>&nbsp;<span id="humidity">&hellip;%</span></span>
  5.     <span  id="sectionForecast"><span class="weather" id="lblForecast">Weather:</span>
  6.     <img id="forecast" src="https://openweathermap.org/img/w/01d.png" width="32" height="32"/></span>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement