TEA Learn Learning Management System WELCOMETEA Learn empowers you with technology skills, expand your knowledge with quality education and enable you explore your curiosity with creative art.
....The new line of text "WELCOME" will appear in bold because the ... tag The line "TEA Learn" wrapped in ... will be underlined.... And "empowers you with" is in italics ..... BOLD AND ITALICS A TEXT WELCOME
WHAT ABOUT FONT
To make a text appear bigger, change its color or font style (face) using HTML you will need to use the .... tag.
Example 1WELCOME
Increases the font size to 6
Example 2technology skills
Change the colour to red (note: no U in american color spelling )
Example 3technology skills
Change the font style to Arial
Example 4technology skills
Change text font, increase size and change color.
<ul>...</ul> meaning Unordered List, this is a listing that use bullets symbols.
To use numbering list change the tag to <ol>....</ol> Ordered List.
<li>.....</li> meaning List Item. Either you use Unordered List or Ordered List the List Item tag <li> remains thesame.
ASSIGNMENT
Drop your code in the comment box and upload the picture of the screenshot with it.
If you have come this far, I said congratulations and happy coding!!!
By: Benjamin Onuorah
Comments
No Comment yet!
Login to comment or ask question on this topic
Previous Topic Next Topic