Name: Muhammad Najmi Iman Bin Mukri
Group:KIM1105C
Student Id: 2021848624
<html>
<head>
<title>Formatting Text</title>
</head>
<body bgcolor="yellow">
<pre>preformatted
text</pre>
<abbr title="Web Development Life Cycle">WDLC</abbr>
<br>
<font color="blue">This text is BLUE</font>
<br>
<i><b>This text is italic & bold</b></i>
<br>
<font size="32">This text size is 32</font>
<br>
<font face="verdana">This text face is verdana</font>
</body>
</html>