Learning HTML: Part 1


Image result for web design pic with girl

HTML is the first step to design a website. To write/expand HTML code editor/designer will need Nodepad++ Software. If you have the Nodepad++ then you can write the HTML code.


HTML Document:
All HTML document start with <!doctype html>
HTML document code start from <html> and end </html>
Here <html> and </html> are known as tag, e.g of others tag <head>, </head>, <body>,</body> etc.
We will know use of this tag step by step.
A tag start with <> and terminate with </>.

No comments:

Post a Comment