HTML Course

 

HTML Course Overview

Hypertext Markup Language, the authoring language used to create documents on the World Wide Web.  HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with <HTML><HEAD> enter here what document is about <BODY> and ends with </BODY></HTML>. All the information you’d like to include in your Web page fits in between the <BODY> and </BODY> tags.

There are hundreds of other tags used to format and layout the information in a Web page. Tags are also used to specify hypertext links. These allow Web developers to direct users to other Web pages with only a click of the mouse on either an image or words. For a more complete list of HTML tags.

HTML is the foundation of all web pages. Without HTML, you wouldn’t be able to organize text or add images or videos to your web pages. HTML is the beginning of everything you need to know to create engaging web pages.

Everyone or Fresh graduate can learn these basics of web development and foundation for improve skills to other programming languages.

No programming languages required.

This is an entry level course for fresh graduates who can get placed as web developer, designer in the major IT companies all over India.

Basic HTML elements, Building and editing HTML webpage, Paragraphs, Line break, Horizontal rule, HTML Text Formatting, HTML Lists (UL, OL, LI, DL), Adding images, forms and inputs, cascading style sheets.

HTML Course Syllabus

Basic HTML elements

The main HTML elements, HEAD, TITLE, BODY, the general structure of a HTML document.

Building and editing HTML webpage

A lesson about how to build and edit a HTML webpage, using just a simple text editor.

HTML Headings and Comments

What HTML Headings are, how to add headings, h1, h2, … h6, and comments into an HTML document.

Paragraphs, Line break, Horizontal rule

HTML course, create Paragraphs; add Line break and Horizontal rule.

HTML Text Formatting

Text Formatting – how to use FONT tag, its attributes: size, color; and other formatting tags to display text in various format: bold, italic, underline, strike etc.

HTML Lists (UL, OL, LI, DL)

How to create unordered, ordered, and definition lists in a web page.

Adding images

Adding images in a web page, attributes of the IMG tag, src, width, height, and others.

Hyperlinks – Links

Adding Hyperlinks in HTML document, create Links in a Web page.

Image Map

Image Maps in HTML document, creating multiple areas and links in a single image-map. and tags.

HTML Tables

Working with Tables. Table elements and structure, rows, cols, thead, tbody, caption, and attributes

Forms and Input

How to create Forms, input fields, buttons, select list, checkboxes, textarea, and other form elements.

New Form elements and attributes in HTML5

New Form input types and attributes added in HTML5, date-pickers, number, range, email, url, search, color, datalist and other new elements.

CSS – Cascading Style Sheets in HTML

Applying formatting using CSS – Cascading Style Sheets. Creating style rules in internal and external style sheet.

DIV and SPAN

About DIV and SPAN HTML tags. How to use and work with DIV, SPAN and CSS styles.

Using Frames

Working with frames in HTML, using FRAME, FRAMESET and IFRAME.

HTML Meta tags for search engines

Meta tags used for page indexing optimization in search engines, content, description, keywords, author, alternate. Meta redirect.

HTML object tag

How to embed media content (such as an image, Java applet, movie, audio, SWF Flash, PDF files, or even another HTML file) on a web page. Adding Param properties to ….

XHTML vs HTML

Differences between XHTML and HTML, XHTML syntax rules.

Colors – Codes and Names

Colors in the web page, their hexadecimal and RGB Codes, combinations of red, green, blue, color Names.

HTML Symbol Entities

Symbol Entities supported by HTML, mathematical symbols, Latin characters, Greek letters, other entities.