Web Designing Basics
1 Web Designing Introduction06:42
2 What is Website06:13
5 Web Designing vs Web Development04:33
6 Backend and Frontend Development04:47
7 Full Stack Development03:12
HTML – Chapter 01
1 Introduction to HTML04:51
2 HTML Editors04:32
3 Basic Structure of HTML08:03
4 HTML Tags04:07
5 HTML Element02:51
6 What is Attribute07:45
7 Heading Tags03:52
8 Paragraph Tag03:52
9 Common Tags05:47
10 Quotations HTML03:06
11 Comments03:10
12 Source Code02:03
HTML- Chapter 02
2 Complete HTML and CSS14:21
HTML – Chapter 03
HTML Formatting Tags08:01
HTML – Chapter 04
Different Techniques to give Colors07:39
HTML – Chapter 05
1 HTML Link Creation05:51
2 Absolute URLs and Relative URLs07:51
3 Image as Link05:19
4 Title Attribute in Link Tag03:09
HTML – Chapter 06
1 Image Insertion in Web page05:55
2 Image Importance point03:06
3 Image as Link05:03
4 Image Extension used in Image tag00:54
5 Browser support image tag00:46
HTML – Chapter 07
1 Table Creation in Website05:59
2 To Control Size of Table04:47
3 Colspand and Rowspan in Table05:34
4 Table Caption03:20
5 Table different Section07:48
6 Table Cellpdaing and Cellspacing04:54
7 Table Heading02:47
HTML – Chapter 08
1 Different List in HTML02:40
2 Unordered List in HTML04:30
3 Ordered List in HTML05:10
4 Data Definition List in HTML04:37
HTML – Chapter 09
1 Block Level Element04:21
2 Inline Level Element04:39
3 DIV and SPAN Element07:47
HTML – Chapter 10
1 Class Attribute in Details10:09
2 ID Attribute in Details04:00
3 Bookmarking with ID and Link09:52
HTML – Chapter 11
1 iframe and its Attributes08:03
2 iframe in Hyperlinks06:22
3 Embedding YouTube Video02:52
HTML – Chapter 12
1 Guide on File Path or Location09:39
2 Absolute _ Relative File Location08:24
HTML – Chapter 13
1 Head Part in HTML Structure02:38
2 Title Element in Head part02:25
3 Link Element in Head part05:07
4 Script Element in the Head Section02:55
5 Style Element in Head Part04:08
6 Meta Tags in Head Section09:34
HTML – Chapter 14
1 Introduction to HTML Layout04:42
2 Website Layout techniques02:45
3 DIV and HTML5 layout02:46
4 Bad and Good desing02:38
6 HTML Web Layout using Div Tag P213:34
7 HTML Web Layout using HTML5 Semantic Tags12:23
8 Assignment Number 103:55
9 Assignment Number 203:21
HTML – Chapter 15
HTML Responsive Designing Components14:19
HTML – Chapter 16
2 List of Semantic Elements03:30
3 Layout Creative Semantic Elements02:19
HTML – Chapter 17
HTML Recommendation06:46
HTML – Chapter 18
Complete HTML Characters Details18:35
HTML – Chapter 19
1 Introduction to HTML Form04:19
2 HTML Form Elements Introduction01:33
4 Input Element Attributes16:35
5 Label Element in Form05:48
6 Select Element in Form08:41
7 Textarea Element in Form04:07
8 Button Element in Form05:15
9 Fieldset and Legend03:53
10 Action Attribute in Form05:22
11 Name Attribute in Form01:37
12 GET and POST method06:14
14 AutoComplete Attribute in Form05:13
15 HTML Form autofocus attribute03:54
HTML – Chapter 20
1 Multimedia in Details01:20
3 HTML Audio Attributes04:00
4 All Audio Events01:09
6 HTML Video Attributes04:22
7 All Video Events00:46
HTML – Chapter 21
CSS- Chapter 01
2 CSS Introduction03:30
3 Syntax of CSS02:30
5 CSS with HTML12:43
7 Attribute Selector with equality03:07
8 Attribute Selector with tilde03:26
9 Attribute Selector with pip03:56
10 Attribute Selector with carat03:04
11 Attribute Selector with dollar02:29
12 Attribute Selector with asterick02:32
14 The !importnat in CSS05:18
15 CSS Comment04:45
16 Colors in CSS09:35
17 Background Properties in CSS10:51
18 Width and Height of CSS03:31
19 CSS Units07:33
CSS- Chapter 02
1 CSS Button09:48
2 CSS Fonts11:32
3 Text Properties07:36
4 CSS Shadow04:15
6 CSS Opacity05:44
CSS- Chapter 03
CSS Position03:35
CSS- Chapter 04
1 CSS Float09:23
2 CSS Overflow04:29
3 CSS Display08:51
4 CSS Visibility09:34
5 CSS Column05:52
6 CSS Icons06:38
CSS- Chapter 05
1 CSS Box Model07:14
2 CSS Border11:00
3 CSS Outline04:48
4 CSS Padding05:55
5 CSS Margin06:45
CSS- Chapter 06
CSS Specificity09:36
CSS- Chapter 07
1 CSS Pseudo Element11:41
2 CSS Pseudo Classes Part 119:33
3 Pseudo Class for Form Part 204:37
CSS- Chapter 08
1 CSS 2D Transform08:42
2 CSS 3D Transform11:21
3 CSS Transition11:28
4 CSS Animation10:50
CSS- Chapter 09
1 CSS Table11:05
3 CSS Link04:29
4 CSS List03:24
5 CSS Navigation or Nav bar05:46
6 CSS Drop Down Nav06:13
7 CSS Form08:50
CSS- Chapter 10
1 CSS Media Queries P116:05
JavaScript Basic Chapter 01
2 JS Introduction02:48
3 JS Applicaiton01:25
5 JS Hello World Program03:10
6 What and JS framework01:52
7 White Space in JS03:35
8 Semicolons in JS04:53
9 varibales in JS04:01
10 Rules to Declare varibales06:06
11 Case Sensitivity in JS03:35
12 Program and JS Statement05:05
13 JS Commentsc04:25
14 JS Reserved Words01:04
15 JS Input and output Function06:38
16 Operators in JS02:31
17 Arithmetic Operators in JS08:18
18 JavaScript Comparison Operator04:29
19 Logical Operator in JS10:37
20 JavaScript Assignment operators05:23
21 JavaScript Conditional operators05:06
JavaScript Basic Chapter 02
0 Outline for Data Type and Conversion00:51
1 const Keywords04:21
2 var Keyword02:35
3 let Keyword06:09
4 JS Data types04:42
5 Data type Conversion01:42
6 JS implicit Type Conversion08:47
7 JS Explicit Type Conversion04:53
JavaScript Basic Chapter 03
1 Decision Making Structure03:19
2 if Statement with Example05:18
3 if else Statement with Example08:17
4 if else if Statement with Examples11:00
JavaScript Basic Chapter 04
1 Switch Statement Introduction09:04
2 Switch Problem and its solution07:09
3 Switch Problem for Task01:30
JavaScript Basic Chapter 05
2 What is LOOP in JS02:33
3 For Loop in JS09:45
4 For Loop Problem and solution04:54
5 For Loop Assignment00:31
6 for in Loop in JS07:18
7 for of Loop in JS04:52
8 While Loop in JS07:46
9 While Loop Problem and Solution05:15
10 While Loop Assignment00:36
11 DO While Loop in JS06:55
12 Do While Loop Problem and solution05:16
13 Do While Loop Assignment00:44
JavaScript Basic Chapter 06
0 Outline for Function01:08
1 Introduction to Function06:16
2 Argument and Parameters in Function08:40
3 Difference Between Args and Para03:04
4 Variable inside Function05:18
5 Function Problem and Solution09:55
6 Function Assignment00:46
JavaScript Basic Chapter 07
0 Outline JS Code Writing Rules00:49
1 JS Code Writing Rules08:51
JavaScript Basic Chapter 08
0 Outline JS Source Code Debugging01:09
1 JS Source Code Debugging11:08
JavaScript Object Chapter 01
1 What is Object01:53
2 JavaScript Objects02:19
3 How to create object and access properties09:22
4 Creating Methods and Accessing in JS04:18
5 Object Related Problem as Assignment00:45
JavaScript Object Chapter 02
2 String Object in JS08:16
3 How to access String in JS09:22
4 Concatenation of Strings in JS02:07
5 toUpperCase and toLowerCase in JS02:41
6 String tostring Method03:48
JavaScript Object Chapter 03
2 Number Data Type in JS07:46
3 Typeof Method03:06
4 NaN in Number04:10
5 Infinity in JS Number02:24
6 parseint method in JS Number04:05
7 isfinite method in JS Number02:16
8 isinteger method in JS Number02:04
9 isNaN method in JS Number02:56
10 toExponential method in JS Number02:03
11 toFixed method in JS Number03:11
JavaScript Object Chapter 04
2 Array Introduction05:23
3 Declaration Initialization and Array Terminologies10:43
4 Array with for LOOP10:01
5 While loop with Array06:21
6 Array push pop Method04:04
7 Array shift and unshift Method04:04
8 Array indexOf Method04:09
9 Array length Method02:07
10 Array join Method02:33
11 slice mehtod array05:42
JavaScript Object Chapter 05
2 Complete Boolean Data type06:49
JavaScript Object Chapter 06
1 Outline for Math Data type00:48
2 Math Object and Its Methods List07:26
3 Math Trigonometric Functions02:47
JavaScript Object Chapter 07
Date object in JavaScript13:04
jQuery Chapter 01
2 jQuery Introduction03:19
3 jQuery Setup using Downloading jquery09:13
4 jQuery Setup using CDN02:48
5 jQuery Syntax06:12
6 jQuery Selectors12:14
7 jQuery More Selectors01:20
8 jQuery Events09:02
jQuery Chapter 02
1 jQuery Chapter 2 Outlines00:33
2 fadeIn fadeOut fadeToggle jquery10:24
2 Hide and Show jQuery Effect05:52
3 slideUp slideDown slideToggle jquery04:44
4 jQuery Callback function03:34
5 jQuery Chaining method04:35
6 jQuery Animation with Example07:19
7 jQuery Stop method04:31
jQuery Chapter 03
2 jQuery append() method01:04
3 jQuery after() and before() methods01:38
4 jQuery insertAfter() and insertBefore methods02:28
5 jQuery clone() method01:24
6 jQuery css() method03:09
7 jQuery empty and remove method03:18
8 jQuery hasClass() method01:56
9 jQuery heigth and width methods01:19
10 jQuery removeAttr and removeClass method03:21
11 jQuery addClass() method05:11
12 jQuery text() method01:35
13 jQuery html() method01:49
14 jQuery val() method02:44
jQuery Chapter 04
jQuery Chapter 05
jQuery Quiz
Web Templates
Web Template 1 using Bootstrap15:33
Web Template 1 using Bootstrap P107:27
Web Template 2 using Bootstrap P222:07
Website SEO
0 SEO outlines01:33
1 What is SEO02:36
2 What is Process of SEO03:49
3 Why need of SEO04:52
4 SEO Techniqus06:02
5 Types of SEO01:20
6 What are Technical SEO03:00
7 On page SEO Techniqus03:55
8 Off Page SEO Techniqus03:02
9 Good SEO Practise for YOU03:23
1 Outline for Boolean Data Type