Computer Science, asked by Anonymous, 10 months ago

style tag in html????? and name of styles..​

Answers

Answered by johntrooper313
2

Answer:

If you want to add style to a paragraph then the given syntax will help.

<p style="color:red">*write your paragraph here*</p>

you can also use "back-ground color=" in style tag.

2) <!doctypehtml>

<html>

<head>

<style>

h2{color:Blue}

</style>

</head>

Above given is the 2nd method u can use .

I hope it helped.

Answered by karthikeyanrishabh
1

Answer:

CSS In Written in Style tag

Explanation:

Inside <style> tag,you can write inline CSS ( Cascading Style Sheets).

It is used to describe the layout and animations in the website.

Similar questions