Web Development - Raj

Hi,
Myself Rajesh Virola, currently, I am working as an IT Administrator in Maharshi Pharmachem PVT., LTD.
My hobby is to learn web development and I always learn web development with MDN.
Ok anyway.
Please can you advise me on following code what is wrong with it:

Active learning: Launch countdown!

<!doctype html>

Hello there Raj! I hope you are finding our courses useful.

I can’t see your source code unfortunately. You entered it as HTML into the discourse post, and discourse interpreted it as HTML instead of just writing the code out.

To make it show the code, you can wrap the code in between two sets of three backticks (`)

so for example

```
<strong>your code here</strong>
```

This would be shown in the output as

<strong>your code here</strong>

With the strong tag not interpreted as code.

1 Like