kaflenitish

@kaflenitish

Joined on Mar 21, 2021

  • HTML List Unordered List We can create an unordered list with <ul> tag. We define the list inside of the <ul> and </ul> tag. The list is defined using the <li> tag. <ul style = "list-style-type: square;">
     Like  Bookmark
  • Day 1 Note: Click Here Tue, May 17 2022 Attributes in HTML5 <table> tag is used in creating table. It is an important attribute. It represents the data in a tabular form. <ul> and <ol> tags are used to order elements. <ul> is used for unordered list and <ol> tag is used for ordered list.
     Like  Bookmark
  • HTML HTML Declaration Every HTML starts with a document type declaration: A DOCTYPE will specify that the type of the document is HTML so that the browser can identify. For VSCode you can use '!' to generate the basic HTML sitemap such as below so you don't have to type through all the basic elements of HTML. <!DOCTYPE html> <html lang="en">
     Like  Bookmark