HTML:
HTML stands for Hyper Text Markup Language. It is the simplest and basic programming language to create web pages.
A HTML document contains both plain text and rich text. Rich Text in the sense, text with tags and plain text means normal texts.
HOW TO RUN HTML PROGRAM:
To run a HTML program in your computer, the softwares you need are
- Notepad
- Web Browser
Steps:
- Open Notepad
- Type Html program
- Save it as filename.html or filename.htm
- Now open the saved file in web browser.
SAMPLE:
- Open Notepad ( Click 'win key + R' and type notepad ).
- Copy and paste the following program in notepad.( Use mouse controls to copy and paste )
- Now save file as 'anyname.html'.
- Open the saved file in web browser.
OUTPUT:
My first webpage..Tutorial By StudentsBlog100
No comments:
Post a Comment