Course outline
Web technologies are an essential knowledge for almost every organization. With web technologies we can now create websites, mobile apps, desktop apps, smarttv apps and more. According to Github Javascript is the most popular language among it’s open source projects, and a developer who has this knowledge will greatly increase his/her market value . This course is the basic intro we need to start our journey for creating web applications. We will cover the basic tools, which are the foundation for web related projects. HTML is used to create a website, The browser creates a DOM from our HTML. The DOM is a tree of Javascript objects that describes the screen that our browser displays. To design the screen we will need to use CSS. We will have to learn how to use the CSS to create a beautiful web site. To add interactivity, events, manipulation to our site, we will use Javascript. In this course we will learn how to create a website using HTML, CSS and Javascript
On completion, students will be able to: * Build a website
Upcoming meetings
There are no upcoming meetings for this course. Contact us to schedule this course, which will be customized specifically for your organization.
info@hackerupro.comModules
- Tag
- Tag Attributes
- HTML structure
- html, head, body
- title
- meta tags
- link
- script
- SEO best practices
- header tag
- img tag
- nav tag
- ul-li tag
- anchor tags
- Adding a CSS file to our project
- selectors
- properties
- property values
- sizes (px, rem, em, vh)
- Positioning items using flex
- Adjusting our header elements
- relative
- absolute
- fixed
- Text tags
- Styling out text
- Adding fonts
- Best practices
- table
- tr
- td
- Adding a Javascript file for our project
- Variable declarations
- conditions
- loops
- Functions
- Classes
- Creating a Form and interacting with Javascript
- DOM
- Events
Prerequisites
- 01 none