Introduction to HTML5, HTML5 Basics, HTML5 Introduction, HTML5 Tutorials - Prism Multimedia - PowerPoint PPT Presentation

About This Presentation
Title:

Introduction to HTML5, HTML5 Basics, HTML5 Introduction, HTML5 Tutorials - Prism Multimedia

Description:

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 who would like to learn how to make their own website from scratch. – PowerPoint PPT presentation

Number of Views:518

less

Transcript and Presenter's Notes

Title: Introduction to HTML5, HTML5 Basics, HTML5 Introduction, HTML5 Tutorials - Prism Multimedia


1
HTML 5 Tutorials Part 1
  • By Prism Multimedia

2
  • 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.

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

4
  • Notepad is a common text editor on Windows-based
    computers (usually found under the Programs gt
    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.

5
(No Transcript)
6
  • It is important that the extension .html is
    specified - some text editors, such as Notepad,
    will automatically save it as .txt otherwise.

7
  • To look at HTML files, they dont 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.

8
  • Alternatively, go to the File menu of the
    browser, select Open, and browse for the file.
  • You can get like My first Heading

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

10
  • Thank You
Write a Comment
User Comments (0)
About PowerShow.com