Aizhamal Dzhambulatova
Future Front-end Developer
I like mathematics and computer science, and my marks are good,
so I guess that a programmer is a suitable profession for me.
Programming
becomes more and more popular nowadays. Many other jobs today
are connected with programming.
Programmers work in all
spheres: banks, business, mass media, police and even in big
shops.
I have made a little research of vacancies.
Front-end Developers fortunately are in demand and salaries are
good. This is also important for me.
Contacts
Skills
Code Example
Task: Code Example write.
<html>
<head>
<style>
code {
font-family: Consolas,"courier new";
color: crimson;
background-color: #f1f1f1;
padding: 2px;
font-size: 105%;
}
</style>
</head>
<body>
<p>The HTML <code>button</code> tag defines a clickable button.</p>
<p>The CSS <code>background-color</code> property defines the background color of an element.</p>
</body>
</html>