Today, we will discuss the topic  Create Your First  Web Page in HTML. As we know a website is a set interlinked related web pages. Therefore, to design and develop a website, we need to know creating web pages. HTML stands for Hyper Text Markup Language . HTML is the basic language used to create web pages.  Let's start our tutorial with suitable pictures Create Your First  Web Page in HTML.  Now we will create a simple web page to display some text like "Welcome to Web Page Development!" and with a title "My First Web Page".     1. Type HTML Code in Note Pad  Open Note pad and type the following HTML code.   <HTML>   <HEAD>   <TITLE>My First Web Page</TITLE>          </HEAD>   <BODY>   Welcome To Web Page Development!   </BODY>   </HTML>    Picture: Create Your First  Web Page in HTML in 5 minutes           Picture: Create Your First  Web Page in HTML Easily        2. Save HTML Document with...
Study and Download Perfect Computer Notes on Concepts of Information Technology and Computer Science.