Course Content
HTML & CSS (24 Hours)
0/1
Bootstrap (12 Hours)
0/1
JavaScript & TypeScript (12 Hours)
0/1
VUE.js (28 Hours)
0/1
PHP & MySQL (40 Hours)
0/1
Laravel (30 Hours)
0/1
Full Stack Development Project (Final Project)
0/1
Web Master Diploma

 HTML & CSS (24 Hours)

  • How the Web Works:

    • The difference between the Internet and the Web.
    • How web servers and browsers communicate.
    • Web Page Addresses (URLs).
    • Serving web pages and managing information on the web.
  • Creating a Simple Web Page:

    • Launching a text editor and starting with content.
    • Structuring a document using HTML.
    • Adding images, lists, and links.
    • Changing the look of a page with a CSS style sheet.
    • Validating HTML documents for correctness.
  • Marking Up Text:

    • Creating paragraphs, headings, and lists.
    • Understanding and using div and span elements.
    • Adding special characters to web pages.
  • Links and Navigation:

    • Adding hyperlinks with the href attribute.
    • Linking to external web pages, within your site, and opening new browser windows.
    • Adding email and telephone links.
  • Working with Images:

    • Understanding image formats (JPEG, PNG, GIF).
    • Adding and positioning images using the img element.
    • Adding alt text for accessibility.
  • CSS Basics:

    • Understanding how CSS styles work with HTML.
    • Formatting text with CSS (font properties, colors, text alignment).
    • Styling web elements like buttons, tables, and links.
    • Creating responsive layouts using media queries and flexible grids.
  • Page Layout and Design:

    • Implementing the box model (padding, borders, margins).
    • Floating and positioning elements.
    • Advanced CSS techniques like CSS sprites, pseudo-classes, and pseudo-elements.