Translated html comment (#23854)
* Update index.md Translated this "Leave some space between the h1 and the p in order to understand what are we talking about." to this " Deja espacio entre <h1> y <p> para mejor entender el codigo." * Fix proposed translation for clearer text
This commit is contained in:
@ -24,7 +24,7 @@ Los comentarios comienzan con `<!--` y finalizan con `-->` , y pueden abarcar va
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<h1>FreeCodeCamp web</h1>
|
<h1>FreeCodeCamp web</h1>
|
||||||
<!-- Leave some space between the h1 and the p in order to understand what are we talking about-->
|
<!-- Deja espacio entre <h1> y <p> para entender mejor el codigo. -->
|
||||||
<p>FreeCodeCamp is an open-source project that needs your help</p>
|
<p>FreeCodeCamp is an open-source project that needs your help</p>
|
||||||
<!-- For readability of code use proper indentation -->
|
<!-- For readability of code use proper indentation -->
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user