Day 01 – Py Full Stack – HTML

HTML INTRODUCTION,TAGS,ATTRIBUTES,FORMATTING,QUOTATION,HYPERLINKS

HTML – Hypertext Markup Language – Founder TIM BERNERS LEE

Standard Markup language to create webpages.
Uses series of tags/ elements to help browsers to display the content…


This content originally appeared on DEV Community and was authored by Arun kumar G

HTML INTRODUCTION,TAGS,ATTRIBUTES,FORMATTING,QUOTATION,HYPERLINKS

HTML - Hypertext Markup Language - Founder TIM BERNERS LEE

  • Standard Markup language to create webpages.
  • Uses series of tags/ elements to help browsers to display the content

Basic Syntax:

<!DOCTYPE html> ---> Indicates the declaration of using HTML5

---> Root tag of HTML

---> Contains Meta Information about the HTML page

---> Used to project the title of Browser tab

---> Block level element

---> Heading - LARGEST --- total 6 Heading tags

---> Paragraph tag

TAGS IN HTML:

  1. Self closing tag / Empty tag:


is an example ---> This tag wont have closing tags

  1. Nested Tag

HTML tags are can be nested within another tags.

TAG ATTRIBUTES:

  1. Attributes provides an additional infomation about the tag
  2. Names and values are most important part of attributes example: lang attribute ---> Helps browser to understanding the content is in English language

What is meant by FAVICON in HTML?

Favicon is an Image Icon present in the title bar of a webpage's browser tab.

Syntax: #

HTML FORMATTING:

  1. Headings ---> H1 to H6
  2. Paragraph ---> #

    sentence #

  3. Pre ---> preserve the format ---> #
     sentence  same as ip #
  4. line Break - #
  5. Horizontal Ruler - #

FORMATTING TAGS:

BOLD #

BOLD WITH MORE IMPORTANCE #

Italic #

Emphasized with different tone while reading #

Underlined #

Inserted same as underline --- Inserted into a doc #

small size text #

Highlight the text in yellow #

Strike out the text #

Super script to write A square #

Sub script to write H2O #

HTML5 QUOTATION:

  1. BLOCK QUOTE TAG ---> #
    Quotes
    #
  2. SHORT QUOATATION TAG ---> # Arun is a good boy # ---> It will auto insert quotation mark.
  3. ABBREVATION TAG ---> # WWW #
  4. ADDRESS TAG ---> # Your address will be shown in Italic #
  5. CITE TAG ---> To show case the details of a product ---> Just italic to showoff
  6. BI DIRECTIONAL OVERRIDE TAG ---> bdo tag is used to change the align of the text ---> # the text will be in left to right

HTML5 HYPERLINKS:

  1. Internal Hyperlink: #Home page
  2. External Hyperlink: # Email us to reach
  3. PAGE Jump Hyperlink:

chaper 1

Chapter1

  1. LINK Attribute: Title Attribute and target attribute

title = tooltip
target = Open in a new tab = "_blank" ---> Open in same tab ="_self"

  1. IMAGE AS A SOURCE:


This content originally appeared on DEV Community and was authored by Arun kumar G


Print Share Comment Cite Upload Translate Updates
APA

Arun kumar G | Sciencx (2025-03-18T15:29:21+00:00) Day 01 – Py Full Stack – HTML. Retrieved from https://www.scien.cx/2025/03/18/day-01-py-full-stack-html/

MLA
" » Day 01 – Py Full Stack – HTML." Arun kumar G | Sciencx - Tuesday March 18, 2025, https://www.scien.cx/2025/03/18/day-01-py-full-stack-html/
HARVARD
Arun kumar G | Sciencx Tuesday March 18, 2025 » Day 01 – Py Full Stack – HTML., viewed ,<https://www.scien.cx/2025/03/18/day-01-py-full-stack-html/>
VANCOUVER
Arun kumar G | Sciencx - » Day 01 – Py Full Stack – HTML. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/03/18/day-01-py-full-stack-html/
CHICAGO
" » Day 01 – Py Full Stack – HTML." Arun kumar G | Sciencx - Accessed . https://www.scien.cx/2025/03/18/day-01-py-full-stack-html/
IEEE
" » Day 01 – Py Full Stack – HTML." Arun kumar G | Sciencx [Online]. Available: https://www.scien.cx/2025/03/18/day-01-py-full-stack-html/. [Accessed: ]
rf:citation
» Day 01 – Py Full Stack – HTML | Arun kumar G | Sciencx | https://www.scien.cx/2025/03/18/day-01-py-full-stack-html/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.