<html>
<head>
<title></title>
<meta charset="utf-8">
<style>
ul {
list-style: disc;
}
</style>
</head>
<body>
<ul>
<li> <b>Microsoft</b>
<ol>
<i>
<li>Googl e
</li>
<li>Apple
<li>IBM
</i>
</ol>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style>
ul {
list-style: disc;
}
</style>
</head>
<body>
<ul>
<li> <b>Microsoft</b>
<ol>
<i>
<li>Googl e
</li>
<li>Apple
</li>
<li>IBM
</li>
</i>
</ol>
</li>