Sunday, 1 January 2017

My First Program in HTML 5 - HTML 5 Tutorials Part 4 - Tutorials Hacks OK



uRequirements for HTML 5 Programing and Run
1.Any Operating System.
2.Latest Version of A Web Browser.
3.Any Text Editor.

4.Simple Computer / Smart Device.

 uSteps to Create an HTML 5 file and Save It :
1.Open a Text Editor and Type the HTML 5 Program as per the shown in Next Slide.
2.Save It as in “.html” extension and in some text editor specify character set as “UTF-8”.
3.Then Open the Saved file in Your Web Browser.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of My First HTML 5 File</title>
</head>
<body>
My First HTML 5 File
</body>
</html>

OUTPUT




No comments:

Post a Comment

adss

Author

About me