Friends today we are living in a digital world..and it's part is webpages..
Today when you see any website you might started thinking that how webpages was designed ??how the picture come on webpages???
All the things are possible through html/XML coding.
If you wanting to design your webpage then firstly you will have to learn html coding and today I am going to start the leaning series to learn html..
So without wasting anymore time lets
ge started...
So firstly I am going start from basics..
1. Click start button ..then click on notebook icon..
How to start coding..??
- First at the top type html with tag (<>)
The first basic thing you should be aware about writing html code in type tag and what ever you write keep inside the tag:
Example :<Html>
2. Then Write head tag
EXAMPLE: <Html>
<Head>
3. Then write title of the content of your webpage...
Example: <html>
<Head>
<Title>
Title of your webpage
And then close it by...
Putting / before writing title insoin the tag
</Title>
4. Then write body of your content...
Example: <html>
<Head>
<Title>
Title of your webpage
And then close it by...
Putting / before writing title insoin the tag
</Title>
Then type body tag and write your body content
Example :
html>
<Head>
<Title>
Title of your webpage
And then close it by...
Putting / before writing title insoin the tag
</Title>
<Body>
Your body content
</Body>
And now close head tag
And html tag..
</Head>
So that's how you can take 1 step further in order to learn html coding...
I will teach you each and every step in this series so please share it ....