A webpage using CSS font property.
Answers
Answered by
0
Answer:
Let's say, you want to use inline css. The code you will use in your .html file will be:
<style>
body {
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: normal;
}
</style>
Explanation:
We have changed the body font to Arial (or default sans-serif font on the client system) and font size to 16px. Additionally, the font weight is set to normal (you can set it to Bold for example).
Answered by
1
True:
Explanation:
Missing Information: The above question does not state that the question is a type of true and false.
- The web-page is designed with the help of HTML language because the website can be opened in the web browser only and the browser can understand the HTML language.
- This HTML language uses CSS language to modify the content font and color so it looks attractive. The website also using the CSS to look attractive.
- Hence the above statement is true because it also states the same which is defined above.
Learn More :
- CSS : https://brainly.in/question/10771182
Similar questions