Discipline: Html / CSS

periodic tableperiodic table

Learning Goal: I’m working on a html / css project and need a reference to help me learn. <!DOCTYPE html> <html lang=”en”> <head> <title>Periodic Table</title> </head> <body> <center> <h1 bgcolor=”pink”>PERIODIC TABLE</h1> <hr/> <!–It contains elements of first period of periodic table–> <table border=”2″ width=”10″ cellpadding=”2″ cellspacing=”2″> <tr> <td bgcolor=”#feb094″ title=”Hydrogen”><sup>1</sup>H</td> <td colspan=”16″></td> <td bgcolor=”#fdfdfd” title=”Helium”><sup>2</sup>He</td> […]

h1 in codeh1 in code

Learning Goal: I’m working on a html / css practice test / quiz and need guidance to help me learn. HTML PROGRAM <html> <head> </head> <body><h1>”””hello world”<h1> </body></html>

Html / CSS QuestionHtml / CSS Question

Learning Goal: I’m working on a html / css exercise and need guidance to help me learn. Hello, I would like a web page similar to this link : https://mazaya.saudiairlines.com/ . I wanted the solution to be in files so that I can upload them to the worldPress.