
By the end of this lecture , you will understand what is mean by html.
You will have a brief idea about the editors used for writing the HTML code.
You will learn to install HTML editor Dreamweaver on your own and learn to execute the files.
Learn to comment the code in this lecture.
Learn the basic tags used in HTML for creating a text based webpage.
Learn the special tags and non closing tags in this lecture.
These tags are helpful in displaying images in a webpage as header, gallery, footer. Place both the displayimages.html and the image file index.jpg in the same folder to view the output.
Font tag is for changing the text properties.
Text can be aligned to the left, right and center using align tag.
This tag helps to change the background color/image. Place both the bgcolor.html and the image file index1.jpg in the same folder to view the output.
Items can be listed out by using ordered and unordered list.
Table creation is also possible using HTML tags.
User can navigate between pages using hyperlinks.
Different types of forms can be created using form tag.
After the completion of this video, you will be able to create your own website.
Brief recap about the topics which we have covered in this course.
HTML course is for beginners who are interested in learn web designing. It is the first phase of web design. By the end of this course you would have learnt the tags in html and how to use it to create a web application. In the end you will be creating a website by showcasing the skills which you have learnt throughout the course.
In this Course you will learn
What is HTML?
HTML Editors
Syntax for HTML
Comments
Basic Tags,Special Tags & Non Closing Tags
Display Images
Font Tag, Alignment & Add Background Color/Image
List Elements
Table Elements
Hyperlinks
Forms Creation
Simple Website Creation Project