HTML and CSS Course (English)
About Course
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.
CSS is the language for describing the presentation of Web pages, including colours, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language. The separation of HTML from CSS makes it easier to maintain sites, share style sheets across pages, and tailor pages to different environments. This is referred to as the separation of structure (or: content) from presentation.
Course Content
Start
-
Introduction to HTML _ CSS 1
02:03 -
Creating your first Web page
02:19 -
Line breaks, Spacings, comments
03:28 -
Heading Tags
02:12 -
Ordered Lists and Unordered Lists
02:45 -
Creating a table
03:27 -
Links and Redirections
02:52 -
Images and Videos
03:11 -
Iframes
02:59 -
Bold and Italic sup and sub
01:50