
In this lesson, learn what is HTML, an Introduction, and also create your first HTML document web page.
Learn how to create headings in HTML. Heading levels are from h1 to h6. Add proper heading levels to structure your HTML document correctly.
Learn how to add title in an HTML document using title element.
Learn how to add paragraphs in HTML and how to use it in your HTML Document.
Learn how to work with the HTML head element
Learn what is Horizontal Rule in HTML and how to use it in your HTML Document.
Learn how to set comments on an HTML web page. The comments are not read by the web browser.
Learn how to make the text bold i.e. set important text in HTML with the <strong> element in HTML.
Learn how to make Text Italic in HTML i.e. emphasize text using the <em> element.
Learn to create small font in HTML i.e. decrease the default font size.
Learn how to mark inserted text in HTML using the <ins> element.
Learn how to mark deleted text in HTML.
Learn how to strikethrough text in HTML.
Learn how to superscript text in HTML using the <sup> element.
Working with External, Internal and Inline Stylesheets in HTML.
In HTML, we can easily set the CSS styles. Use the link tag and set any style on any element like background color, font color, font size, font style, etc. We will do this by creating an external stylesheet and including all the styles in it.
Learn how to add CSS to an HTML web page. Internal CSS allows you to add CSS to a web page using the style element/ tag. We will also see a live running example to understand the concept.
In HTML, we can easily set the CSS styles. Use the style attribute and set any style on any element like background color, font color, font size, font style, etc.
Learn how to set background color in HTML.
Learn how to change text color of a web page in HTML.
Learn how to underline a text in HTML.
Learn how to change the text size of a web page in HTML.
Learn to change the font family on an HTML web page.
Learn how to change Text Alignment in HTML.
Learn how to set text direction in HTML using style attribute with direction property. We will use the values, ltr or rtl for Left-to-Right and Right-to-Left respectively.
Learn to change the alignment of heading in an HTML web page.
Learn how to set an image on a web page in HTML. We will use the <img> element to add an image.
Learn how to use image as a link in HTML. We will use the <img> tag inside the anchor tag i.e. <a> element.
Learn how to set a background image on a web page in HTML.
Learn to set the source of the image to the <img> tag from an external website.
Learn to set the source of the image to the <img> tag from the local system.
Learn how to make an image responsive in HTML.
Learn how to float an image in HTML.
Learn how to add links to an HTML web page.
Learn how to change the color of links in HTML CSS. The color of a link is default blue.
Learn how to change the target of a link in HTML. You can open the link in a new window or in the same window.
Learn how to remove the underline from a link in HTML. We will use CSS style for this.
Learn how to create a link to send an email in HTML.
Learn how to create a link to send an email with subject in HTML.
Learn how to create a table in HTML.
Learn how to create rows & columns in an HTML table.
Learn how to set the width of a table on an HTML web page.
Learn how to set the cell padding of an HTML table. Cell Padding is the space between cell borders and the content within a cell.
Learn how to merge table cells in HTML. To merge cells, use the colspan and rowspan attributes.
Learn how to set horizontal header for a table in HTML.
Learn how to set vertical header for a table in HTML.
In this Video Course, learn HTML and its concept. HTML is a standard markup language for documents to be displayed on a web page. The course is for beginners and consists of 50 lessons, covering some CSS concepts as well.
The course begins with HTML Introduction and how to create your first HTML web page in 2 minutes. Then the basic structure of a website is created, with formatting text, adding images, links, Tables. With that, we have also covered the CSS styles used in an HTML web page.
Note: The flow would be step-by-step and the explanations would include a tutorial-like format, to make it easier for beginners to understand with a simple structure of the web page and its concepts, with live running web pages as examples. With that, we have also created some quizzes to polish your HTML skills.
**Course Highlights**
50 lessons
2h video with live running examples
50+ examples
50+ downloadable resources
15+ Quizzes to polish your skills after learning from the lessons
While learning, you will get an opportunity to work on various hands-on exercises and understand the role of responsive web design with the flow.
**HTML5 Text Tutorial**
Also provided free HTML5 Text Tutorial E-book PDF as a bonus, arranged according to key chapters covered in HTML.