Html And CSS
Html And CSS
Course Objectives:
HTML is highly flexible and supported on all browsers.
User friendly and an open technology.
It give better performance.
CSS provides powerful control over the presentation of an HTML document.
CSS saves many times as it can be reused in many HTML pages.
CSS can be used to make responsive web pages, which are compatible on multiple devices. It can be
used to allow the web pages to display differently depending on the screen size or device on which it
is being viewed.
Pre-requisite / Target Audience:
Any beginner who wants to build career as Web designer can take this course.
Module 2: HTML-Introduction
In this module, sets the stage, getting you used to important concepts and syntax, looking at applying HTML to
text, how to create hyperlinks, and how to use HTML to structure a webpage.
History of HTML
What you need to do to get going and make your first HTML page
What are HTML Tags and Attributes?
HTML Tag vs. Element
HTML Attributes:
How to differentiate HTML Document Versions
heading, link, image, multimedia player, form, or one of many other available elements or even a new element
that you define.
HTML Basic Tags
HTML Formatting Tags
HTML Color Coding
Module 5: HTML-Lists
In this module, The HTML <li> element is used to represent an item in a list. It must be contained in a parent
element: an ordered list (<ol>), an unordered list (<ul>), or a menu (<menu>). In menus and unordered lists,
list items are usually displayed using bullet points, now we are going to check how to use html list
Unordered Lists
Ordered Lists
Definition list
Module 6: HTML-Images
In this module, the Web was just text, and it was really quite boring. Fortunately, it was not too long before
the ability to embed images (and other more interesting types of content) inside web pages was added. There
are other types of multimedia to consider, but it is logical to start with the humble <img> element, used to
embed a simple image in a webpage. This module will help you to make use of image mapping
Image and Image Mapping
Module 7: HTML-Hyperlink
In this module, Hyperlinks are important they are what makes the Web a web. This module shows the syntax
required to make a link, and discusses link best practices.
URL - Uniform Resource Locator
URL Encoding
Module 8: HTML-Table
In this module, representing tabular data on a webpage in an understandable, accessible way can be a
Html and css Syllabus
challenge. This module covers basic table markup, along with more complex features such as implementing
captions and summaries.
<table>
<th>
<tr>
<td>
<caption>
<thead>
<tbody>
<tfoot>
<colgroup>
<col>
Module 9: HTML-Iframe
In this module, The HTML <iframe> element represents a nested browsing context, effectively embedding
another HTML page into the current page. This module will help you make use of iframe tag
Attributes Using
Iframe as the Target
Meta
list-style-position
list-style-image
list-style
CSS Tables
I. border
II. width & height
III. text-align
IV. vertical-align
V. padding
VI. color
CSS Floats
In this module, the float CSS property specifies that an element should be placed along the left or right side of
its container, allowing text and inline elements to wrap around it. The element is removed from the normal
flow of the web page, though remaining a part of the flow (in contrast to absolute positioning).
The float Property
The clear Property
Html and css Syllabus