You are on page 1of 5

ALVIN RENAN SAN JUAN CAMAT LOMT 3-2

Lesson 3 - Activity/Assessment

1. <head> </head>
2. <title> </title>
3. <body> </body>
4. <b> </b>
5. <u> </u>
6. <h1> </h1>
7. <hgroup> </hgroup>
8. <section> </section>
9. <article> </article>
10. <aside> </aside>

Lesson 4 - Activity 1

1. T
2. F
3. T
4. T
5. T
6. F
7. F
8. T
9. T
10. T

Lesson 4 - Activity 2

1. <u> </u>
2. <b> </b>
3. <i> </i>
4. <small> </small>
5. <b> </b>
6. <i> </i>
7. <sub> </sub>
8. <sup> </sup>
ALVIN RENAN SAN JUAN CAMAT LOMT 3-2

Lesson 5 - Activity 1
ALVIN RENAN SAN JUAN CAMAT LOMT 3-2

Lesson 5 - Activity 2

1. Background image property


2. Image floating
3. White space property
4. Working with tables
5. Row groups
6. A
7. Colspan attributes
8. Valign attributes
9. Row groups
10. Cell background colors

Lesson 6 - Activity

1. Hyperlink
2. <a> </a>
3. _blank
4. <a href =url>link text</a>
5. < a href=”name of the website”></a>
6. <a href=”html_images.asp>HTML images</a>
7. <a href=”http://www.youtube.com></a>
8. <a href=”mailto:alvinrenancamat@gmail.com”>send email</a>
9. a:link{color:green}
10. A:visited{color:pink}
ALVIN RENAN SAN JUAN CAMAT LOMT 3-2

Lesson 7 - Activity

1. F
2. G
3. C
4. D
5. J
6. I
7. A
8. H
9. E
10. B
Lesson 8 - Activity

1. Inline
2. Embedded/Internal
3. Embedded/Internal
4. External
5. Inline
Lesson 9 - Activity

CCS List Property

Property Example Description

List-style-type ul.a{list-style-type:circle;} The list-style-type specifies the type of


list-item marker in a list

List-style-image url(xxvii.jpg/) The list-style-image property replaces the


list-item marker with an image

List-style-property ul{list-style:square inside Short hand notation for all the properties
url(“sqpurple.gif”);} for list
ALVIN RENAN SAN JUAN CAMAT LOMT 3-2

CCS Text Color Property

Property Example Description

color: yellow Set color of the text

color: #ff0000 Set color in hex-notation

color: rgb(255%, 0%, 0%) Set color in values form 0-255

color: rgb(100%, 0%, 0%) Set color red as the highest color because
green and blue is 0% as shown in the
parameter

color: inherit Inherit this property from its parent


element

You might also like