HTML (part 1)

895 16 1
                                        

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.

Then save it in HTML format ( _____

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 )

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.

After saving that open it to  your chosen browser

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.  

If you had some questions just leave a comment below and we will try to answer that asap

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. :) 

What is Programming?Where stories live. Discover now