Is html useful in getting placed

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

```

Replace this line with your code.

<do not remove the three backticks above>

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>

please share me your code link.

hmm,thanks I got it.:slight_smile:

did you solve the problem?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.