HTML and CSS Essential Training
Course Duration: 3 Months
Course Fee: 20,000tk
Course Overview
This HTML learning course introduces basic HTML to beginners. The course will explain what HTML is, how it’s structured, and presents the major tags and features of the language. Discover how to format text and lists, add images and flow text around them, link to other pages and sites, embed audio and video, and create HTML forms. Additional tutorials cover the new elements in HTML5, the latest version of HTML, and prepare you to start working with Cascading Style Sheets (CSS).
What you’ll learn
• Upon completion, you will have coded a handful of useful HTML & CSS example
• Start building beautiful websites
• By the end of this course, you will have a basic & thorough understanding of HTML & CSS
• Instructor Available by Email or on the Forums
• Comprehensive Coverage of HTML and CSS
• Earn Certification that is Proof of your Competence
• Upon completion, you will have coded a handful of useful HTML & CSS example start building beautiful websites
• Will get to learn website perfection using HTML5, and CSS3
• Will help you design highly interactive and attractive websites using CSS3 and HTML
HTML
Part 1: Overview
- What is HTML?
- Examining the structure of an HTML document
- Understanding tags and containers
- Exploring content models in HTML5
- Looking at obsolete elements
Part 2: Fundamentals of HTML
- Understanding whitespace and comments
- Displaying text with paragraphs
- Applying style
- Using block and inline tags
- Displaying characters with references
Part 3: Metadata and the Document Head
- Exploring the front matter of HTML
- Applying CSS to your document
- Adding scripting elements
- Using the meta tag
- Optimizing your page for search engines
Part 4: Text
- Controlling line breaks and spaces
- Exploring phrase elements
- Using font markup elements
- Highlighting text with mark
- Adding headings
- Exploring preformatted tex
- Formatting lists
- Forcing text direction
- Suggesting word-break opportunities
- Annotating East Asian languages
Part 5: Image
- Using images
- Flowing text around an image
- Breaking lines around an image
- Aligning images
- Mapping links in an image
Part 6: hyperlink
- Understanding URLs
- Working with hyperlinks
- Specifying a base URL
- Linking within a page
- Using image links
Part 7: List
- Exploring list types
- List elements in depth
- Using text menus with unordered lists
Part 8: Structural, Contextual, and Semantic Elements
- Introduction to HTML semantics
- Exploring an example
- Marking up figures and illustrations
- Creating collapsible details
Part 9: Audio, Video, and Other Objects
- Embedding audio
- Embedding video
Part 10:HTML5 Data Elements
- Creating ad-hoc Document Object Model (DOM) data with the data-* attribute
- Displaying relative values with meter
- Creating dynamic progress indicators
Part 11: HTML5 Microdata
- Overview of HTML5 microdata
- Exploring an example with microdata
Part 12: HTML5 Microdata
- Document Outlines
- A demonstration of outlining
Part 13: Tables
- Table basics
- Exploring the semantic parts of a table
- Grouping columns
Part 14: Frames
- Frames overview
- Using traditional frames
- Exploring inline frames using iframe
- Simulating frames with CSS
Part 15: Forms
- Introducing forms
- Using text elements
- Using checkboxes and radio buttons
- Creating selection lists and dropdown lists
- Submit and button elements
- Using an image as a submit button
- Keeping context with the hidden element
- Setting tab order
- Preloading an autocomplete list using the datalist feature
- Displaying results with output
Part 16: A Case Study
- Touring a complete site
- Touring the HTML