This short tutorial will make you an instant web developer.
HTML stand for Hyper Text Markup Language. The markup tells the Web browser how to display a Web page's words and images for the user.
let's start from scratch
Requirements :
1. Make sure you have installed browser (Internet Explorer, Google Chrome, Safari, Firefox etc)
2. Notepad (pre-installed program on windows)
Steps :
1. Open Notepad (how to open Notepad?)
2. Type some basic HTML tag to show on browser : (what is HTML Tag?) what is HTML Tag?
<HTML>
<HEAD>
<TITLE>Your Informatics My Title</TITLE>
</HEAD>
<BODY>
This content will be displayed on your browser
</BODY>
</HTML>
3. Now save your work with Ctrl+S or click File->Save
4. Type your HTML file name with myweb.html, or just named it as you desire.
5. Your new webpage is ready. Right click on your new HTML->open with->choose your browser
6. Your webpage should be shown like this
your webpage not shown like that? you may have some problem here. some problem here
That's IT!
Sunday, December 27, 2015
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment