i want to learn coding can anyone help me can you teach me coding
Answers
Answer:
ya sure.
first thing in coding is that you need to learn
what is purpose of coding ?
coding it is way in which by doing coding you can turn complicate one for easy for others.
coding is used for communicating with computers.
In begging you should start with html (you can start with other languages also.
Html :- in this programming language we basically going to learn about how we develop website.
EXAMPLE OF HTML:-(TRY IN NOTEPAD)IN DESKTOP OR MOBILE PHONE BY DOWNLOADING APP OR IN LAPTOP.
INPUT
<HTML> this is the structure of html
<HEAD>
</HEAD>My first Html
<TITLE > my document
</TITLE>
<BODY>
hi everybody.
</BODY>
</HTML>
Output:-
my document (name of the document)
my first html (heading)
hi everybody.
note:- < > this is the opening bracket
</> this is the closing bracket .
hope all about helpful for you.