Shop Away
Wonder around the lines, pick everything you like.
Tag | Description |
---|---|
< p> | This tag formats any text between the opening tag and the closing tag as a standard paragraph or main body text. |
!DOCTYPE HTML | According to the HTML specification or standards, every HTML document requires a document type declaration. |
head | The head tag in HTML is used to define the head portion of the document which contains information related to the document. |
html | The html tag in HTML is used to define the root of HTML and XHTML documents. |
image | HTML Image, how to add the image in HTML. In earlier times, the web pages only contains textual content, which made them appear quite boring and uninteresting. |
hr | The hr tag in HTML stands for horizontal rule and is used to insert a horizontal rule. |
input | The input tag is used within < form> element to declare input controls that allow users to input data. |
list | The list tag in HTML is used to define the list item in an HTML document. It is used within an Ordered List or Unordered List . |
nav | The nav tag is used for declaring the navigational section in HTML documents. Websites typically have sections dedicated to navigational links, which enables users to navigate the site |
script | The script tag in HTML is used to define the client-side script. |
section | Section tag defines the section of documents such as chapters, headers, footers, or any other sections. |
span | The HTML span element is a generic inline container for inline elements and content |
style | The style tag in HTML helps us to design the web page. |
table | HTML Table, various ways to implement it, & will also understand its usage through the examples. HTML Table is an arrangement of data in rows and columns, or possibly in a more complex structure |
Form | The |
Frame | The tag was used in HTML 4 to define one particular window (frame) within a |