Introduction to html5, html5 basics, html5 introduction, html5 tutorials

Page 1

HTML 5 Tutorials – Part 1 By Prism Multimedia


The major thing to keep in mind, that HTML is used for meaning and CSS is used for presentation. HTML is nothing more than fancy structured content and the visual formatting of that content will come later when we tackle CSS.


HTML files are nothing more than simple text files, so to start writing in HTML, you need nothing more than a simple text editor.


Notepad is a common text editor on Windowsbased computers (usually found under the Programs > Accessories menu)

Type this in to your text editor:

This is my first heading

Now create a folder called “html” wherever you like to save files on your computer and save the file as “abc.html”.



It is important that the extension “.html” is specified some text editors, such as Notepad, will automatically save it as “.txt” otherwise.


To look at HTML files, they don’t even need to be on the web.

Open a web browser such as Chrome, Firefox, Safari or Internet Explorer and in the address bar, where you usually type web addresses, type in the location of the file you just saved (for example, “c:\html\abc.html”) and hit return.




Alternatively, go to the File menu of the browser, select Open, and browse for the file.



You can get like My first Heading


Even you can make use of Adobe Dreamweaver instead of Notepad by downloading that software.


Thank You


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.