Monday, May 8, 2017

04/05/2017

12TH DAY AT UKI
😖 CREATE A WEBSITE.

1.NAVIGATION BAR
         A navigation bar is a navigation header that is placed at the top of the page.
        A standard navigation bar is created with <nav class="navbar navbar-default>

                                                                                                                         














2.CAROUSEL
       The carousel plugin is a component for cycling through elements,like a carousel(slide show).
       plugins can be included individually (using bootstrap's individual "carousel.js" file),or all at once(using "bootstrap.js" or "bootstrap.min.js").




3.LAYOUT
         websites often display content in multiple columns(like a magazine or newspaper)
         HTML5 offers new semantic elements that define the different parts of a web page:
         <header> - defines a header for a document or a section.
         <nav> - defines a container for navigation.
         <section> - defines a section in a document.
         <article> - defines an independent self-contained article.
         <aside> - defines content aside from the content(like a sidebar).
         <footer> - defines a footer for a document or a section.
         <details> - defines additional details.
         <summary> - defines a heading for the <details> element. 


























No comments:

Post a Comment

HTML introduction

HTML stands for Hyper Text Markup Language. HTML describes the structure of web page using markup. HTML elements are the building blo...