Topic Name

Subtopic Name

Learning Outcome(Slide2)

6

Basics of branding and messaging

5

Target audience and segmentation

4

Different marketing channels

3

Creating value for customers

2

Understanding customer needs

1

What marketing means ?

Choose cool, soft colors instead of vibrant colors
Max 6 Points for Summary & Min 4

Topic Name-Recall(Slide3)

Hook/Story/Analogy(Slide 4)

Transition from Analogy to Technical Concept(Slide 5)

The <select> Tag

<select name="course">

  <option value="html">HTML</option>

  <option value="css">CSS</option>

</select>

Example

The <select> tag creates a dropdown list that allows users to choose one option from multiple choices.

The <select> Tag

The <select> tag creates a dropdown list that allows users to choose one option from multiple choices.

<select name="course">

  <option value="html">HTML</option>

  <option value="css">CSS</option>

</select>

The <option> tag defines individual items inside the dropdown list.

The <select> Tag

The <select> tag creates a dropdown list that allows users to choose one option from multiple choices.

<select name="course">

  <option value="html">HTML</option>

  <option value="css">CSS</option>

</select>

The <select> Tag

<select name="course">

  <option value="html">HTML</option>

  <option value="css">CSS</option>

</select>

  • The name attribute identifies the dropdown data when the form is submitted to the server.

  • It acts as the variable name for the selected value.

The <select> Tag

  • The value attribute defines the actual data sent to the server when an option is selected.

  • The text displayed to the user and the value sent to the server can be different.

<select name="course">

  <option value="html">HTML</option>

  <option value="css">CSS</option>

</select>

The <select> Tag

<select name="course">

  <option value="html">HTML</option>

  <option value="css">CSS</option>

</select>

Explanation:

If user selects: HTML

then server receives: course = html

 

Core Concepts (Slide 7)

Core Concepts (.....Slide N-3)

Summary

5

Build strong branding

4

Use different marketing channels

3

Target the right audience

2

Create and communicate value

1

Understand customer needs

Choose cool, soft colors instead of vibrant colors
Max 5 Points for Summary & Min 2

Quiz

Which platform is mainly used for professional networking and B2B marketing ?

A. Facebook

B. Instagram

C. LinkedIn

D. Snapchat

Quiz-Answer

Which platform is mainly used for professional networking and B2B marketing ?

A. Facebook

B. Instagram

C. LinkedIn

D. Snapchat