+ 4
First coding
About html
10 odpowiedzi
+ 4
vijayagowri dharapureddy Learn about HTML in it course...good luck and happy Coding.
+ 3
vijayagowri dharapureddy , if you're asking about what should be your first html code, then I would like to tell you that to start with HTML, try writing a simple webpage with the basic structure. For example:
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Save it in a .html file and open it in your browser.
Then as you continue with the HTML course, you can start exploring different tags and attributes.
If you get stuck, or face any difficulty, feel free to post your question or issue here (please remember to add your code/snippet) and we all can work through it together.
Keep coding, keep growing! =)
+ 2
0mi patil , hi!
This code is pretty beginner -friendly and might help many beginners starting Java.
However,I believe vijayagowri dharapureddy is asking about HTML and not Java.
+ 2
0mi patil , well, vijayagowri dharapureddy wrote "html" in the tag.
+ 1
First coding