Friday, July 3, 2020

Web Design Course -- Udemy

--07/03
Downloaded http://brackets.io/ -- but better to go for Visual Studio

Course by -- Jonas Schmedtmann
YouTube -- https://www.youtube.com/channel/UCNsU-y15AwmU2Q8QTQJG1jw
ChatRoom -- https://discord.com/invite/0ocsLcmnIZqxMSYD
Resource -- http://codingheroes.io/resources/
Twitter -- https://twitter.com/jonasschmedtman

First Project
download -- https://drive.google.com/file/d/0B-L1rGXV4PtMNVFkQlhIenZLbm8/view

To create dummy text
https://www.blindtextgenerator.com/lorem-ipsum

Tags
<strong>bold</strong>
<em>Emphasize</em>
<u>Underlined</u>
<br>break
<img src="" alt="alternative text">
<a href="" target="_blank">To open in new tab use target attri</a> -- this is not only web url but also images u can specify in href attri




All about CSS

From book HTML & CSS - Design and Build Websites - Jon Duckett CSS works by associating rules with HTML elements. These rules govern how...