English, asked by alammurshidcpr, 8 months ago

please follow me i Will markyou brainlist​

Answers

Answered by Anonymous
29

Answer:

<marquee><svg width="350" height="350" viewBox="0 0 100 100">\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ <path fill="orange" d="M92.71,7.27L92.71,7.27c-9.71-9.69-25.46-9.69-35.18,0L50,14.79l-7.54-7.52C32.75-2.42,17-2.42,7.29,7.27v0 c-9.71,9.69-9.71,25.41,0,35.1L50,85l42.71-42.63C102.43,32.68,102.43,16.96,92.71,7.27z"></path>\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ <animateTransform \ \textless \ br /\ \textgreater \ attributeName="transform" \ \textless \ br /\ \textgreater \ type="scale" \ \textless \ br /\ \textgreater \ values="1; 1.5; 1.25; 1.5; 1.5; 1;" \ \textless \ br /\ \textgreater \ dur="2s" \ \textless \ br /\ \textgreater \ repeatCount="40"> \ \textless \ br /\ \textgreater \ </animateTransform>\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ </svg>

<marquee behaviour-move> <font color ="red"><h1>❣️☺️itz piyush☺❣️</h1></marquee>

<marquee> <font color ="green"><h1>✌️♥️ Follow me♥️✌️</marquee>

Answered by Anonymous
7

<!DOCTYPE html>

<html>

<head>

<style>

{

box-sizing: border-box;

}

.box {

float: left;

width: 33.33%;

padding: 50px;

}

.clearfix::after {

content: "";

clear: both;

display: table;

}

</style>

</head>

<body>

<h2>Grid of Boxes</h2>

<p>Float boxes side by side:</p>

<div class="clearfix">

<div class="box" style="background-color:#bbb">

<p>Some text inside the box.</p>

</div>

<div class="box" style="background-color:#ccc">

<p>Some text inside the box.</p>

</div>

<div class="box" style="background-color:#ddd">

<p>Some text inside the box.</p>

</div>

</div>

<p>Note that we also use the clearfix hack to take care of the layout flow, and that add the box-sizing property to make sure that the box doesn't break due to extra padding. Try to remove this code to see the effect.</p>

</body>

</html>

</tex>
Similar questions