Write the html code to display your name and address in italic and give it blue on webpage
Answers
Answered by
6
Answer:
Hey There!!!
HTML stands for Hyper Text Markup Language .
It is used in designing of websites.
Here are the tags you need to use:
Bold -> <b>Text</b>
Italics -> <i>Text</i>
Underline -> <u>Text</u>
So, here, your code would be:
______________________
<html>
<body>
<b><i><u>Your Name Here</u></i></b>
</body>
</html>
______________________
Hope it helps
Answered by
16
Answer:
In HTML it is possible to add colours, fonts and other styles to the web pages that you build, however this is not recommended and HTML should be used for structure only. To add colours, fonts, etc. we will use Cascading Style Sheets, also known as CSS.
Similar questions
Business Studies,
5 months ago
Art,
5 months ago
Geography,
5 months ago
Geography,
10 months ago
History,
10 months ago
India Languages,
1 year ago
English,
1 year ago