+ 4

First coding

About html

27th May 2025, 3:09 PM
vijayagowri dharapureddy
vijayagowri dharapureddy - avatar
10 ответов
+ 4
vijayagowri dharapureddy Learn about HTML in it course...good luck and happy Coding.
27th May 2025, 3:36 PM
Alhaaz
Alhaaz - avatar
+ 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! =)
27th May 2025, 5:48 PM
Ushasi Bhattacharya
+ 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.
28th May 2025, 3:31 PM
Ushasi Bhattacharya
+ 2
0mi patil , well, vijayagowri dharapureddy wrote "html" in the tag.
28th May 2025, 4:55 PM
Ushasi Bhattacharya
+ 1
First coding
27th May 2025, 3:09 PM
vijayagowri dharapureddy
vijayagowri dharapureddy - avatar