0
What is the use of strong and em tag?
<>hi shivam<strong> <>how are you</>
1 Respuesta
+ 1
<strong>hello</strong>
=will make the text look bolder
<style>
p. test em{
font-size:20%;
color:red;
}
=the em tag select the first p element with class called test (note:only select the first element)