Dude,
I don’t know if you are an engineering student or not but yha I could say that some companies in their interviews make sure that you have a basic knowledge about html.
But it’s my humble request to you, please don’t learn coding for placement or something. Make coding your passion and whatever you learn , create some interest in it.
i have a doubt in this code can you pls help me in rectifying the error
I have been doing since night but isn’t working
<!DOCTYPE html>
<html>
<head>
<title>First font size change</title>
</head>
<body>
<p>
HE IS AN ACTOR
<p style="font size: 10px">
</p>
<p>
HIS NAME IS RAHUL
<p style="font-size: 20px">
</p>
<p>
HE IS SO REPUTED
<p style="font-size: 40px">
</p>
</body>
</html>