Lab 1: Basic HTML

  • HTML Basic Structure

  • Tag & Attribute

  • Head

    • title

    • link

    • style

    • script

    • meta

    • base

  • Body

    • Heading

    • Text Formatting

      • Paragraph, Bold, Important, Underline, Insert, Italic, Emphasized, Address, Work Title, Strick Through, Mark, Small, Subscript, Superscript, Quotation, Block Quote, Abbreviation, Preformatted, Line Break, Horizontal Rule, Computer Code, Keyboard Input, Computer Output, Variable, Text Direction

    • Link

      • Internal, External

      • Target: _self, _blank

      • Create a Navigation Bar (Home, SE 401, SE 407, SE 408[Lab 1, Lab 2, Lab 3])

    • Image

      • src, alt, height, width

      • Image as Link

    • Comment

    • List

      • Ordered List

        • Type [1, 2, 3], [i, ii, iii], [I, II, III], [a, b, c], [A, B, C]

        • Start

        • Reversed

      • Unordered

        • list-style-type [Disc (•), Circle (o), Square(□), None, Image]

      • Nested List [Ex: Faculty, Department]

      • List with Link [Ex: Faculty, Department]

Last updated