Learn HTML & CSS - HTML Headings, Paragraphs, Lists, Links, and Images

Описание к видео Learn HTML & CSS - HTML Headings, Paragraphs, Lists, Links, and Images

https://devdojo.com/ninja - Learn how to create your own Software as a Service in my Ninja Training Program.

Visit the full playlist at    • Learn HTML & CSS - Introduction  .

This video will learn about HTML Headings, Paragraphs, Lists, Links, and Images.

HTML Headings are used for displaying large text on your website. This is typically used to display the title of a post or article. You can learn more about HTML headings at https://devdojo.com/guide/html/headings.

HTML Paragraphs are used for displaying text content inside of your page. Most of the text that you read on a webpage is commonly wrapped in a paragraph element. You can learn more about HTML paragraphs by visiting https://devdojo.com/guide/html/paragr....

HTML Lists are used for displaying lists of content. This could be something like a grocery list or a bulleted list of steps. There are two types of lists: an Ordered List or an Unordered List; you can learn more about HTML lists at https://devdojo.com/guide/html/lists.

HTML Links allow you to display a link on your website. This link can redirect a user to another page on your website or take them to another website. Learn more about HTML links at https://devdojo.com/guide/html/links

HTML Images allow you to display images on your webpage. You can provide the Image URL by adding it to the `src` attribute of the `img` tag. Learn more about HTML images over at https://devdojo.com/guide/html/images

If you would like to support me and the projects I work on, visit my website at https://devdojo.com.

Additionally, if you would like to follow me, you can find me on twitter over at   / tnylea  .

Комментарии

Информация по комментариям в разработке