Learn HTML

HTML- HyperText Markup Language
-Used for designing web pages.
-Can be edited by using any simple word processor like Notepad, FrontPage.
-Simplest yet most needed language for web Design.
-Its file extension is .html or just .htm and therefore must be saved as .html

 General Structure of HTML

It is a structure that defines the main layout of your HTML web page which must be typed before putting anything to your web page. It is given by:
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>

</BODY>
</HTML>
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Everything that is enclosed between < and > are called tags and they will not be displayed in your web page but they defines how your web page elements (everything that you put in your page) will look like or how they will behave.

Refer:

No comments:

Post a Comment