[Day Two]
Introduction to course
Course: Web Design and Develop
Date: 2017/05/13
Lecturer: Mohammad Rafi Haidari
Last Lesson Conclusion!
• What is HTML?
• What is CSS?
• What is Latest version of HTML & CSS?
• What you learned about browser Rendering Engine?
• Name three client-side languages?
• Name two server-side languages?
HTML Syntax!
 HTML elements are written with a start tag, end tag, and the
content in between
 The HTML element is everything from the start tag to the end tag
 HTML elements can be nested (elements can contain elements)
 HTML attributes give elements meaning and context.
Examples:
HTML formatting TAGS!
HTML Attributes
HTML Headings
Headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the
least important heading.
HTML Style Attribute
Setting the style of an HTML element, can be done
with the style attribute.
HTML Comments
Comment tags are used to insert comments in the HTML
source code.
HTML Colors
In HTML, a color can be specified by using a color name, an
RGB value, or a HEX value.
Lesson Conclusion Game!
• Describe HTML Tags?
• Name a tag that doesn’t need a closing tag?
• Name tag for inserting inline CSS?
• How many heading tags are there in HTML?
Question?
Thank you!

Lecture2 web design and development