SlideShare a Scribd company logo
HTML Tags Structure CSS Classes Structure
HTML Structure HTML code used to create basic container // Main container - Page body <div id="wrapper"></div> // Container - Width ~ 1000px, margin ~ 0px auto; <div class="mango-shell"></div> // Main header  <div id="mango-header"></div> <div class="mango-shell" id="main">       <div id="shell-holder"> // Inner pages required class="breadcrumb-shell"             <div id="shell-holder-b">                  <div id="shell-holder-t">             </div>         </div>     </div> </div> </div>
HTML Structure HTML code used to create basic container <div id="main" class="mango-shell">   <div id="shell-holder">      <div id="shell-holder-b">            <div id="shell-holder-t">             <div class="mango-breadcrumb">           <div id="breadcrumb-left">Left</div>           <div id="breadcrumb-right">Right</div>          </div>              <div class="cl"></div>           </div>        </div>     </div>  </div>
HTML Structure HTML code used to create left widget <div id="left-sidebar">   <div class="sidebar">     <div class="sidebar-b">       <div class="sidebar-t">         <div class="mango-widget">           <h2 class="widgettitle"><span>My Notifications</span></h2>           <div class="list notifications">             <ul class="list-starter">               <li class="left-widget-li"></li>             </ul>            <div class="widget-view-more"><%= link_to("View all", "#") -%></div>           </div>         </div>       </div>     </div>   </div> </div>
HTML Structure HTML code used to create dashboard rhs data <div id="content" class="dashboard-content"> </div>
Basic HTML Elements To create a link with icon <a class="anchor-icon update-icon">   <span>&nbsp;</span>Update </a> To create a button To create link like a button <button class="mangobutton mangoblue">   <span>     <span>Update</span>   </span> </button> <a class="mangobutton mangoblue">   <span>     <span>Update</span>   </span> </a> To create a medium size button <button class="mangobutton medium mangoblue">   <span>     <span>Update</span>   </span> </button>
CSS Structure Total CSS Files (10, Total size ~ 138KB) colorbox.css common.css document.css jquery.selectbox.css mango.css meyer-reset.css tipsy.css token-input-facebook.css + 2
JS Structure Total JS Files (14, Total size ~ 192KB) jquery.collapsible.js - jquery.cookie.js jquery.colorbox.js jquery.elastic.source.js jquery.idTabs.js jquery.scrollTo-min.js jquery.selectbox-0.6.1.js jquery.simplyCountable.js jquery.tipsy.js jquery-1.5.min.js jqueryslidemenu.js mango-func.js swfobject.js jquery.tokeninput.js
Common Classes body{              background: #bdcbd2 url(/mangoapps/images/body_bg.png) repeat-x left top;           color: #333333;           font-size: 12px;            line-height: 1.4;  } a{     color: #09f;    cursor: pointer;     text-decoration: none;   outline: none;  }  a:hover{             color: #06c;  }  a.active{              cursor: default;  } .grey{      color: #999999 !important;  } .normal-grey{      color: #333 !important;  }  .dark-grey{      color: #666666 !important; } .black{           color: #000000 !important;  }  a img, img {                      border: 0;                    vertical-align: middle;  }
Common Classes   .center{                   text-align: center;  }  .italic{           font-style: italic !important;  }  .relative{                    position: relative;  }  .absolute{                  position: absolute;  }  .hidden{               overflow: hidden;  }  .font10{               font-size: 10px !important;  }  .font11{               font-size: 11px !important;  }  .font12{                font-size: 12px !important;  }  .font13{              font-size: 13px !important;  }  .font14{     font-size: 14px !important; } .font15{     font-size: 15px !important; }  .d-table{             display: table;                width: 100%;  }  .d-table-cell{                     display: table-cell;  }  .d-none{                 display: none;  }  .d-block{               display: block !important;  }  .d-inline{               display: inline !important;  }  .cl {        display: block;       height: 0;        *height: auto;         font-size: 0;         line-height: 0;        text-indent: -4000px;       clear: both;  } .d-.left, alignleft {                           float: left;                            display: inline;  }  .right, .alignright {                                float: right;                                 display: inline;  }  .pointer{               cursor: pointer !important;  }  .bold{            font-weight: bold !important;  }  .normal{              font-weight: normal. }  .v-middle{      vertical-align: middle !important;  }  v-top{      vertical-align: top !important;  }  .v-bottom{                   vertical-align: bottom;  }
Common Classes  .font14{                 font-size: 14px !important;  }  .font15{                font-size: 15px !important;  }  .top-5{             margin-top: 5px !important;  }  .right-5{                margin-right: 5px !important;  }  .bottom-5{                    margin-bottom: 5px !important;  }  .left-5{            margin-left: 5px !important;  }  .top-10{               margin-top: 10px !important;  }  .right-10{                 margin-right: 10px !important;  }  .bottom-10{                     margin-bottom: 10px !important;  }  .left-10{     margin-left: 10px !important; }  .left-10{             margin-left: 10px !important;  }  .top-15{                margin-top: 15px !important;  }  .right-15{                    margin-right: 15px !important;  }  .bottom-15{                      margin-bottom: 15px !important;  }  .left-15{                 margin-left: 15px !important;  }  .top-20{              margin-top: 20px !important;  }  .right-20{                margin-right: 20px !important;  }  .bottom-20{                    margin-bottom: 20px !important;  }  .left-20{              margin-left: 20px !important;  }
CSS Checklist ,[object Object]

More Related Content

What's hot

A More Perfect Union with CSS
A More Perfect Union with CSSA More Perfect Union with CSS
A More Perfect Union with CSS
Christopher Schmitt
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
a5494535
 
cascading style sheet ppt
cascading style sheet pptcascading style sheet ppt
cascading style sheet ppt
abhilashagupta
 
Web Design Course: CSS lecture 2
Web Design Course: CSS  lecture 2Web Design Course: CSS  lecture 2
Web Design Course: CSS lecture 2
Gheyath M. Othman
 
Haml, Sass & Compass
Haml, Sass & CompassHaml, Sass & Compass
Haml, Sass & Compass
László Bácsi
 
Class 10
Class 10Class 10
Class 10
Jiyeon Lee
 
Web Design Course: CSS lecture 4
Web Design Course: CSS  lecture 4Web Design Course: CSS  lecture 4
Web Design Course: CSS lecture 4
Gheyath M. Othman
 
Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
cori0506
 
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
Gheyath M. Othman
 
Widgets are fun! sometimes..
Widgets are fun! sometimes..Widgets are fun! sometimes..
Widgets are fun! sometimes..
Jesse Thomas
 
Css for nondesigners
Css for nondesignersCss for nondesigners
Css for nondesigners
Ignacio Coloma
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStart
Scott DeLoach
 
Theme01
Theme01Theme01
Pemrograman Web 2 - CSS
Pemrograman Web 2 - CSSPemrograman Web 2 - CSS
Pemrograman Web 2 - CSS
Nur Fadli Utomo
 
Web Design Course: CSS lecture 1
Web Design Course: CSS lecture 1Web Design Course: CSS lecture 1
Web Design Course: CSS lecture 1
Gheyath M. Othman
 
Web Design Course: CSS lecture 5
Web Design Course: CSS  lecture 5Web Design Course: CSS  lecture 5
Web Design Course: CSS lecture 5
Gheyath M. Othman
 
Introduction to css by programmerblog.net
Introduction to css by programmerblog.netIntroduction to css by programmerblog.net
Introduction to css by programmerblog.net
Programmer Blog
 
SEO Structures by Yavor Milchev
SEO Structures by Yavor MilchevSEO Structures by Yavor Milchev
SEO Structures by Yavor Milchev
Yavor Milchev
 
Copy & Paste Design Hacks To Take Your Blog to the Next Level
Copy & Paste Design Hacks To Take Your Blog to the Next LevelCopy & Paste Design Hacks To Take Your Blog to the Next Level
Copy & Paste Design Hacks To Take Your Blog to the Next Level
Wishpond
 
HTML 5 Simple Tutorial Part 1
HTML 5 Simple Tutorial Part 1HTML 5 Simple Tutorial Part 1
HTML 5 Simple Tutorial Part 1
Sanjeev Kumar
 

What's hot (20)

A More Perfect Union with CSS
A More Perfect Union with CSSA More Perfect Union with CSS
A More Perfect Union with CSS
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
cascading style sheet ppt
cascading style sheet pptcascading style sheet ppt
cascading style sheet ppt
 
Web Design Course: CSS lecture 2
Web Design Course: CSS  lecture 2Web Design Course: CSS  lecture 2
Web Design Course: CSS lecture 2
 
Haml, Sass & Compass
Haml, Sass & CompassHaml, Sass & Compass
Haml, Sass & Compass
 
Class 10
Class 10Class 10
Class 10
 
Web Design Course: CSS lecture 4
Web Design Course: CSS  lecture 4Web Design Course: CSS  lecture 4
Web Design Course: CSS lecture 4
 
Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
 
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
 
Widgets are fun! sometimes..
Widgets are fun! sometimes..Widgets are fun! sometimes..
Widgets are fun! sometimes..
 
Css for nondesigners
Css for nondesignersCss for nondesigners
Css for nondesigners
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStart
 
Theme01
Theme01Theme01
Theme01
 
Pemrograman Web 2 - CSS
Pemrograman Web 2 - CSSPemrograman Web 2 - CSS
Pemrograman Web 2 - CSS
 
Web Design Course: CSS lecture 1
Web Design Course: CSS lecture 1Web Design Course: CSS lecture 1
Web Design Course: CSS lecture 1
 
Web Design Course: CSS lecture 5
Web Design Course: CSS  lecture 5Web Design Course: CSS  lecture 5
Web Design Course: CSS lecture 5
 
Introduction to css by programmerblog.net
Introduction to css by programmerblog.netIntroduction to css by programmerblog.net
Introduction to css by programmerblog.net
 
SEO Structures by Yavor Milchev
SEO Structures by Yavor MilchevSEO Structures by Yavor Milchev
SEO Structures by Yavor Milchev
 
Copy & Paste Design Hacks To Take Your Blog to the Next Level
Copy & Paste Design Hacks To Take Your Blog to the Next LevelCopy & Paste Design Hacks To Take Your Blog to the Next Level
Copy & Paste Design Hacks To Take Your Blog to the Next Level
 
HTML 5 Simple Tutorial Part 1
HTML 5 Simple Tutorial Part 1HTML 5 Simple Tutorial Part 1
HTML 5 Simple Tutorial Part 1
 

Viewers also liked

Web comparison
Web comparisonWeb comparison
Web comparison
Fatin Othman
 
Evaluating Websites
Evaluating WebsitesEvaluating Websites
Evaluating Websites
Lisa Barnett
 
Websites: The Good, the Bad and the Ugly
Websites: The Good, the Bad and the UglyWebsites: The Good, the Bad and the Ugly
Websites: The Good, the Bad and the Ugly
Blackbaud
 
The Worst Website Ever - Case Study Lings Cars
The Worst Website Ever - Case Study Lings CarsThe Worst Website Ever - Case Study Lings Cars
The Worst Website Ever - Case Study Lings Cars
Marcin Kosedowski
 
CBSE Grade12, Computer Science, Sample Question Paper
CBSE Grade12, Computer Science, Sample Question PaperCBSE Grade12, Computer Science, Sample Question Paper
CBSE Grade12, Computer Science, Sample Question Paper
Malathi Senthil
 
Html5 structure & semantic
Html5 structure & semanticHtml5 structure & semantic
Html5 structure & semantic
Muktadiur Rahman
 
HTML - Structure
HTML - StructureHTML - Structure
HTML - Structure
mrhoopsfan23
 
Html5 Basics
Html5 BasicsHtml5 Basics
Html5 Basics
Pankaj Bajaj
 
Intro to HTML5
Intro to HTML5Intro to HTML5
Intro to HTML5
Vlad Posea
 
Html5 intro
Html5 introHtml5 intro
Html5 intro
Ynon Perek
 
Echo HTML5
Echo HTML5Echo HTML5
Echo HTML5
Nathan Smith
 

Viewers also liked (11)

Web comparison
Web comparisonWeb comparison
Web comparison
 
Evaluating Websites
Evaluating WebsitesEvaluating Websites
Evaluating Websites
 
Websites: The Good, the Bad and the Ugly
Websites: The Good, the Bad and the UglyWebsites: The Good, the Bad and the Ugly
Websites: The Good, the Bad and the Ugly
 
The Worst Website Ever - Case Study Lings Cars
The Worst Website Ever - Case Study Lings CarsThe Worst Website Ever - Case Study Lings Cars
The Worst Website Ever - Case Study Lings Cars
 
CBSE Grade12, Computer Science, Sample Question Paper
CBSE Grade12, Computer Science, Sample Question PaperCBSE Grade12, Computer Science, Sample Question Paper
CBSE Grade12, Computer Science, Sample Question Paper
 
Html5 structure & semantic
Html5 structure & semanticHtml5 structure & semantic
Html5 structure & semantic
 
HTML - Structure
HTML - StructureHTML - Structure
HTML - Structure
 
Html5 Basics
Html5 BasicsHtml5 Basics
Html5 Basics
 
Intro to HTML5
Intro to HTML5Intro to HTML5
Intro to HTML5
 
Html5 intro
Html5 introHtml5 intro
Html5 intro
 
Echo HTML5
Echo HTML5Echo HTML5
Echo HTML5
 

Similar to Html structure

Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
Rafaela Souza
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
Rafaela Souza
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.no
Hannee92
 
Tmx9
Tmx9Tmx9
Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdf
aroraenterprisesmbd
 
Theme 23
Theme 23Theme 23
Theme 23
bellaandzendaya
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
dickonsondorris
 
Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)
Edwin Vijay R
 
Xlrays online web tutorials
Xlrays online web tutorialsXlrays online web tutorials
Xlrays online web tutorials
Yogesh Gupta
 
Theme verdadeiro
Theme verdadeiroTheme verdadeiro
Theme verdadeiro
Izabelly Souza
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
philipnelson29183
 
Theme04
Theme04Theme04
Supercharged HTML & CSS
Supercharged HTML & CSSSupercharged HTML & CSS
Supercharged HTML & CSS
Max Kraszewski
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
gilpinleeanna
 
How do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML TricksHow do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML Tricks
Compare Infobase Limited
 
Class 3 create an absolute layout with css abs position (aptana)
Class 3  create an absolute layout with css abs position (aptana)Class 3  create an absolute layout with css abs position (aptana)
Class 3 create an absolute layout with css abs position (aptana)
Erin M. Kidwell
 
Use my code and modify it to do this taskdatabase.php php .pdf
Use my code and modify it to do this taskdatabase.php php  .pdfUse my code and modify it to do this taskdatabase.php php  .pdf
Use my code and modify it to do this taskdatabase.php php .pdf
saknizam
 
Webtech File.docx
Webtech File.docxWebtech File.docx
Webtech File.docx
gambleryeager
 
Css(handbook)
Css(handbook)Css(handbook)
Css(handbook)
MD. Anamul Haque
 
IML 140 Design - Basics
IML 140 Design - BasicsIML 140 Design - Basics
IML 140 Design - Basics
Evan Hughes
 

Similar to Html structure (20)

Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.no
 
Tmx9
Tmx9Tmx9
Tmx9
 
Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdf
 
Theme 23
Theme 23Theme 23
Theme 23
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
 
Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)
 
Xlrays online web tutorials
Xlrays online web tutorialsXlrays online web tutorials
Xlrays online web tutorials
 
Theme verdadeiro
Theme verdadeiroTheme verdadeiro
Theme verdadeiro
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
Theme04
Theme04Theme04
Theme04
 
Supercharged HTML & CSS
Supercharged HTML & CSSSupercharged HTML & CSS
Supercharged HTML & CSS
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
 
How do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML TricksHow do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML Tricks
 
Class 3 create an absolute layout with css abs position (aptana)
Class 3  create an absolute layout with css abs position (aptana)Class 3  create an absolute layout with css abs position (aptana)
Class 3 create an absolute layout with css abs position (aptana)
 
Use my code and modify it to do this taskdatabase.php php .pdf
Use my code and modify it to do this taskdatabase.php php  .pdfUse my code and modify it to do this taskdatabase.php php  .pdf
Use my code and modify it to do this taskdatabase.php php .pdf
 
Webtech File.docx
Webtech File.docxWebtech File.docx
Webtech File.docx
 
Css(handbook)
Css(handbook)Css(handbook)
Css(handbook)
 
IML 140 Design - Basics
IML 140 Design - BasicsIML 140 Design - Basics
IML 140 Design - Basics
 

Recently uploaded

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 

Recently uploaded (20)

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 

Html structure

  • 1. HTML Tags Structure CSS Classes Structure
  • 2. HTML Structure HTML code used to create basic container // Main container - Page body <div id="wrapper"></div> // Container - Width ~ 1000px, margin ~ 0px auto; <div class="mango-shell"></div> // Main header <div id="mango-header"></div> <div class="mango-shell" id="main"> <div id="shell-holder"> // Inner pages required class="breadcrumb-shell" <div id="shell-holder-b"> <div id="shell-holder-t"> </div> </div> </div> </div> </div>
  • 3. HTML Structure HTML code used to create basic container <div id="main" class="mango-shell"> <div id="shell-holder"> <div id="shell-holder-b"> <div id="shell-holder-t"> <div class="mango-breadcrumb"> <div id="breadcrumb-left">Left</div> <div id="breadcrumb-right">Right</div> </div> <div class="cl"></div> </div> </div> </div> </div>
  • 4. HTML Structure HTML code used to create left widget <div id="left-sidebar"> <div class="sidebar"> <div class="sidebar-b"> <div class="sidebar-t"> <div class="mango-widget"> <h2 class="widgettitle"><span>My Notifications</span></h2> <div class="list notifications"> <ul class="list-starter"> <li class="left-widget-li"></li> </ul> <div class="widget-view-more"><%= link_to("View all", "#") -%></div> </div> </div> </div> </div> </div> </div>
  • 5. HTML Structure HTML code used to create dashboard rhs data <div id="content" class="dashboard-content"> </div>
  • 6. Basic HTML Elements To create a link with icon <a class="anchor-icon update-icon"> <span>&nbsp;</span>Update </a> To create a button To create link like a button <button class="mangobutton mangoblue"> <span> <span>Update</span> </span> </button> <a class="mangobutton mangoblue"> <span> <span>Update</span> </span> </a> To create a medium size button <button class="mangobutton medium mangoblue"> <span> <span>Update</span> </span> </button>
  • 7. CSS Structure Total CSS Files (10, Total size ~ 138KB) colorbox.css common.css document.css jquery.selectbox.css mango.css meyer-reset.css tipsy.css token-input-facebook.css + 2
  • 8. JS Structure Total JS Files (14, Total size ~ 192KB) jquery.collapsible.js - jquery.cookie.js jquery.colorbox.js jquery.elastic.source.js jquery.idTabs.js jquery.scrollTo-min.js jquery.selectbox-0.6.1.js jquery.simplyCountable.js jquery.tipsy.js jquery-1.5.min.js jqueryslidemenu.js mango-func.js swfobject.js jquery.tokeninput.js
  • 9. Common Classes body{ background: #bdcbd2 url(/mangoapps/images/body_bg.png) repeat-x left top; color: #333333; font-size: 12px; line-height: 1.4; } a{ color: #09f; cursor: pointer; text-decoration: none; outline: none; } a:hover{ color: #06c; } a.active{ cursor: default; } .grey{ color: #999999 !important; } .normal-grey{ color: #333 !important; } .dark-grey{ color: #666666 !important; } .black{ color: #000000 !important; } a img, img { border: 0; vertical-align: middle; }
  • 10. Common Classes .center{ text-align: center; } .italic{ font-style: italic !important; } .relative{ position: relative; } .absolute{ position: absolute; } .hidden{ overflow: hidden; } .font10{ font-size: 10px !important; } .font11{ font-size: 11px !important; } .font12{ font-size: 12px !important; } .font13{ font-size: 13px !important; } .font14{ font-size: 14px !important; } .font15{ font-size: 15px !important; } .d-table{ display: table; width: 100%; } .d-table-cell{ display: table-cell; } .d-none{ display: none; } .d-block{ display: block !important; } .d-inline{ display: inline !important; } .cl { display: block; height: 0; *height: auto; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; } .d-.left, alignleft { float: left; display: inline; } .right, .alignright { float: right; display: inline; } .pointer{ cursor: pointer !important; } .bold{ font-weight: bold !important; } .normal{ font-weight: normal. } .v-middle{ vertical-align: middle !important; } v-top{ vertical-align: top !important; } .v-bottom{ vertical-align: bottom; }
  • 11. Common Classes .font14{ font-size: 14px !important; } .font15{ font-size: 15px !important; } .top-5{ margin-top: 5px !important; } .right-5{ margin-right: 5px !important; } .bottom-5{ margin-bottom: 5px !important; } .left-5{ margin-left: 5px !important; } .top-10{ margin-top: 10px !important; } .right-10{ margin-right: 10px !important; } .bottom-10{ margin-bottom: 10px !important; } .left-10{ margin-left: 10px !important; } .left-10{ margin-left: 10px !important; } .top-15{ margin-top: 15px !important; } .right-15{ margin-right: 15px !important; } .bottom-15{ margin-bottom: 15px !important; } .left-15{ margin-left: 15px !important; } .top-20{ margin-top: 20px !important; } .right-20{ margin-right: 20px !important; } .bottom-20{ margin-bottom: 20px !important; } .left-20{ margin-left: 20px !important; }
  • 12.
  • 13. Do not put themes related CSS files into "combine_static_script" because the classes gets conflicted.
  • 14. If we forget to move css file into "combine_static_scripts", then do not apply the "<%=@static_file_prepend-%>" to the file, because what happens is the CSS file gets downloaded from CDN but the background images not, as we always apply relative path to it.
  • 15.
  • 16. CSS file size should not exceed the file size limit ( 288kb per file). ( IE7 )
  • 17. All style rules after the first 4095 rules in a file will not be applied. So try to keep below that. ( IE7 )