<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
p {
padding-top: 30px;
text-align: center;
font-weight: bold;
font-size: 60px;
}
</style>
</head>
<body>
<p >КАРИМОВ</p>
<p>Ербол Советханович</p>
<p>Тел.: 87776665544</p>
<p>г.Семей ул. Шакарима 68-73</p>
</body>
</html>
Объяснение:.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
p {
padding-top: 30px;
text-align: center;
font-weight: bold;
font-size: 60px;
}
</style>
</head>
<body>
<p >КАРИМОВ</p>
<p>Ербол Советханович</p>
<p>Тел.: 87776665544</p>
<p>г.Семей ул. Шакарима 68-73</p>
</body>
</html>
Объяснение:.