Posts

Genshin HTML

Image
  Genshin impact  Embark on a journey across Teyvat to find your lost sibling and seek answers from The Seven — the gods of each element. Explore this wondrous world, join forces with a diverse range of characters, and unravel the countless mysteries that Teyvat holds...  

LabSheet9 - CSS

Image
  The HTML code of Lab_09.html   Example 1   < !DOCTYPE html > < html > < head >     < style >         body {             background-color : powderblue ;         }           h1 {             color : blue ;         }           p {             color : red ;         }     </ style > </ head > < body >       < h1 > This is a heading </ h1 >     < p > This is a paragraph. </ p >   </ body > </ html ...

LabSheet8_The div dl, dd, and dt elements

Image
  Name     LOY DONG XUAN     Matric. No.   AI2000236     Section     6     Lab Sheet 8   <dl>, <dt>, <dd> tags   < !DOCTYPE html > < html > < body >     < div style =" background-color : lightblue">         < h3 > The div dl, dd, and dt elements </ h3 >         < p > LAB-08. </ p >     </ div >     < dl >         < dt > Coffee </ dt >         < dd > Black hot drink </ dd >         < dt > Milk </ dt >      ...