SlideShare a Scribd company logo
1 of 19
TPIP-1
PRESENTED BY:
Maheshwari
Mahitha
Manisha M Karabishti
Mansi Zodge
Mohammad Hafsa Kursheed
Mohammed Seyyed Safwan
Mohideen Nazim
HTML
Presentation Logic
• Fundamentals
• HTML
• CSS
• Bootstrap
• JavaScript
Advanced:
• Angular
Business Logic
• Java -- Spring
Oracle / My SQL
Database
UI Layer API Layer
HTML History
• The Internet
• The WorldWide Web
a. HTML ( HyperText Markup Language)
b. URI / URL
c. HTTP (HypertextTransfer Protocol)
Anatomy of an HTML Document
• doctype - declaration of standards compliance
• html - Root element
• head - Document metadata
-> Used by browsers and search engines
• body - Document data
-> Displayed to the users by the client browser
Simple code for HTML page…
Tags
SingleTags (VoidTags) :
Some common single tags include:
• <img>: For embedding images.
• <meta>: For metadata about the document.
• <link>: For linking external resources.
• <input>: For form inputs.
• <br>: For a line break.
• <hr>: For a thematic break (horizontal line).
Paired tags :
• <p>...</p>: For paragraphs.
• <h1>...</h1> to <h6>...</h6>: For headings.
• <div>...</div>: A generic container.
• <span>...</span>: For inline text.
• <a>...</a>: For hyperlinks.
Semantic Tags:
Semantic tags convey the meaning of the type of content they surround. Some common semantic tags in HTML5
are :
• <header> : Represents a container for introductory content or a set of navigational links. Typically contains
the website logo, website name and main navigation.
• <nav>: Represents a section of navigation links, either within the current document or to other documents
• <main> : Represents the main content of a document. There should be only one <main> element per page,
and it should be unique from content that is repeated across a set of documents such as site navigation header,
or footer.
• <article>: Represents a self-contained composition in a document, which is intended to be independently
distributable or syndicated, like a blog post or news story.
• <section> : Represents a standalone section of a document, like tabs, tabbed content, or any content that
stands alone and can be independently understood.
• <aside> : Represents content that is tangentially related to the main content, like a sidebar or a pull quote
• <footer>: Represents the footer of a document or a section, typically containing information about the
author, copyright information or related documents.
• <figure> and <figcaption> : The <figure> element represents content like diagrams, photos, or code
listings while the <figraption>
Non-SemanticTags:
Non semantic tags don't give any information about the content's type or
structure.They are generic containers. Some common non-semantictags include:
• <div>: A block-level generic container. It doesn't impart any semantic meaning
on its own
• <span>: An inline generic container. Like the <div> tag, it doesn't impart any
semantic meaning
• <i> : Historically used to italicize text, but in modem web development, it's
often used for icons.
• <b> : Historically used to bolden text, but in modem web practices, bolding is
often achieved with CSS.
When developing web pages, it's beneficial to use semantic tags whenever
possible because they provide better SEC, accessibility, and readability However,
non-semantic tags like <div> and <span> still have their place for styling and
scripting purposes where semantic tags might not be necessary or appropriate.
HTML Login page…
Selectors
•Group Selectors
•Child Selectors
•Adjacent Sibling Selectors
CSS
Border Styles…
Box Model & Layers Effect…
Justify Content Style…
Flex Model…
Grid Model…

More Related Content

Similar to TPIP-1.pptx front end development of css

Developing Website.pptx
Developing Website.pptxDeveloping Website.pptx
Developing Website.pptxssuser8efb33
 
1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptxMattMarino13
 
HTML 5 Fundamental
HTML 5 FundamentalHTML 5 Fundamental
HTML 5 FundamentalLanh Le
 
Intro to HTML5
Intro to HTML5Intro to HTML5
Intro to HTML5Vlad Posea
 
HTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptxHTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptxwewit44414
 
LS2.1_V1_HTML.pptx
LS2.1_V1_HTML.pptxLS2.1_V1_HTML.pptx
LS2.1_V1_HTML.pptxLokeshS94
 
Understanding the Web Page Layout
Understanding the Web Page LayoutUnderstanding the Web Page Layout
Understanding the Web Page LayoutJhaun Paul Enriquez
 
Web forms and html (lect 1)
Web forms and html (lect 1)Web forms and html (lect 1)
Web forms and html (lect 1)Salman Memon
 
Std 10 Computer Chapter 1 introduction to HTML (Part 1)
Std 10 Computer Chapter 1  introduction to HTML (Part 1)Std 10 Computer Chapter 1  introduction to HTML (Part 1)
Std 10 Computer Chapter 1 introduction to HTML (Part 1)Nuzhat Memon
 
Html, css and jquery introduction
Html, css and jquery introductionHtml, css and jquery introduction
Html, css and jquery introductioncncwebworld
 
SDP_-_Module_4.ppt
SDP_-_Module_4.pptSDP_-_Module_4.ppt
SDP_-_Module_4.pptssuser568d77
 
Xhtml and html5 basics
Xhtml and html5 basicsXhtml and html5 basics
Xhtml and html5 basicsmessinam
 

Similar to TPIP-1.pptx front end development of css (20)

Developing Website.pptx
Developing Website.pptxDeveloping Website.pptx
Developing Website.pptx
 
1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx
 
HTML 5 Fundamental
HTML 5 FundamentalHTML 5 Fundamental
HTML 5 Fundamental
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
Intro to HTML5
Intro to HTML5Intro to HTML5
Intro to HTML5
 
HTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptxHTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptx
 
Html5 ppt
Html5 pptHtml5 ppt
Html5 ppt
 
LS2.1_V1_HTML.pptx
LS2.1_V1_HTML.pptxLS2.1_V1_HTML.pptx
LS2.1_V1_HTML.pptx
 
Understanding the Web Page Layout
Understanding the Web Page LayoutUnderstanding the Web Page Layout
Understanding the Web Page Layout
 
Html
HtmlHtml
Html
 
Html5
Html5Html5
Html5
 
Html-meeting1-1.pptx
Html-meeting1-1.pptxHtml-meeting1-1.pptx
Html-meeting1-1.pptx
 
Web forms and html (lect 1)
Web forms and html (lect 1)Web forms and html (lect 1)
Web forms and html (lect 1)
 
Std 10 Computer Chapter 1 introduction to HTML (Part 1)
Std 10 Computer Chapter 1  introduction to HTML (Part 1)Std 10 Computer Chapter 1  introduction to HTML (Part 1)
Std 10 Computer Chapter 1 introduction to HTML (Part 1)
 
Html, css and jquery introduction
Html, css and jquery introductionHtml, css and jquery introduction
Html, css and jquery introduction
 
Html,CSS & UI/UX design
Html,CSS & UI/UX designHtml,CSS & UI/UX design
Html,CSS & UI/UX design
 
Html5 semantics
Html5 semanticsHtml5 semantics
Html5 semantics
 
SDP_-_Module_4.ppt
SDP_-_Module_4.pptSDP_-_Module_4.ppt
SDP_-_Module_4.ppt
 
Xhtml and html5 basics
Xhtml and html5 basicsXhtml and html5 basics
Xhtml and html5 basics
 

More from KorbanMaheshwari

C programming basic concepts of mahi.pptx
C programming basic concepts of mahi.pptxC programming basic concepts of mahi.pptx
C programming basic concepts of mahi.pptxKorbanMaheshwari
 
Plant shopping on web.pptx.it is based o
Plant shopping on web.pptx.it is based oPlant shopping on web.pptx.it is based o
Plant shopping on web.pptx.it is based oKorbanMaheshwari
 
CRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptx
CRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptxCRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptx
CRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptxKorbanMaheshwari
 
mini proj_batch1.pptx online secure file transfer system
mini proj_batch1.pptx online secure file transfer systemmini proj_batch1.pptx online secure file transfer system
mini proj_batch1.pptx online secure file transfer systemKorbanMaheshwari
 
nandini_pharmacy presentation on the ppt
nandini_pharmacy presentation on the pptnandini_pharmacy presentation on the ppt
nandini_pharmacy presentation on the pptKorbanMaheshwari
 
Loctrainreservation based on the train.ppt
Loctrainreservation based on the train.pptLoctrainreservation based on the train.ppt
Loctrainreservation based on the train.pptKorbanMaheshwari
 
_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptx
_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptx_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptx
_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptxKorbanMaheshwari
 
Basic Concepts of C Language.pptx
Basic Concepts of C Language.pptxBasic Concepts of C Language.pptx
Basic Concepts of C Language.pptxKorbanMaheshwari
 
GREEN COMPUTING PPT (1).pptx
GREEN COMPUTING PPT (1).pptxGREEN COMPUTING PPT (1).pptx
GREEN COMPUTING PPT (1).pptxKorbanMaheshwari
 

More from KorbanMaheshwari (10)

C programming basic concepts of mahi.pptx
C programming basic concepts of mahi.pptxC programming basic concepts of mahi.pptx
C programming basic concepts of mahi.pptx
 
Plant shopping on web.pptx.it is based o
Plant shopping on web.pptx.it is based oPlant shopping on web.pptx.it is based o
Plant shopping on web.pptx.it is based o
 
CRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptx
CRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptxCRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptx
CRIME ANALYSIS MAPPING INTRUSION DETECTION-USING DATA MINING.pptx
 
mini proj_batch1.pptx online secure file transfer system
mini proj_batch1.pptx online secure file transfer systemmini proj_batch1.pptx online secure file transfer system
mini proj_batch1.pptx online secure file transfer system
 
nandini_pharmacy presentation on the ppt
nandini_pharmacy presentation on the pptnandini_pharmacy presentation on the ppt
nandini_pharmacy presentation on the ppt
 
Loctrainreservation based on the train.ppt
Loctrainreservation based on the train.pptLoctrainreservation based on the train.ppt
Loctrainreservation based on the train.ppt
 
_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptx
_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptx_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptx
_86c448dfa47cdab170075f16cd25c650_PeerReviewforUpload.pptx
 
silentsoundtechppt.pptx
silentsoundtechppt.pptxsilentsoundtechppt.pptx
silentsoundtechppt.pptx
 
Basic Concepts of C Language.pptx
Basic Concepts of C Language.pptxBasic Concepts of C Language.pptx
Basic Concepts of C Language.pptx
 
GREEN COMPUTING PPT (1).pptx
GREEN COMPUTING PPT (1).pptxGREEN COMPUTING PPT (1).pptx
GREEN COMPUTING PPT (1).pptx
 

Recently uploaded

भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 

Recently uploaded (20)

Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 

TPIP-1.pptx front end development of css

  • 1. TPIP-1 PRESENTED BY: Maheshwari Mahitha Manisha M Karabishti Mansi Zodge Mohammad Hafsa Kursheed Mohammed Seyyed Safwan Mohideen Nazim
  • 3. Presentation Logic • Fundamentals • HTML • CSS • Bootstrap • JavaScript Advanced: • Angular Business Logic • Java -- Spring Oracle / My SQL Database UI Layer API Layer
  • 4. HTML History • The Internet • The WorldWide Web a. HTML ( HyperText Markup Language) b. URI / URL c. HTTP (HypertextTransfer Protocol)
  • 5. Anatomy of an HTML Document • doctype - declaration of standards compliance • html - Root element • head - Document metadata -> Used by browsers and search engines • body - Document data -> Displayed to the users by the client browser
  • 6. Simple code for HTML page…
  • 7. Tags SingleTags (VoidTags) : Some common single tags include: • <img>: For embedding images. • <meta>: For metadata about the document. • <link>: For linking external resources. • <input>: For form inputs. • <br>: For a line break. • <hr>: For a thematic break (horizontal line).
  • 8. Paired tags : • <p>...</p>: For paragraphs. • <h1>...</h1> to <h6>...</h6>: For headings. • <div>...</div>: A generic container. • <span>...</span>: For inline text. • <a>...</a>: For hyperlinks.
  • 9. Semantic Tags: Semantic tags convey the meaning of the type of content they surround. Some common semantic tags in HTML5 are : • <header> : Represents a container for introductory content or a set of navigational links. Typically contains the website logo, website name and main navigation. • <nav>: Represents a section of navigation links, either within the current document or to other documents • <main> : Represents the main content of a document. There should be only one <main> element per page, and it should be unique from content that is repeated across a set of documents such as site navigation header, or footer. • <article>: Represents a self-contained composition in a document, which is intended to be independently distributable or syndicated, like a blog post or news story. • <section> : Represents a standalone section of a document, like tabs, tabbed content, or any content that stands alone and can be independently understood. • <aside> : Represents content that is tangentially related to the main content, like a sidebar or a pull quote • <footer>: Represents the footer of a document or a section, typically containing information about the author, copyright information or related documents. • <figure> and <figcaption> : The <figure> element represents content like diagrams, photos, or code listings while the <figraption>
  • 10. Non-SemanticTags: Non semantic tags don't give any information about the content's type or structure.They are generic containers. Some common non-semantictags include: • <div>: A block-level generic container. It doesn't impart any semantic meaning on its own • <span>: An inline generic container. Like the <div> tag, it doesn't impart any semantic meaning • <i> : Historically used to italicize text, but in modem web development, it's often used for icons. • <b> : Historically used to bolden text, but in modem web practices, bolding is often achieved with CSS. When developing web pages, it's beneficial to use semantic tags whenever possible because they provide better SEC, accessibility, and readability However, non-semantic tags like <div> and <span> still have their place for styling and scripting purposes where semantic tags might not be necessary or appropriate.
  • 13. CSS
  • 15. Box Model & Layers Effect…
  • 16.