Computer Applications
Write the equivalent inline CSS for the following:
a. <body bgcolor="blue">
b. <p style="color:blue;">Example</p>
HTML Intro
6 Likes
Answer
a. <body style="background-color: blue;">
b. <p style="color: blue;">Example</p>
Answered By
2 Likes
Related Questions
"Open Source refers to something that is publicly accessible, and therefore, can be modified and shared by anyone." What is open source software? Write the difference between open source and free software.
Hyperlinks are the highlighted text segments or images that connect to other pages on the web. Based on this, answer the following questions:
a. Which tag is used to create a hyperlink and the attribute used to specify the path of the document to be linked?
b. Give an example of how an image "hello.jpg" can be used as a hyperlink.
c. What are internal links and external links in HTML?
a. Write an external CSS code snippet to set the colour of the web page as pink.
b. Write an inline CSS code to set the Font size for a paragraph as 15.
Karan has recently started working as a content writer. Suggest the steps he can take to avoid plagiarism.