You are on page 1of 1

Unit 2 web tech

UNIT-2-HTML

Elements of HTML, HTML sources & Rules of nesting

syntax conventions, HTML Categories

Text tags, Formatting WebPages by using Styles

adding pictures, image attribute ,


Introduction to forms,

Tables and models, advantages &limitations of tables,

Frames, links. CSS cascading style sheets

An HTML element is an individual component of an HTML document. It represents semantics, or meaning. For example,
the title element represents the title of the document.

Most HTML elements are written with a start tag (or opening tag) and an end tag (or closing tag), with content in between.
Elements can also contain attributes that defines its additional properties. For example, a paragraph, which is represented
by the p element, would be written as:

We will learn about the HTML attributes in the next chapter.

You might also like