To learn about programming.
People that wondering about programming and some coding this is the Basic tips and information about programming.
It can help ,because this is Dictionary full of Codes :D
Before we get started in programming you should learn first the Hypertext Markup Language (HTML)
What is HTML ?
- HTML stands for Hypertext Markup Language. It is language describing web pages but it is not a programming languages. Markup Languages is set of markup tags.
Why we need to learn about HTML ?
-For me learning Html help readers to get familiar in writing the codes.
HTML tags
- HTML markup tags are usually called HTML tags
- are keyword surrounded by angle brackets ( <html> )
- it usually comes in pairs ( <b> and </b> )
- start and end tags are also called opening and closing tag.
HTML Document
- describe web pages
- contain HTML tags and plain text
TRY THIS!
Open your Notepad and try this.
Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.
Then save it in HTML format ( _____.html =file extension )
Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.
After saving that open it to your chosen browser
Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.
Check your HTML then compare your work.
Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.
If you had some questions just leave a comment below and we will try to answer that asap. :)