02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School
Previous VideoPrevious Video

Should you use the B or STRONG Tags

<p>We learned so far a few new tags at this stage we are ready to start talking about tags that are associated with styling. In this course we are not going to go into CSS but it would be a great things to know to become a great HTML developer. saying that knowing JavaScript and CSS will help elevate your HTML pages.</p> <p>Getting that out of the way lets talk about bolding. There are two ways to bold content in HTML. One is by using the B tag and the other is by using the Strong tag. In this video we see how we create the B and Strong Tags. </p> <h2>Why are there two ways to do the exact same thing?</h2> <p>After creating them we will talk about there meaning and understand that the B tag is mainly used to mark thing as bold but has no real meaning to search engines and to accessibility users while the strong tag represents the essence of the page - the most important content in it.</p>

Todays HTML Session Overview

Learning alone is hard so instead learn with my mom HTML Tags.

02:16

Defining HTML5 Pages - DOCTYPE

A brief history of HTML. By the end of this video you will get the basics of how html works and know how to work with the DOCTYPE.

04:43

Should you use the B or STRONG Tags

while the strong tag represents the essence of the page - the most important content in it.

05:57

Using the I Tag

The i tag enables you to italicize elements in your HTML5 documents.

02:40

Creating Ordered and unordered lists

There are two types of lists ordered lists and unordered lists. They work in a very similar way.

03:43

Adding an Underline to Copy in HTML

This time around we will look at the HTML U tag.

04:16