UNDERSTANDING HTML
FIRST, WHAT IS HTML?
HTML is the most widely used language to design web contents for the internet.
STEPS TO CREATE AN HTML DOCUMENT:-
open Notepad by clicking on the START > ALL PROGRAMS> ACCESSORIES> NOTEPAD.
2.the notepad window will appear .
3.type the html code as shown
<HTML>
<HEAD>
<TITLE>title of the web page</title>
</HEAD>
<BODY>
HERE, i am going to you that how to create any html document.You can also learnt how to add text and images in html document.
</BODY>
</HTML>4. save the file but note that you have to save the file with .html .
your html document is created.
YOU can also learn html tags , attributes, elements, appearence,image, video , audio etc.



No comments:
Post a Comment