Digital Marketing Solutions, Free Website & SEO Strategies

CODING WITH CSS: The style attribute

CODING WITH CSS: The style attribute So far you’ve been coding using HTML. As you’ve just seen,   [html]<div>[/html] tags are used to group together HTML elements so you can easily change them. To change the look and position of your HTML elements, you have to use CSS. CSS is a programming language

Layout and Design with division tag: div

Layout and Design with division tag: div Now you know what HTML tags are and how they work, it’s time to start thinking about the layout and design of your web page. So far our HTML elements have been positioned in the same place on our page. If we want to position our text

Go to Top