170 likes | 442 Views
In this first tutorial of the series have a look at the basics of HTML5 and show you some of the basic html tags. This Introduction tutorial series is to help anyone <br>who would like to learn how to make their own website from scratch.<br><br><br>In today’s world, when the line between mobile and desktop will be fading, the best approach to provide content to the end user is by means of responsive websites <br>created by using HTML5 and CSS3. As HTML5 supports all the latest browsers, it has become the standard markup language for developers. Prism Multimedia is a <br>leading HTML5 training institute in Hyderabad offers in-depth programme on HTML5, CSS3. Trainings are offered by highly experienced professionals with rich <br>experience in UI designing and programming. If you are specifically looking for any customized training in the modules provided in our HTML5 training in Hyderabad<br>syllabus, talk to our counselor to customize your HTML5 and CSS3 Course!<br><br>To know more about the HTML5 training in Ameerpet provided by Prism Multimedia, call us at 9701334133.<br><br>Prism Multimedia offers a variety of career-oriented courses in 3D animation, VFX, multimedia, graphic & web designing, gaming, and media & entertainment.<br> Work with software like Adobe Photoshop, Adobe After Effects, Adobe Premiere, Autodesk 3ds Max, Autodesk Maya, Autodesk Mudbox, Eyeon Fusion, Apple Final Cut Pro, <br>Autodesk MatchMover & more!<br><br>For more details visit http://prismmultimedia.com<br>Call 9701334133 to attend free Demo.<br>
E N D
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 Windows-based 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.