Want to know How to create HTML Web Page? Its very simple and interesting just go through our tutorial to learn the basics of HTML. You can teach yourself by reading all lessons and HTML tags described in this tutorial. Hyper Text Markup Language is used to create static web pages with colorful formatting. HTML stands for Hypertext Markup Language we have to mark up each text with some formatting mark which are known as elements. A simple page for HTML beginner like this..
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
This is my first web page
</body>
</html>
<head> section is used to add external java script or CSS files. We can also define Javascript functions, Meta tag and style tag in head tag. The information in the head tag does not appear in the browser window.
<title> tag is used to show the very short summary of html document. Title tag must come within html head tag. The text content of title is shown on the top bar of your web browser known as title bar.
<body> tag is main content area of html web page. Here we put all the content and formatting to present the document. Body tag started just after the closing of head tag. It shows the main information of web page.
Use the "Last In = First Out" (LIFO) principle when we nesting the tag.
HTML attributes is used to add some extra information or formatting feature with each tag. Through attribute value TAG give different outputs in browser. All attributes are added in opening tag and enclosed in quotation marks. A tag can have multiple attributes.
Software Training & Solution Provider
258,katewa nagar,Gurjar ki thadi,jaipur.
Ph: 9829708506 , 0141-4108506 , 08432830240, 8432706556