Topics Covered in This Course (Cont.)


HTML (HyperText Markup Language)
It is a standard markup language for web page creation. It allows the creation and structure of sections, paragraphs, and links using HTML elements (the building blocks of a web page) such as tags and attributes.

   


CSS (Cascading Style Sheet)
It is a style sheet language for specifying the appearance of text and other elements.

     


Review: HTML Table
    Which tag is NOT valid for an HTML table?

      td
      th
      tl
      tr
Result: